1nvme_get_log_lba_status(9) libnvme API manual nvme_get_log_lba_status(9)
23
4
NAME
6nvme_get_log_lba_status -
7
SYNOPSIS
9int nvme_get_log_lba_status (int fd , bool rae , __u64 offset , __u32
10len , void *log );
11
ARGUMENTS
13fd File descriptor of nvme device
1415
rae Retain asynchronous events
1617
offset Offset to the start of the log page
1819
len The allocated length of the log page
2021
log User address to store the log page
2223
24
25
April 2022 nvme_get_log_lba_status nvme_get_log_lba_status(9)