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
23
doc/man/nvme_id_uuid_list_entry.2
Normal file
23
doc/man/nvme_id_uuid_list_entry.2
Normal file
|
@ -0,0 +1,23 @@
|
|||
.TH "libnvme" 9 "struct nvme_id_uuid_list_entry" "April 2022" "API Manual" LINUX
|
||||
.SH NAME
|
||||
struct nvme_id_uuid_list_entry \-
|
||||
.SH SYNOPSIS
|
||||
struct nvme_id_uuid_list_entry {
|
||||
.br
|
||||
.BI " __u8 header;"
|
||||
.br
|
||||
.BI " __u8 rsvd1[15];"
|
||||
.br
|
||||
.BI " __u8 uuid[16];"
|
||||
.br
|
||||
.BI "
|
||||
};
|
||||
.br
|
||||
|
||||
.SH Members
|
||||
.IP "header" 12
|
||||
UUID Lists Entry Header
|
||||
.IP "rsvd1" 12
|
||||
reserved
|
||||
.IP "uuid" 12
|
||||
128-bit Universally Unique Identifier
|
Loading…
Add table
Add a link
Reference in a new issue