Home
last modified time | relevance | path

Searched refs:floating (Results 1 – 15 of 15) sorted by relevance

/systemd-251/src/libsystemd/sd-netlink/
Dnetlink-slot.c14 bool floating, in netlink_slot_allocate() argument
34 slot->floating = floating; in netlink_slot_allocate()
42 if (!floating) in netlink_slot_allocate()
88 if (!slot->floating) in netlink_slot_disconnect()
150 return slot->floating; in sd_netlink_slot_get_floating()
156 if (slot->floating == !!b) in sd_netlink_slot_set_floating()
162 slot->floating = b; in sd_netlink_slot_set_floating()
Dnetlink-slot.h8 bool floating,
Dnetlink-internal.h45 bool floating; member
Dsd-netlink.c187 assert(s->floating); in netlink_free()
378 if (slot->floating) in process_timeout()
420 if (slot->floating) in process_reply()
/systemd-251/src/libsystemd/sd-bus/
Dbus-slot.c13 bool floating, in bus_slot_allocate() argument
29 slot->floating = floating; in bus_slot_allocate()
32 if (!floating) in bus_slot_allocate()
173 if (!slot->floating) in bus_slot_disconnect()
265 return slot->floating; in sd_bus_slot_get_floating()
271 if (slot->floating == !!b) in sd_bus_slot_set_floating()
277 slot->floating = b; in sd_bus_slot_set_floating()
Dbus-slot.h8 sd_bus_slot *bus_slot_allocate(sd_bus *bus, bool floating, BusSlotType type, size_t extra, void *us…
Dbus-internal.h139 bool floating; member
Dsd-bus.c182 assert(s->floating); in bus_free()
2667 if (slot->floating) in process_timeout()
2771 if (slot->floating) in process_reply()
3112 if (slot->floating) in process_closing_reply_callback()
3469 if (failed && match_slot->floating) in add_match_callback()
/systemd-251/src/libsystemd/sd-resolve/
Dsd-resolve.c84 bool floating:1; member
568 assert(q->floating); in resolve_free()
669 if (q->floating) { in complete_query()
886 static int alloc_query(sd_resolve *resolve, bool floating, sd_resolve_query **_q) { in alloc_query() argument
909 q->floating = floating; in alloc_query()
912 if (!floating) in alloc_query()
1140 if (!q->floating) in resolve_query_disconnect()
1213 return q->floating; in sd_resolve_query_get_floating()
1219 if (q->floating == !!b) in sd_resolve_query_set_floating()
1225 q->floating = b; in sd_resolve_query_set_floating()
/systemd-251/src/libsystemd/sd-event/
Devent-source.h63 bool floating:1; member
Dsd-event.c326 assert(s->floating); in event_free()
943 if (!s->floating) in source_disconnect()
1050 static sd_event_source *source_new(sd_event *e, bool floating, EventSourceType type) { in source_new() argument
1062 .floating = floating, in source_new()
1068 if (!floating) in source_new()
4451 return s->floating; in sd_event_source_get_floating()
4457 if (s->floating == !!b) in sd_event_source_set_floating()
4463 s->floating = b; in sd_event_source_set_floating()
/systemd-251/hwdb.d/
D70-pointingstick.hwdb60 # Where <accel> is a floating point number, using a '.' separator, specifying
/systemd-251/docs/
DCOREDUMP_PACKAGE_METADATA.md77 integer range (i.e. -2⁵³+1…+2⁵³-1) as well as the full 64bit IEEE floating
DCODING_STYLE.md503 - Be exceptionally careful when formatting and parsing floating point
/systemd-251/
DNEWS5567 event source is "floating", i.e. destroyed along with the even loop
6029 enable/disable the "floating" state of a bus slot object,