nvme_identify_ns_csi - I/O command set specific identify namespace data
Contents
Arguments
fd File descriptor of nvme device
nsid Namespace to identify
uuidx UUID Index for differentiating vendor specific encoding
csi Command Set Identifier
data User space destination address to transfer the data
Description
An I/O Command Set specific Identify Namespace data structure is returned for the namespace specified in
nsid.
Name
nvme_identify_ns_csi - I/O command set specific identify namespace data
Return
The nvme command status if a response was received (see enumnvme_status_field) or -1 with errno set
otherwise.
May 2025 nvme_identify_ns_csi nvme_identify_ns_csi(2)
Synopsis
intnvme_identify_ns_csi(intfd,__u32nsid,__u8uuidx,enumnvme_csicsi,void*data);
