1nvme_lookup_subsystem(9) libnvme API manual nvme_lookup_subsystem(9)
2
3
4
6 nvme_lookup_subsystem - Lookup nvme_subsystem_t object
7
9 nvme_subsystem_t nvme_lookup_subsystem (struct nvme_host *h , const
10 char *name , const char *subsysnqn );
11
13 h nvme_host_t object
14
15 name Name of the subsystem (may be NULL)
16
17 subsysnqn Subsystem NQN
18
20 Lookup a nvme_subsystem_t object in h base on name (if present) and
21 subsysnqn or create one if not found.
22
24 nvme_subsystem_t object
25
26
27
28October 2023 nvme_lookup_subsystem nvme_lookup_subsystem(9)