Searched refs:floating (Results 1 – 15 of 15) sorted by relevance
/systemd-251/src/libsystemd/sd-netlink/ |
D | netlink-slot.c | 14 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()
|
D | netlink-slot.h | 8 bool floating,
|
D | netlink-internal.h | 45 bool floating; member
|
D | sd-netlink.c | 187 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/ |
D | bus-slot.c | 13 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()
|
D | bus-slot.h | 8 sd_bus_slot *bus_slot_allocate(sd_bus *bus, bool floating, BusSlotType type, size_t extra, void *us…
|
D | bus-internal.h | 139 bool floating; member
|
D | sd-bus.c | 182 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/ |
D | sd-resolve.c | 84 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/ |
D | event-source.h | 63 bool floating:1; member
|
D | sd-event.c | 326 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/ |
D | 70-pointingstick.hwdb | 60 # Where <accel> is a floating point number, using a '.' separator, specifying
|
/systemd-251/docs/ |
D | COREDUMP_PACKAGE_METADATA.md | 77 integer range (i.e. -2⁵³+1…+2⁵³-1) as well as the full 64bit IEEE floating
|
D | CODING_STYLE.md | 503 - Be exceptionally careful when formatting and parsing floating point
|
/systemd-251/ |
D | NEWS | 5567 event source is "floating", i.e. destroyed along with the even loop 6029 enable/disable the "floating" state of a bus slot object,
|