libnvme_get_lba_status_log(9) libnvme API manual NAME libnvme_get_lba_status_log - Retrieve the LBA Status log page SYNOPSIS int libnvme_get_lba_status_log (struct libnvme_transport_handle *hdl , bool rae , struct nvme_lba_status_log **log ); ARGUMENTS hdl Transport handle rae Retain asynchronous events log On success, set to the value of the allocated and retrieved log. RETURN 0 on success, the nvme command status if a response was received (see enum nvme_status_field) or a negative error otherwise. September 2026 libnvme_get_lba_status_log libnvme_get_lba_status_log(9)