nvme_mi_admin_identify_ns_descs
Perform an Admin identify Namespace Identification Descriptor list command for a namespace
- Provided by: libnvme-dev (Version: 1.16.1-4)
- Source: libnvme
- Report a bug
Perform an Admin identify Namespace Identification Descriptor list command for a namespace
int nvme_mi_admin_identify_ns_descs (nvme_mi_ctrl_t ctrl , __u32 nsid , struct nvme_ns_id_desc *descs );
Perform an Identify namespace identification description list command, setting the namespace identification description list in descs
The nvme command status if a response was received (see enum nvme_status_field) or -1 with errno set otherwise.