Searched refs:bus_match_find (Results 1 - 3 of 3) sorted by relevance
/systemd/src/libsystemd/sd-bus/ |
H A D | bus-match.h | 87 int bus_match_find(struct bus_match_node *root, struct bus_match_component *components, unsigned n_components, sd_bus_message_handler_t callback, void *userdata, struct match_callback **ret);
|
H A D | bus-match.c | 1036 int bus_match_find( function
|
H A D | sd-bus.c | 3058 r = bus_match_find(&bus->match_callbacks, components, n_components, NULL, NULL, &c);
|
Completed in 661 milliseconds