1nvme_mi_admin_identify_active_nlsi_blnivsmte(9An)PvImem_amniu_aaldmin_identify_active_ns_list(9)
2
3
4
6 nvme_mi_admin_identify_active_ns_list - Perform an Admin identify for
7 an active namespace list
8
10 int nvme_mi_admin_identify_active_ns_list (nvme_mi_ctrl_t ctrl , __u32
11 nsid , struct nvme_ns_list *list );
12
14 ctrl Controller to process identify command
15
16 nsid Namespace ID to specify list start
17
18 list List data to populate
19
21 Perform an Identify command, for the active namespace list starting
22 with IDs greater than or equal to nsid. Specify NVME_NSID_NONE for the
23 start of the list.
24
25 Will return an error if the length of the response data (from the con‐
26 troller) is not a full NVME_IDENTIFY_DATA_SIZE, so list will be be
27 fully populated on success.
28
29 See: struct nvme_ns_list
30
32 The nvme command status if a response was received (see enum nvme_sta‐
33 tus_field) or -1 with errno set otherwise.
34
35
36
37November 2022 nvme_mi_admin_idenntvimfey__maic_taidvmei_nn_si_dleinsttify_active_ns_list(9)