libnvme_ns_identify(9) libnvme API manual libnvme_ns_identify(9) NAME libnvme_ns_identify - Issue an 'identify namespace' command SYNOPSIS int libnvme_ns_identify (struct libnvme_ns *n , struct nvme_id_ns *ns ); ARGUMENTS n Namespace instance ns nvme_id_ns buffer DESCRIPTION Writes the data returned by the 'identify namespace' command into ns. RETURN 0 on success, negative error code otherwise. September 2026 libnvme_ns_identify libnvme_ns_identify(9)