1nvme_copy(9) libnvme API manual nvme_copy(9)
23
4
NAME
6nvme_copy - Copy command
7
SYNOPSIS
9int nvme_copy (struct nvme_copy_args *args );
10
ARGUMENTS
12args struct nvme_copy_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 2023 nvme_copy nvme_copy(9)