nvme_get_lba_status_log - Retrieve the LBA Status log page
Contents
Arguments
fd File descriptor of the nvme device
rae Retain asynchronous events
log On success, set to the value of the allocated and retrieved log.
Name
nvme_get_lba_status_log - Retrieve the LBA Status log page
Return
The nvme command status if a response was received (see enumnvme_status_field) or -1 with errno set
otherwise.
August 2025 nvme_get_lba_status_log nvme_get_lba_status_log(2)
Synopsis
intnvme_get_lba_status_log(intfd,boolrae,structnvme_lba_status_log**log);
