Skip to main content

nvme_copy

Function nvme_copy 

Source
pub unsafe extern "C" fn nvme_copy(args: *mut nvme_copy_args) -> c_int
Expand description

nvme_copy() - Copy command

@args: &struct nvme_copy_args argument structure

Return: The nvme command status if a response was received (see &enum nvme_status_field) or -1 with errno set otherwise.