1nvme_ns_identify(9) libnvme API manual nvme_ns_identify(9)
23
4
NAME
6nvme_ns_identify - Issue an 'identify namespace' command
7
SYNOPSIS
9int nvme_ns_identify (nvme_ns_t n , struct nvme_id_ns *ns );
10
ARGUMENTS
12n Namespace instance
1314
ns nvme_id_ns buffer
15
DESCRIPTION
17Writes the data returned by the 'identify namespace' command into ns.
18
RETURN
200 on success, -1 on error.
2122
23
24
April 2022 nvme_ns_identify nvme_ns_identify(9)