1nvme_io_mgmt_recv(9) libnvme API manual nvme_io_mgmt_recv(9)
23
4
NAME
6nvme_io_mgmt_recv - I/O Management Receive command
7
SYNOPSIS
9int nvme_io_mgmt_recv (struct nvme_io_mgmt_recv_args *args );
10
ARGUMENTS
12args struct nvme_io_mgmt_recv_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
October 2023 nvme_io_mgmt_recv nvme_io_mgmt_recv(9)