logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

nvme_lookup_subsystem - Lookup nvme_subsystem_t object

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);

See Also