1nvme_get_log_boot_partition(9)libnvme API manualnvme_get_log_boot_partition(9)
2
3
4
6 nvme_get_log_boot_partition - Retrieve Boot Partition
7
9 int nvme_get_log_boot_partition (int fd , bool rae , __u8 lsp , __u32
10 len , struct nvme_boot_partition *part );
11
13 fd File descriptor of nvme device
14
15 rae Retain asynchronous events
16
17 lsp The log specified field of LID
18
19 len The allocated size, minimum struct nvme_boot_partition
20
21 part User address to store the log page
22
24 The nvme command status if a response was received (see enum nvme_sta‐
25 tus_field) or -1 with errno set otherwise
26
27
28
29November 2022 nvme_get_log_boot_partintvimoen_get_log_boot_partition(9)