Home
last modified time | relevance | path

Searched refs:ops (Results 1 – 11 of 11) sorted by relevance

/systemd-251/src/busctl/
Dtest-busctl-introspect.c317 static const XMLIntrospectOps ops = { in TEST() local
327 assert_se(parse_xml_introspect("/", xml_root, &ops, paths) >= 0); in TEST()
329 assert_se(parse_xml_introspect("/org", xml_org, &ops, paths) >= 0); in TEST()
331 assert_se(parse_xml_introspect("/org/freedesktop", xml_org_freedesktop, &ops, paths) >= 0); in TEST()
333 …xml_introspect("/org/freedesktop/LogControl1", xml_org_freedesktop_LogControl1, &ops, paths) >= 0); in TEST()
335 …parse_xml_introspect("/org/freedesktop/network1", xml_org_freedesktop_network1, &ops, paths) >= 0); in TEST()
337 …pect("/org/freedesktop/network1/network", xml_org_freedesktop_network1_network, &ops, paths) >= 0); in TEST()
343 …rt_se(parse_xml_introspect(path, xml_org_freedesktop_network1_network_unsigned, &ops, paths) >= 0); in TEST()
Dbusctl-introspect.c15 const XMLIntrospectOps *ops; member
230 if (context->ops->on_path) { in parse_xml_node()
231 … r = context->ops->on_path(node_path ?: np, context->userdata); in parse_xml_node()
295 if (context->ops->on_interface) { in parse_xml_node()
296 …r = context->ops->on_interface(context->interface_name, context->interface_flags, context->userdat… in parse_xml_node()
349 if (context->ops->on_method) { in parse_xml_node()
350 …r = context->ops->on_method(context->interface_name, context->member_name, context->member_signatu… in parse_xml_node()
486 if (context->ops->on_signal) { in parse_xml_node()
487 …r = context->ops->on_signal(context->interface_name, context->member_name, context->member_signatu… in parse_xml_node()
620 if (context->ops->on_property) { in parse_xml_node()
[all …]
Dbusctl-introspect.h15 int parse_xml_introspect(const char *prefix, const char *xml, const XMLIntrospectOps *ops, void *us…
Dbusctl.c433 static const XMLIntrospectOps ops = { in find_nodes() local
457 return parse_xml_introspect(path, xml, &ops, paths); in find_nodes()
946 static const XMLIntrospectOps ops = { in introspect() local
989 r = parse_xml_introspect(argv[2], xml, &ops, members); in introspect()
/systemd-251/src/basic/
Dordered-set.h10 static inline OrderedSet* _ordered_set_new(const struct hash_ops *ops HASHMAP_DEBUG_PARAMS) { in _ordered_set_new()
11 return (OrderedSet*) _ordered_hashmap_new(ops HASHMAP_DEBUG_PASS_ARGS); in _ordered_set_new()
13 #define ordered_set_new(ops) _ordered_set_new(ops HASHMAP_DEBUG_SRC_ARGS) argument
15 int _ordered_set_ensure_allocated(OrderedSet **s, const struct hash_ops *ops HASHMAP_DEBUG_PARAMS);
16 #define ordered_set_ensure_allocated(s, ops) _ordered_set_ensure_allocated(s, ops HASHMAP_DEBUG_SR… argument
18 int _ordered_set_ensure_put(OrderedSet **s, const struct hash_ops *ops, void *p HASHMAP_DEBUG_PARA…
Dhashmap.h89 #define hashmap_new(ops) _hashmap_new(ops HASHMAP_DEBUG_SRC_ARGS) argument
90 #define ordered_hashmap_new(ops) _ordered_hashmap_new(ops HASHMAP_DEBUG_SRC_ARGS) argument
140 #define hashmap_ensure_allocated(h, ops) _hashmap_ensure_allocated(h, ops HASHMAP_DEBUG_SRC_ARGS) argument
141 #define hashmap_ensure_put(s, ops, key, value) _hashmap_ensure_put(s, ops, key, value HASHMAP_DEBU… argument
142 #define ordered_hashmap_ensure_allocated(h, ops) _ordered_hashmap_ensure_allocated(h, ops HASHMAP_… argument
145 #define ordered_hashmap_ensure_put(s, ops, key, value) _ordered_hashmap_ensure_put(s, ops, key, val… argument
Dordered-set.c7 int _ordered_set_ensure_allocated(OrderedSet **s, const struct hash_ops *ops HASHMAP_DEBUG_PARAMS)… in _ordered_set_ensure_allocated()
11 *s = _ordered_set_new(ops HASHMAP_DEBUG_PASS_ARGS); in _ordered_set_ensure_allocated()
18 int _ordered_set_ensure_put(OrderedSet **s, const struct hash_ops *ops, void *p HASHMAP_DEBUG_PARA… in _ordered_set_ensure_put() argument
21 r = _ordered_set_ensure_allocated(s, ops HASHMAP_DEBUG_PASS_ARGS); in _ordered_set_ensure_put()
Dset.h17 #define set_new(ops) _set_new(ops HASHMAP_DEBUG_SRC_ARGS) argument
32 #define set_ensure_allocated(h, ops) _set_ensure_allocated(h, ops HASHMAP_DEBUG_SRC_ARGS) argument
/systemd-251/src/test/
Dtest-hashmap-plain.c700 const struct hash_ops *ops; in TEST() member
712 assert_se(h = hashmap_new(tests[j].ops)); in TEST()
752 const struct hash_ops *ops; in TEST() member
763 assert_se(h = hashmap_new(tests[j].ops)); in TEST()
/systemd-251/po/
Dda.po543 "Tillad meddelelse til firmwaren om at starte op i opsætningsgrænseflade"
551 "opsætningsgrænseflade."
/systemd-251/docs/
DENVIRONMENT.md35 as `start` into no-ops. If that's what's explicitly desired, you might