Home
last modified time | relevance | path

Searched refs:BusSlotType (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/libsystemd/sd-bus/
Dbus-internal.h117 typedef enum BusSlotType { enum
126 } BusSlotType; typedef
130 BusSlotType type:8;
Dbus-slot.h8 sd_bus_slot *bus_slot_allocate(sd_bus *bus, bool floating, BusSlotType type, size_t extra, void *us…
Dbus-slot.c14 BusSlotType type, in bus_slot_allocate()