nvme_lookup_subsystem - Lookup nvme_subsystem_t object
Contents
Arguments
h nvme_host_t object
name Name of the subsystem (may be NULL)
subsysnqn Subsystem NQN
Description
Lookup a nvme_subsystem_t object in h base on name (if present) and subsysnqn or create one if not found.
Name
nvme_lookup_subsystem - Lookup nvme_subsystem_t object
Return
nvme_subsystem_t object
August 2025 nvme_lookup_subsystem nvme_lookup_subsystem(2)
Synopsis
nvme_subsystem_tnvme_lookup_subsystem(structnvme_host*h,constchar*name,constchar*subsysnqn);
