Searched defs:floating (Results 1 - 4 of 4) sorted by relevance

/systemd/src/libsystemd/sd-bus/
H A Dbus-slot.c30 bool floating,
46 slot->floating = floating;
49 if (!floating)
197 if (!slot->floating)
28 bus_slot_allocate( sd_bus *bus, bool floating, BusSlotType type, size_t extra, void *userdata) argument
H A Dbus-internal.h141 bool floating:1; member in struct:sd_bus_slot
/systemd/src/libsystemd/sd-event/
H A Dsd-event.c107 bool floating:1; member in struct:sd_event_source
395 assert(s->floating);
879 if (!s->floating)
935 static sd_event_source *source_new(sd_event *e, bool floating, EventSourceType type) { argument
946 s->floating = floating;
950 if (!floating)
/systemd/src/libsystemd/sd-resolve/
H A Dsd-resolve.c97 bool floating:1; member in struct:sd_resolve_query
559 assert(q->floating);
681 if (q->floating) {
898 static int alloc_query(sd_resolve *resolve, bool floating, sd_resolve_query **_q) { argument
921 q->floating = floating;
924 if (!floating)
1121 if (!q->floating)

Completed in 1089 milliseconds