1nvme_get_lba_status_log(9) libnvme API manual nvme_get_lba_status_log(9)
2
3
4
6 nvme_get_lba_status_log - Retreive the LBA Status log page
7
9 int nvme_get_lba_status_log (int fd , bool rae , struct nvme_lba_sta‐
10 tus_log **log );
11
13 fd File descriptor of the nvme device
14
15 rae Retain asynchronous events
16
17 log On success, set to the value of the allocated and retreived
18 log.
19
21 The nvme command status if a response was received (see enum nvme_sta‐
22 tus_field) or -1 with errno set otherwise.
23
24
25
26April 2022 nvme_get_lba_status_log nvme_get_lba_status_log(9)