Home
last modified time | relevance | path

Searched refs:bus_slot_allocate (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/libsystemd/sd-bus/
Dbus-slot.h8 sd_bus_slot *bus_slot_allocate(sd_bus *bus, bool floating, BusSlotType type, size_t extra, void *us…
Dbus-slot.c11 sd_bus_slot *bus_slot_allocate( in bus_slot_allocate() function
Dbus-objects.c1605 … s = bus_slot_allocate(bus, !slot, BUS_NODE_CALLBACK, sizeof(struct node_callback), userdata); in bus_add_object()
1830 s = bus_slot_allocate(bus, !slot, BUS_NODE_VTABLE, sizeof(struct node_vtable), userdata); in add_object_vtable_internal()
2023 … s = bus_slot_allocate(bus, !slot, BUS_NODE_ENUMERATOR, sizeof(struct node_enumerator), userdata); in sd_bus_add_node_enumerator()
2990 …s = bus_slot_allocate(bus, !slot, BUS_NODE_OBJECT_MANAGER, sizeof(struct node_object_manager), NUL… in sd_bus_add_object_manager()
Dsd-bus.c2283 … s = bus_slot_allocate(bus, !slot, BUS_REPLY_CALLBACK, sizeof(struct reply_callback), userdata); in sd_bus_call_async()
3398 … s = bus_slot_allocate(bus, !slot, BUS_FILTER_CALLBACK, sizeof(struct filter_callback), userdata); in sd_bus_add_filter()
3500 … s = bus_slot_allocate(bus, !slot, BUS_MATCH_CALLBACK, sizeof(struct match_callback), userdata); in bus_add_match_full()