1nvme_io(9) libnvme API manual nvme_io(9)
23
4
NAME
6nvme_io - Submit an nvme user I/O command
7
SYNOPSIS
9int nvme_io (struct nvme_io_args *args , __u8 opcode );
10
ARGUMENTS
12args struct nvme_io_args argument structure
1314
opcode Opcode to execute
15
RETURN
17The nvme command status if a response was received (see enum nvme_sta‐
18tus_field) or -1 with errno set otherwise.
1920
21
22
October 2023 nvme_io nvme_io(9)