1nvme_ctrl_config_match(9)     libnvme API manual     nvme_ctrl_config_match(9)
2
3
4

NAME

6       nvme_ctrl_config_match - Check if ctrl @c matches config params
7

SYNOPSIS

9       bool  nvme_ctrl_config_match  (struct nvme_ctrl *c , const char *transā€
10       port , const char *traddr , const char *trsvcid , const char *subsysnqn
11       , const char *host_traddr , const char *host_iface );
12

ARGUMENTS

14       c           An existing controller instance
15
16       transport   Transport name
17
18       traddr      Transport address
19
20       trsvcid     Transport service identifier
21
22       subsysnqn   Subsystem NQN
23
24       host_traddr Host transport address
25
26       host_iface  Host interface name
27

DESCRIPTION

29       Check that controller c matches parameters: transport, traddr, trsvcid,
30       subsysnqn, host_traddr, and host_iface. Parameters set to NULL will  be
31       ignored.
32

RETURN

34       true if there's a match, false otherwise.
35
36
37
38October 2023                nvme_ctrl_config_match   nvme_ctrl_config_match(9)
Impressum