nvme_lookup_subsystem - Man Page

Lookup nvme_subsystem_t object

Synopsis

nvme_subsystem_t nvme_lookup_subsystem (struct nvme_host *h , const char *name , const char *subsysnqn );

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.

Return

nvme_subsystem_t object

Info

February 2024 libnvme API manual