Lines Matching refs:sd_bus_slot
164 sd_bus_slot *s; in bus_free()
2239 sd_bus_slot **slot, in sd_bus_call_async()
2246 _cleanup_(sd_bus_slot_unrefp) sd_bus_slot *s = NULL; in sd_bus_call_async()
2615 sd_bus_slot *slot; in process_timeout()
2651 slot = container_of(c, sd_bus_slot, reply_callback); in process_timeout()
2705 sd_bus_slot *slot; in process_reply()
2724 slot = container_of(c, sd_bus_slot, reply_callback); in process_reply()
2795 sd_bus_slot *slot; in process_filter()
2810 slot = container_of(l, sd_bus_slot, filter_callback); in process_filter()
3070 sd_bus_slot *slot; in process_closing_reply_callback()
3098 slot = container_of(c, sd_bus_slot, reply_callback); in process_closing_reply_callback()
3387 sd_bus_slot **slot, in sd_bus_add_filter()
3391 sd_bus_slot *s; in sd_bus_add_filter()
3418 sd_bus_slot *match_slot = userdata; in add_match_callback()
3479 sd_bus_slot **slot, in bus_add_match_full()
3488 sd_bus_slot *s = NULL; in bus_add_match_full()
3566 sd_bus_slot **slot, in sd_bus_add_match()
3576 sd_bus_slot **slot, in sd_bus_add_match_async()
3865 _public_ sd_bus_slot* sd_bus_get_current_slot(sd_bus *bus) { in sd_bus_get_current_slot()