File: nvme_lookup_subsystem.2

package info (click to toggle)
libnvme 1.13-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 7,336 kB
  • sloc: ansic: 30,501; perl: 1,834; sh: 436; python: 190; cpp: 64; makefile: 54
file content (20 lines) | stat: -rw-r--r-- 631 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.TH "nvme_lookup_subsystem" 9 "nvme_lookup_subsystem" "April 2025" "libnvme API manual" LINUX
.SH NAME
nvme_lookup_subsystem \- Lookup nvme_subsystem_t object
.SH SYNOPSIS
.B "nvme_subsystem_t" nvme_lookup_subsystem
.BI "(struct nvme_host *h "  ","
.BI "const char *name "  ","
.BI "const char *subsysnqn "  ");"
.SH ARGUMENTS
.IP "h" 12
\fInvme_host_t\fP object
.IP "name" 12
Name of the subsystem (may be NULL)
.IP "subsysnqn" 12
Subsystem NQN
.SH "DESCRIPTION"
Lookup a \fInvme_subsystem_t\fP object in \fIh\fP base on \fIname\fP (if present)
and \fIsubsysnqn\fP or create one if not found.
.SH "RETURN"
nvme_subsystem_t object