1nvme_mi_admin_identify_ns(9) libnvme API manual nvme_mi_admin_identify_ns(9)
2
3
4
6 nvme_mi_admin_identify_ns - Perform an Admin identify command for a
7 namespace
8
10 int nvme_mi_admin_identify_ns (nvme_mi_ctrl_t ctrl , __u32 nsid ,
11 struct nvme_id_ns *ns );
12
14 ctrl Controller to process identify command
15
16 nsid namespace ID
17
18 ns Namespace identification to populate
19
21 Perform an Identify (namespace) command, setting the namespace id data
22 in ns. The namespace is expected to active and allocated.
23
25 The nvme command status if a response was received (see enum nvme_sta‐
26 tus_field) or -1 with errno set otherwise.
27
28
29
30October 2023 nvme_mi_admin_identify_nnsvme_mi_admin_identify_ns(9)