Home
last modified time | relevance | path

Searched refs:data_context (Results 1 – 25 of 233) sorted by relevance

12345678910

/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/mibII/
H A DipCidrRouteTable_access.h14 u_long *get_ipCidrRouteNextHop(void *data_context,
16 long *get_ipCidrRouteIfIndex(void *data_context,
21 int set_ipCidrRouteType(void *data_context, long *val,
26 int set_ipCidrRouteInfo(void *data_context, oid * val,
28 long *get_ipCidrRouteNextHopAS(void *data_context,
32 long *get_ipCidrRouteMetric1(void *data_context,
36 long *get_ipCidrRouteMetric2(void *data_context,
40 long *get_ipCidrRouteMetric3(void *data_context,
44 long *get_ipCidrRouteMetric4(void *data_context,
48 long *get_ipCidrRouteMetric5(void *data_context,
[all …]
H A DipCidrRouteTable_access.c32 get_ipCidrRouteDest(void *data_context, size_t * ret_len) in get_ipCidrRouteDest() argument
34 RTENTRY *ourroute = (RTENTRY *) data_context; in get_ipCidrRouteDest()
41 get_ipCidrRouteMask(void *data_context, size_t * ret_len) in get_ipCidrRouteMask() argument
43 RTENTRY *ourroute = (RTENTRY *) data_context; in get_ipCidrRouteMask()
50 get_ipCidrRouteTos(void *data_context, size_t * ret_len) in get_ipCidrRouteTos() argument
52 RTENTRY *ourroute = (RTENTRY *) data_context; in get_ipCidrRouteTos()
61 RTENTRY *ourroute = (RTENTRY *) data_context; in get_ipCidrRouteNextHop()
70 RTENTRY *ourroute = (RTENTRY *) data_context; in get_ipCidrRouteIfIndex()
85 RTENTRY *ourroute = (RTENTRY *) data_context; in get_ipCidrRouteType()
110 RTENTRY *ourroute = (RTENTRY *) data_context; in get_ipCidrRouteProto()
[all …]
H A DipCidrRouteTable.c267 void *data_context; in ipCidrRouteTable_handler() local
281 if (data_context == NULL) { in ipCidrRouteTable_handler()
416 get_ipCidrRouteNextHopAS(data_context, in ipCidrRouteTable_handler()
702 get_ipCidrRouteNextHopAS(data_context, in ipCidrRouteTable_handler()
823 set_ipCidrRouteIfIndex(data_context, in ipCidrRouteTable_handler()
879 set_ipCidrRouteMetric1(data_context, in ipCidrRouteTable_handler()
892 set_ipCidrRouteMetric2(data_context, in ipCidrRouteTable_handler()
905 set_ipCidrRouteMetric3(data_context, in ipCidrRouteTable_handler()
918 set_ipCidrRouteMetric4(data_context, in ipCidrRouteTable_handler()
931 set_ipCidrRouteMetric5(data_context, in ipCidrRouteTable_handler()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/unittest/gunit/xplugin/xpl/
H A Dadmin_cmd_index_t.cc210 data_context, in TEST_F()
339 data_context, in TEST_F()
364 data_context, in TEST_F()
390 data_context, in TEST_F()
417 data_context, in TEST_F()
447 data_context, in TEST_F()
486 data_context, in TEST_F()
511 data_context, in TEST_F()
537 data_context, in TEST_F()
559 data_context, in TEST_F()
[all …]
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/examples/
H A DnetSnmpHostsTable.c27 void *data_context; member
126 void *data_context = NULL; in netSnmpHostsTable_handler() local
141 if (data_context == NULL) { in netSnmpHostsTable_handler()
176 get_netSnmpHostAddressType(data_context, in netSnmpHostsTable_handler()
213 get_netSnmpHostRowStatus(data_context, in netSnmpHostsTable_handler()
235 if (!data_context) { in netSnmpHostsTable_handler()
236 ci->data_context = in netSnmpHostsTable_handler()
241 ci->data_context = data_context; in netSnmpHostsTable_handler()
297 get_netSnmpHostAddress(ci->data_context, in netSnmpHostsTable_handler()
334 get_netSnmpHostStorage(ci->data_context, in netSnmpHostsTable_handler()
[all …]
H A DnetSnmpHostsTable_access.h26 long *get_netSnmpHostAddressType(void *data_context,
28 int set_netSnmpHostAddressType(void *data_context, long *val,
30 char *get_netSnmpHostAddress(void *data_context,
32 int set_netSnmpHostAddress(void *data_context, char *val,
34 long *get_netSnmpHostStorage(void *data_context,
36 int set_netSnmpHostStorage(void *data_context, long *val,
38 long *get_netSnmpHostRowStatus(void *data_context,
40 int set_netSnmpHostRowStatus(void *data_context, long *val,
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/lib/ansible_test/_internal/
H A Dpowershell_import_analysis.py21 data_context,
53 base_path = data_context().content.module_utils_powershell_path
55 if data_context().content.collection:
56 …prefix = 'ansible_collections.' + data_context().content.collection.prefix + 'plugins.module_utils…
70 … for p in data_context().content.walk_files(data_context().content.module_utils_powershell_path)
84 if data_context().content.is_ansible and '# POWERSHELL_COMMON' in code:
101 elif data_context().content.is_ansible or \
102 import_name.startswith('ansible_collections.%s' % data_context().content.prefix):
H A Dcoverage_util.py25 data_context,
64 if data_context().content.collection:
109 ''' % (data_context().content.root, data_context().content.collection.directory)
118 ''' % (data_context().content.root, os.path.join(data_context().content.root, data_context().conten…
123 ''' % data_context().content.root
H A Dcsharp_import_analysis.py21 data_context,
57 base_path = data_context().content.module_utils_csharp_path
59 if data_context().content.collection:
60 …prefix = 'ansible_collections.' + data_context().content.collection.prefix + 'plugins.module_utils…
74 … for p in data_context().content.walk_files(data_context().content.module_utils_csharp_path)
102 elif data_context().content.is_ansible or \
103 … import_name.startswith('ansible_collections.%s' % data_context().content.prefix):
H A Dimport_analysis.py22 data_context,
133 base_path = data_context().content.module_utils_path
135 if data_context().content.collection:
136 …prefix = 'ansible_collections.' + data_context().content.collection.prefix + 'plugins.module_utils'
157 for path in data_context().content.walk_files(data_context().content.module_utils_path):
201 elif data_context().content.collection and (
264 if data_context().content.is_ansible:
287 … self.module = path_to_module(os.path.join(data_context().content.collection.directory, self.path))
340 if is_subdir(self.path, data_context().content.test_path):
356 if data_context().content.is_ansible and name.startswith('ansible.module_utils.'):
[all …]
H A Dpayload.py27 data_context,
60 files = list(data_context().ansible_source)
73 if not data_context().content.is_ansible:
84 collection_layouts = data_context().create_collection_layouts()
90 if layout == data_context().content:
92 …tent_files.extend((os.path.join(layout.root, path), path) for path in data_context().content.all_f…
102 for callback in data_context().payload_callbacks:
110 if data_context().content.collection:
112 …files.extend((src, os.path.join(data_context().content.collection.directory, dst)) for src, dst in…
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/lib/ansible_test/_internal/
H A Dpowershell_import_analysis.py21 data_context,
53 base_path = data_context().content.module_utils_powershell_path
55 if data_context().content.collection:
56 …prefix = 'ansible_collections.' + data_context().content.collection.prefix + 'plugins.module_utils…
70 … for p in data_context().content.walk_files(data_context().content.module_utils_powershell_path)
84 if data_context().content.is_ansible and '# POWERSHELL_COMMON' in code:
101 elif data_context().content.is_ansible or \
102 import_name.startswith('ansible_collections.%s' % data_context().content.prefix):
H A Dcoverage_util.py25 data_context,
64 if data_context().content.collection:
109 ''' % (data_context().content.root, data_context().content.collection.directory)
118 ''' % (data_context().content.root, os.path.join(data_context().content.root, data_context().conten…
123 ''' % data_context().content.root
H A Dcsharp_import_analysis.py21 data_context,
57 base_path = data_context().content.module_utils_csharp_path
59 if data_context().content.collection:
60 …prefix = 'ansible_collections.' + data_context().content.collection.prefix + 'plugins.module_utils…
74 … for p in data_context().content.walk_files(data_context().content.module_utils_csharp_path)
102 elif data_context().content.is_ansible or \
103 … import_name.startswith('ansible_collections.%s' % data_context().content.prefix):
H A Dimport_analysis.py22 data_context,
133 base_path = data_context().content.module_utils_path
135 if data_context().content.collection:
136 …prefix = 'ansible_collections.' + data_context().content.collection.prefix + 'plugins.module_utils'
157 for path in data_context().content.walk_files(data_context().content.module_utils_path):
201 elif data_context().content.collection and (
264 if data_context().content.is_ansible:
287 … self.module = path_to_module(os.path.join(data_context().content.collection.directory, self.path))
340 if is_subdir(self.path, data_context().content.test_path):
356 if data_context().content.is_ansible and name.startswith('ansible.module_utils.'):
[all …]
H A Dpayload.py27 data_context,
60 files = list(data_context().ansible_source)
73 if not data_context().content.is_ansible:
84 collection_layouts = data_context().create_collection_layouts()
90 if layout == data_context().content:
92 …tent_files.extend((os.path.join(layout.root, path), path) for path in data_context().content.all_f…
102 for callback in data_context().payload_callbacks:
110 if data_context().content.collection:
112 …files.extend((src, os.path.join(data_context().content.collection.directory, dst)) for src, dst in…
H A Dclassification.py52 data_context,
271 if is_subdir(path, data_context().content.module_utils_path):
364 if data_context().content.is_ansible:
367 if data_context().content.collection:
413 if is_subdir(path, data_context().content.integration_path):
414 if dirname == data_context().content.integration_path:
436 if is_subdir(path, data_context().content.sanity_path):
441 if is_subdir(path, data_context().content.unit_path):
459 if is_subdir(path, data_context().content.module_path):
473 if is_subdir(path, data_context().content.module_utils_path):
[all …]
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/lib/ansible_test/_internal/sanity/
H A Dpylint.py48 data_context,
87 paths if is_subdir(p, data_context().content.module_path)]
131 add_context(remaining_paths, 'modules', filter_path(data_context().content.module_path))
134 add_context(remaining_paths, 'units', filter_path(data_context().content.unit_path))
136 if data_context().content.collection:
154 if data_context().content.collection:
215 if data_context().content.collection:
243 if data_context().content.collection:
244 cmd.extend(['--collection-name', data_context().content.collection.full_name])
251 if data_context().content.collection:
[all …]
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/lib/ansible_test/_internal/sanity/
H A Dpylint.py48 data_context,
95 paths if is_subdir(p, data_context().content.module_path)]
139 add_context(remaining_paths, 'modules', filter_path(data_context().content.module_path))
142 add_context(remaining_paths, 'units', filter_path(data_context().content.unit_path))
144 if data_context().content.collection:
162 if data_context().content.collection:
223 if data_context().content.collection:
251 if data_context().content.collection:
252 cmd.extend(['--collection-name', data_context().content.collection.full_name])
259 if data_context().content.collection:
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/test/lib/ansible_test/_internal/
H A Dcoverage_util.py25 data_context,
64 if data_context().content.collection:
109 ''' % (data_context().content.root, data_context().content.collection.directory)
118 ''' % (data_context().content.root, os.path.join(data_context().content.root, data_context().conten…
123 ''' % data_context().content.root
H A Dimport_analysis.py18 data_context,
129 base_path = data_context().content.module_utils_path
131 if data_context().content.collection:
132 …prefix = 'ansible_collections.' + data_context().content.collection.prefix + 'plugins.module_utils'
153 for path in data_context().content.walk_files(data_context().content.module_utils_path):
195 elif data_context().content.collection and (
258 if data_context().content.is_ansible:
281 … self.module = path_to_module(os.path.join(data_context().content.collection.directory, self.path))
334 if is_subdir(self.path, data_context().content.test_path):
355 if data_context().content.is_ansible and name.startswith('ansible.module_utils.'):
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/test/lib/ansible_test/_internal/integration/
H A D__init__.py55 data_context,
167 if data_context().content.collection:
168 working_path = data_context().content.collection.directory
187 data_context().register_payload_callback(inventory_callback)
203 …integration_dir = os.path.join(data_context().content.root, data_context().content.integration_pat…
204 …targets_dir = os.path.join(data_context().content.root, data_context().content.integration_targets…
207 …vars_file = os.path.join(data_context().content.root, data_context().content.integration_vars_path)
241 integration_dir = os.path.join(temp_dir, data_context().content.integration_path)
245 …vars_file_src = os.path.join(data_context().content.root, data_context().content.integration_vars_…
246 vars_file = os.path.join(temp_dir, data_context().content.integration_vars_path)
[all …]
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/lib/ansible_test/_internal/integration/
H A D__init__.py62 data_context,
160 return os.path.join(data_context().content.integration_path, inventory_names[type(args)])
189 data_context().register_payload_callback(inventory_callback)
205 …integration_dir = os.path.join(data_context().content.root, data_context().content.integration_pat…
206 …targets_dir = os.path.join(data_context().content.root, data_context().content.integration_targets…
209 …vars_file = os.path.join(data_context().content.root, data_context().content.integration_vars_path)
243 integration_dir = os.path.join(temp_dir, data_context().content.integration_path)
244 targets_dir = os.path.join(temp_dir, data_context().content.integration_targets_path)
247 …vars_file_src = os.path.join(data_context().content.root, data_context().content.integration_vars_…
248 vars_file = os.path.join(temp_dir, data_context().content.integration_vars_path)
[all …]
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/lib/ansible_test/_internal/integration/
H A D__init__.py62 data_context,
160 return os.path.join(data_context().content.integration_path, inventory_names[type(args)])
189 data_context().register_payload_callback(inventory_callback)
205 …integration_dir = os.path.join(data_context().content.root, data_context().content.integration_pat…
206 …targets_dir = os.path.join(data_context().content.root, data_context().content.integration_targets…
209 …vars_file = os.path.join(data_context().content.root, data_context().content.integration_vars_path)
243 integration_dir = os.path.join(temp_dir, data_context().content.integration_path)
244 targets_dir = os.path.join(temp_dir, data_context().content.integration_targets_path)
247 …vars_file_src = os.path.join(data_context().content.root, data_context().content.integration_vars_…
248 vars_file = os.path.join(temp_dir, data_context().content.integration_vars_path)
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/test/lib/ansible_test/_internal/sanity/
H A Dpylint.py45 data_context,
75 … module_paths = [os.path.relpath(p, data_context().content.module_path).split(os.path.sep) for p in
76 paths if is_subdir(p, data_context().content.module_path)]
83 …large_module_group_paths = [os.path.relpath(p, data_context().content.module_path).split(os.path.s…
120 add_context(remaining_paths, 'modules', filter_path(data_context().content.module_path))
121 …add_context(remaining_paths, 'module_utils', filter_path(data_context().content.module_utils_path))
123 add_context(remaining_paths, 'units', filter_path(data_context().content.unit_path))
125 if data_context().content.collection:
192 if data_context().content.collection:
221 if data_context().content.collection:
[all …]

12345678910