Scroll to navigation

libnvme_get_lba_status_log(9) libnvme API manual libnvme_get_lba_status_log(9)

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

Transport handle
Retain asynchronous events
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.

libnvme_get_lba_status_log July 2026