|
10 | 10 |
|
11 | 11 | LIBNVME_ACCESSORS_3 { |
12 | 12 | global: |
13 | | - libnvme_path_get_name; |
14 | | - libnvme_path_set_name; |
15 | | - libnvme_path_get_sysfs_dir; |
16 | | - libnvme_path_set_sysfs_dir; |
17 | | - libnvme_path_get_ana_state; |
18 | | - libnvme_path_set_ana_state; |
19 | | - libnvme_path_get_numa_nodes; |
20 | | - libnvme_path_set_numa_nodes; |
21 | | - libnvme_path_get_grpid; |
22 | | - libnvme_path_set_grpid; |
23 | | - libnvme_ns_get_nsid; |
24 | | - libnvme_ns_set_nsid; |
25 | | - libnvme_ns_get_name; |
26 | | - libnvme_ns_set_name; |
27 | | - libnvme_ns_get_sysfs_dir; |
28 | | - libnvme_ns_set_sysfs_dir; |
29 | | - libnvme_ns_get_lba_shift; |
30 | | - libnvme_ns_set_lba_shift; |
31 | | - libnvme_ns_get_lba_size; |
32 | | - libnvme_ns_set_lba_size; |
33 | | - libnvme_ns_get_meta_size; |
34 | | - libnvme_ns_set_meta_size; |
35 | | - libnvme_ns_get_lba_count; |
36 | | - libnvme_ns_set_lba_count; |
37 | | - libnvme_ns_get_lba_util; |
38 | | - libnvme_ns_set_lba_util; |
39 | | - libnvme_ctrl_get_name; |
40 | | - libnvme_ctrl_get_sysfs_dir; |
| 13 | + libnvme_ctrl_get_cntlid; |
| 14 | + libnvme_ctrl_get_cntrltype; |
| 15 | + libnvme_ctrl_get_dctype; |
| 16 | + libnvme_ctrl_get_dhchap_ctrl_key; |
| 17 | + libnvme_ctrl_get_dhchap_host_key; |
| 18 | + libnvme_ctrl_get_discovered; |
| 19 | + libnvme_ctrl_get_discovery_ctrl; |
41 | 20 | libnvme_ctrl_get_firmware; |
| 21 | + libnvme_ctrl_get_host_iface; |
| 22 | + libnvme_ctrl_get_host_traddr; |
| 23 | + libnvme_ctrl_get_keyring; |
42 | 24 | libnvme_ctrl_get_model; |
| 25 | + libnvme_ctrl_get_name; |
43 | 26 | libnvme_ctrl_get_numa_node; |
| 27 | + libnvme_ctrl_get_persistent; |
| 28 | + libnvme_ctrl_get_phy_slot; |
44 | 29 | libnvme_ctrl_get_queue_count; |
45 | 30 | libnvme_ctrl_get_serial; |
46 | 31 | libnvme_ctrl_get_sqsize; |
47 | | - libnvme_ctrl_get_transport; |
48 | 32 | libnvme_ctrl_get_subsysnqn; |
| 33 | + libnvme_ctrl_get_sysfs_dir; |
| 34 | + libnvme_ctrl_get_tls_key; |
| 35 | + libnvme_ctrl_get_tls_key_identity; |
49 | 36 | libnvme_ctrl_get_traddr; |
| 37 | + libnvme_ctrl_get_transport; |
50 | 38 | libnvme_ctrl_get_trsvcid; |
51 | | - libnvme_ctrl_get_dhchap_host_key; |
52 | | - libnvme_ctrl_set_dhchap_host_key; |
53 | | - libnvme_ctrl_get_dhchap_ctrl_key; |
| 39 | + libnvme_ctrl_get_unique_discovery_ctrl; |
54 | 40 | libnvme_ctrl_set_dhchap_ctrl_key; |
55 | | - libnvme_ctrl_get_keyring; |
| 41 | + libnvme_ctrl_set_dhchap_host_key; |
| 42 | + libnvme_ctrl_set_discovered; |
| 43 | + libnvme_ctrl_set_discovery_ctrl; |
56 | 44 | libnvme_ctrl_set_keyring; |
57 | | - libnvme_ctrl_get_tls_key_identity; |
58 | | - libnvme_ctrl_set_tls_key_identity; |
59 | | - libnvme_ctrl_get_tls_key; |
| 45 | + libnvme_ctrl_set_persistent; |
60 | 46 | libnvme_ctrl_set_tls_key; |
61 | | - libnvme_ctrl_get_cntrltype; |
62 | | - libnvme_ctrl_get_cntlid; |
63 | | - libnvme_ctrl_get_dctype; |
64 | | - libnvme_ctrl_get_phy_slot; |
65 | | - libnvme_ctrl_get_host_traddr; |
66 | | - libnvme_ctrl_get_host_iface; |
67 | | - libnvme_ctrl_get_discovery_ctrl; |
68 | | - libnvme_ctrl_set_discovery_ctrl; |
69 | | - libnvme_ctrl_get_unique_discovery_ctrl; |
| 47 | + libnvme_ctrl_set_tls_key_identity; |
70 | 48 | libnvme_ctrl_set_unique_discovery_ctrl; |
71 | | - libnvme_ctrl_get_discovered; |
72 | | - libnvme_ctrl_set_discovered; |
73 | | - libnvme_ctrl_get_persistent; |
74 | | - libnvme_ctrl_set_persistent; |
75 | | - libnvme_subsystem_get_name; |
76 | | - libnvme_subsystem_get_sysfs_dir; |
77 | | - libnvme_subsystem_get_subsysnqn; |
78 | | - libnvme_subsystem_get_model; |
79 | | - libnvme_subsystem_get_serial; |
80 | | - libnvme_subsystem_get_firmware; |
81 | | - libnvme_subsystem_get_subsystype; |
82 | | - libnvme_subsystem_get_application; |
83 | | - libnvme_subsystem_set_application; |
84 | | - libnvme_subsystem_get_iopolicy; |
85 | | - libnvme_subsystem_set_iopolicy; |
86 | | - libnvme_host_get_hostnqn; |
87 | | - libnvme_host_get_hostid; |
88 | | - libnvme_host_get_dhchap_host_key; |
89 | | - libnvme_host_set_dhchap_host_key; |
90 | | - libnvme_host_get_hostsymname; |
91 | | - libnvme_host_set_hostsymname; |
92 | | - libnvme_host_get_pdc_enabled_valid; |
93 | | - libnvme_host_set_pdc_enabled_valid; |
94 | 49 | libnvme_fabric_options_get_cntlid; |
95 | | - libnvme_fabric_options_set_cntlid; |
96 | 50 | libnvme_fabric_options_get_concat; |
97 | | - libnvme_fabric_options_set_concat; |
98 | 51 | libnvme_fabric_options_get_ctrl_loss_tmo; |
99 | | - libnvme_fabric_options_set_ctrl_loss_tmo; |
100 | 52 | libnvme_fabric_options_get_data_digest; |
101 | | - libnvme_fabric_options_set_data_digest; |
102 | 53 | libnvme_fabric_options_get_dhchap_ctrl_secret; |
103 | | - libnvme_fabric_options_set_dhchap_ctrl_secret; |
104 | 54 | libnvme_fabric_options_get_dhchap_secret; |
105 | | - libnvme_fabric_options_set_dhchap_secret; |
106 | 55 | libnvme_fabric_options_get_disable_sqflow; |
107 | | - libnvme_fabric_options_set_disable_sqflow; |
108 | 56 | libnvme_fabric_options_get_discovery; |
109 | | - libnvme_fabric_options_set_discovery; |
110 | 57 | libnvme_fabric_options_get_duplicate_connect; |
111 | | - libnvme_fabric_options_set_duplicate_connect; |
112 | 58 | libnvme_fabric_options_get_fast_io_fail_tmo; |
113 | | - libnvme_fabric_options_set_fast_io_fail_tmo; |
114 | 59 | libnvme_fabric_options_get_hdr_digest; |
115 | | - libnvme_fabric_options_set_hdr_digest; |
116 | 60 | libnvme_fabric_options_get_host_iface; |
117 | | - libnvme_fabric_options_set_host_iface; |
118 | 61 | libnvme_fabric_options_get_host_traddr; |
119 | | - libnvme_fabric_options_set_host_traddr; |
120 | 62 | libnvme_fabric_options_get_hostid; |
121 | | - libnvme_fabric_options_set_hostid; |
122 | 63 | libnvme_fabric_options_get_hostnqn; |
123 | | - libnvme_fabric_options_set_hostnqn; |
124 | 64 | libnvme_fabric_options_get_instance; |
125 | | - libnvme_fabric_options_set_instance; |
126 | 65 | libnvme_fabric_options_get_keep_alive_tmo; |
127 | | - libnvme_fabric_options_set_keep_alive_tmo; |
128 | 66 | libnvme_fabric_options_get_keyring; |
129 | | - libnvme_fabric_options_set_keyring; |
130 | 67 | libnvme_fabric_options_get_nqn; |
131 | | - libnvme_fabric_options_set_nqn; |
132 | 68 | libnvme_fabric_options_get_nr_io_queues; |
133 | | - libnvme_fabric_options_set_nr_io_queues; |
134 | 69 | libnvme_fabric_options_get_nr_poll_queues; |
135 | | - libnvme_fabric_options_set_nr_poll_queues; |
136 | 70 | libnvme_fabric_options_get_nr_write_queues; |
137 | | - libnvme_fabric_options_set_nr_write_queues; |
138 | 71 | libnvme_fabric_options_get_queue_size; |
139 | | - libnvme_fabric_options_set_queue_size; |
140 | 72 | libnvme_fabric_options_get_reconnect_delay; |
141 | | - libnvme_fabric_options_set_reconnect_delay; |
142 | 73 | libnvme_fabric_options_get_tls; |
143 | | - libnvme_fabric_options_set_tls; |
144 | 74 | libnvme_fabric_options_get_tls_key; |
145 | | - libnvme_fabric_options_set_tls_key; |
146 | 75 | libnvme_fabric_options_get_tos; |
147 | | - libnvme_fabric_options_set_tos; |
148 | 76 | libnvme_fabric_options_get_traddr; |
149 | | - libnvme_fabric_options_set_traddr; |
150 | 77 | libnvme_fabric_options_get_transport; |
151 | | - libnvme_fabric_options_set_transport; |
152 | 78 | libnvme_fabric_options_get_trsvcid; |
| 79 | + libnvme_fabric_options_set_cntlid; |
| 80 | + libnvme_fabric_options_set_concat; |
| 81 | + libnvme_fabric_options_set_ctrl_loss_tmo; |
| 82 | + libnvme_fabric_options_set_data_digest; |
| 83 | + libnvme_fabric_options_set_dhchap_ctrl_secret; |
| 84 | + libnvme_fabric_options_set_dhchap_secret; |
| 85 | + libnvme_fabric_options_set_disable_sqflow; |
| 86 | + libnvme_fabric_options_set_discovery; |
| 87 | + libnvme_fabric_options_set_duplicate_connect; |
| 88 | + libnvme_fabric_options_set_fast_io_fail_tmo; |
| 89 | + libnvme_fabric_options_set_hdr_digest; |
| 90 | + libnvme_fabric_options_set_host_iface; |
| 91 | + libnvme_fabric_options_set_host_traddr; |
| 92 | + libnvme_fabric_options_set_hostid; |
| 93 | + libnvme_fabric_options_set_hostnqn; |
| 94 | + libnvme_fabric_options_set_instance; |
| 95 | + libnvme_fabric_options_set_keep_alive_tmo; |
| 96 | + libnvme_fabric_options_set_keyring; |
| 97 | + libnvme_fabric_options_set_nqn; |
| 98 | + libnvme_fabric_options_set_nr_io_queues; |
| 99 | + libnvme_fabric_options_set_nr_poll_queues; |
| 100 | + libnvme_fabric_options_set_nr_write_queues; |
| 101 | + libnvme_fabric_options_set_queue_size; |
| 102 | + libnvme_fabric_options_set_reconnect_delay; |
| 103 | + libnvme_fabric_options_set_tls; |
| 104 | + libnvme_fabric_options_set_tls_key; |
| 105 | + libnvme_fabric_options_set_tos; |
| 106 | + libnvme_fabric_options_set_traddr; |
| 107 | + libnvme_fabric_options_set_transport; |
153 | 108 | libnvme_fabric_options_set_trsvcid; |
| 109 | + libnvme_fabrics_config_get_concat; |
| 110 | + libnvme_fabrics_config_get_ctrl_loss_tmo; |
| 111 | + libnvme_fabrics_config_get_data_digest; |
| 112 | + libnvme_fabrics_config_get_disable_sqflow; |
| 113 | + libnvme_fabrics_config_get_duplicate_connect; |
| 114 | + libnvme_fabrics_config_get_fast_io_fail_tmo; |
| 115 | + libnvme_fabrics_config_get_hdr_digest; |
| 116 | + libnvme_fabrics_config_get_keep_alive_tmo; |
| 117 | + libnvme_fabrics_config_get_keyring_id; |
| 118 | + libnvme_fabrics_config_get_nr_io_queues; |
| 119 | + libnvme_fabrics_config_get_nr_poll_queues; |
| 120 | + libnvme_fabrics_config_get_nr_write_queues; |
| 121 | + libnvme_fabrics_config_get_queue_size; |
| 122 | + libnvme_fabrics_config_get_reconnect_delay; |
| 123 | + libnvme_fabrics_config_get_tls; |
| 124 | + libnvme_fabrics_config_get_tls_configured_key_id; |
| 125 | + libnvme_fabrics_config_get_tls_key_id; |
| 126 | + libnvme_fabrics_config_get_tos; |
| 127 | + libnvme_fabrics_config_set_concat; |
| 128 | + libnvme_fabrics_config_set_ctrl_loss_tmo; |
| 129 | + libnvme_fabrics_config_set_data_digest; |
| 130 | + libnvme_fabrics_config_set_disable_sqflow; |
| 131 | + libnvme_fabrics_config_set_duplicate_connect; |
| 132 | + libnvme_fabrics_config_set_fast_io_fail_tmo; |
| 133 | + libnvme_fabrics_config_set_hdr_digest; |
| 134 | + libnvme_fabrics_config_set_keep_alive_tmo; |
| 135 | + libnvme_fabrics_config_set_keyring_id; |
| 136 | + libnvme_fabrics_config_set_nr_io_queues; |
| 137 | + libnvme_fabrics_config_set_nr_poll_queues; |
| 138 | + libnvme_fabrics_config_set_nr_write_queues; |
| 139 | + libnvme_fabrics_config_set_queue_size; |
| 140 | + libnvme_fabrics_config_set_reconnect_delay; |
| 141 | + libnvme_fabrics_config_set_tls; |
| 142 | + libnvme_fabrics_config_set_tls_configured_key_id; |
| 143 | + libnvme_fabrics_config_set_tls_key_id; |
| 144 | + libnvme_fabrics_config_set_tos; |
| 145 | + libnvme_host_get_dhchap_host_key; |
| 146 | + libnvme_host_get_hostid; |
| 147 | + libnvme_host_get_hostnqn; |
| 148 | + libnvme_host_get_hostsymname; |
| 149 | + libnvme_host_get_pdc_enabled_valid; |
| 150 | + libnvme_host_set_dhchap_host_key; |
| 151 | + libnvme_host_set_hostsymname; |
| 152 | + libnvme_host_set_pdc_enabled_valid; |
| 153 | + libnvme_ns_get_lba_count; |
| 154 | + libnvme_ns_get_lba_shift; |
| 155 | + libnvme_ns_get_lba_size; |
| 156 | + libnvme_ns_get_lba_util; |
| 157 | + libnvme_ns_get_meta_size; |
| 158 | + libnvme_ns_get_name; |
| 159 | + libnvme_ns_get_nsid; |
| 160 | + libnvme_ns_get_sysfs_dir; |
| 161 | + libnvme_ns_set_lba_count; |
| 162 | + libnvme_ns_set_lba_shift; |
| 163 | + libnvme_ns_set_lba_size; |
| 164 | + libnvme_ns_set_lba_util; |
| 165 | + libnvme_ns_set_meta_size; |
| 166 | + libnvme_ns_set_name; |
| 167 | + libnvme_ns_set_nsid; |
| 168 | + libnvme_ns_set_sysfs_dir; |
| 169 | + libnvme_path_get_ana_state; |
| 170 | + libnvme_path_get_grpid; |
| 171 | + libnvme_path_get_name; |
| 172 | + libnvme_path_get_numa_nodes; |
| 173 | + libnvme_path_get_sysfs_dir; |
| 174 | + libnvme_path_set_ana_state; |
| 175 | + libnvme_path_set_grpid; |
| 176 | + libnvme_path_set_name; |
| 177 | + libnvme_path_set_numa_nodes; |
| 178 | + libnvme_path_set_sysfs_dir; |
| 179 | + libnvme_subsystem_get_application; |
| 180 | + libnvme_subsystem_get_firmware; |
| 181 | + libnvme_subsystem_get_iopolicy; |
| 182 | + libnvme_subsystem_get_model; |
| 183 | + libnvme_subsystem_get_name; |
| 184 | + libnvme_subsystem_get_serial; |
| 185 | + libnvme_subsystem_get_subsysnqn; |
| 186 | + libnvme_subsystem_get_subsystype; |
| 187 | + libnvme_subsystem_get_sysfs_dir; |
| 188 | + libnvme_subsystem_set_application; |
| 189 | + libnvme_subsystem_set_iopolicy; |
154 | 190 | }; |
0 commit comments