1nvme_get_log(9) libnvme API manual nvme_get_log(9)
23
4
NAME
6nvme_get_log - NVMe Admin Get Log command
7
SYNOPSIS
9int nvme_get_log (struct nvme_get_log_args *args );
10
ARGUMENTS
12args struct nvme_get_log_args argument structure
13
RETURN
15The nvme command status if a response was received (see enum nvme_sta‐
16tus_field) or -1 with errno set otherwise.
1718
19
20
April 2022 nvme_get_log nvme_get_log(9)