1nvme_get_lba_status_log(9) libnvme API manual nvme_get_lba_status_log(9)
2
3
4
6 nvme_get_lba_status_log - Retrieve 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 retrieved
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 2023 nvme_get_lba_status_log nvme_get_lba_status_log(9)