Adding upstream version 1.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
809e3412a9
commit
336fe81026
743 changed files with 51081 additions and 0 deletions
15
doc/man/nvmf_exat_len.2
Normal file
15
doc/man/nvmf_exat_len.2
Normal file
|
@ -0,0 +1,15 @@
|
|||
.TH "nvmf_exat_len" 9 "nvmf_exat_len" "April 2022" "libnvme API manual" LINUX
|
||||
.SH NAME
|
||||
nvmf_exat_len \- Return length rounded up by 4
|
||||
.SH SYNOPSIS
|
||||
.B "__u16" nvmf_exat_len
|
||||
.BI "(size_t val_len " ");"
|
||||
.SH ARGUMENTS
|
||||
.IP "val_len" 12
|
||||
Value lenght
|
||||
.SH "DESCRIPTION"
|
||||
Return the size in bytes, rounded to a multiple of 4 (e.g., size of
|
||||
__u32), of the buffer needed to hold the exat value of size
|
||||
\fIval_len\fP.
|
||||
.SH "RETURN"
|
||||
Lenght rounded up by 4
|
Loading…
Add table
Add a link
Reference in a new issue