Home
last modified time | relevance | path

Searched refs:match_callbacks (Results 1 – 7 of 7) sorted by relevance

/systemd-251/src/libsystemd/sd-netlink/
Dnetlink-internal.h33 LIST_FIELDS(struct match_callback, match_callbacks);
90 LIST_HEAD(struct match_callback, match_callbacks);
Dnetlink-slot.c71 LIST_REMOVE(match_callbacks, nl->match_callbacks, &slot->match_callback); in netlink_slot_disconnect()
Dsd-netlink.c445 LIST_FOREACH(match_callbacks, c, nl->match_callbacks) { in process_match()
952 LIST_PREPEND(match_callbacks, nl->match_callbacks, &slot->match_callback); in netlink_add_match_internal()
/systemd-251/src/libsystemd/sd-bus/
Dbus-internal.h236 struct bus_match_node match_callbacks; member
Dbus-slot.c76 bus_match_remove(&slot->bus->match_callbacks, &slot->match_callback); in bus_slot_disconnect()
Dtest-bus-chat.c104 bus_match_dump(stdout, &bus->match_callbacks, 0); in server_init()
Dsd-bus.c213 assert(b->match_callbacks.type == BUS_MATCH_ROOT); in bus_free()
214 bus_match_free(&b->match_callbacks); in bus_free()
2840 r = bus_match_run(bus, &bus->match_callbacks, m); in process_match()
3549 r = bus_match_add(&bus->match_callbacks, components, n_components, &s->match_callback); in bus_add_match_full()