1libnvme(9)                        API Manual                        libnvme(9)
2
3
4

NAME

6       enum nvme_connect_err - nvme connect error codes
7

SYNOPSIS

9       enum nvme_connect_err {
10           ENVME_CONNECT_RESOLVE ,
11           ENVME_CONNECT_ADDRFAM ,
12           ENVME_CONNECT_TRADDR ,
13           ENVME_CONNECT_TARG ,
14           ENVME_CONNECT_AARG ,
15           ENVME_CONNECT_OPEN ,
16           ENVME_CONNECT_WRITE ,
17           ENVME_CONNECT_READ ,
18           ENVME_CONNECT_PARSE ,
19           ENVME_CONNECT_INVAL_TR ,
20           ENVME_CONNECT_LOOKUP_SUBSYS_NAME ,
21           ENVME_CONNECT_LOOKUP_SUBSYS
22
23       };
24

Constants

26       ENVME_CONNECT_RESOLVE
27                   failed to resolve host
28
29       ENVME_CONNECT_ADDRFAM
30                   unrecognized address family
31
32       ENVME_CONNECT_TRADDR
33                   failed to get traddr
34
35       ENVME_CONNECT_TARG
36                   need a transport (-t) argument
37
38       ENVME_CONNECT_AARG
39                   need a address (-a) argument
40
41       ENVME_CONNECT_OPEN
42                   failed to open nvme-fabrics device
43
44       ENVME_CONNECT_WRITE
45                   failed to write to nvme-fabrics device
46
47       ENVME_CONNECT_READ
48                   failed to read from nvme-fabrics device
49
50       ENVME_CONNECT_PARSE
51                   failed to parse ctrl info
52
53       ENVME_CONNECT_INVAL_TR
54                   invalid transport type
55
56       ENVME_CONNECT_LOOKUP_SUBSYS_NAME
57                   failed to lookup subsystem name
58
59       ENVME_CONNECT_LOOKUP_SUBSYS
60                   failed to lookup subsystem
61
62
63
64April 2022                   enum nvme_connect_err                  libnvme(9)
Impressum