Home
last modified time | relevance | path

Searched refs:unref (Results 1 – 6 of 6) sorted by relevance

/systemd-251/src/libsystemd/sd-netlink/
Dnetlink-slot.c52 void netlink_slot_disconnect(sd_netlink_slot *slot, bool unref) { in netlink_slot_disconnect() argument
90 else if (unref) in netlink_slot_disconnect()
Dnetlink-slot.h14 void netlink_slot_disconnect(sd_netlink_slot *slot, bool unref);
/systemd-251/src/libsystemd/sd-bus/
Dbus-slot.h10 void bus_slot_disconnect(sd_bus_slot *slot, bool unref);
Dbus-slot.c40 void bus_slot_disconnect(sd_bus_slot *slot, bool unref) { in bus_slot_disconnect() argument
175 else if (unref) in bus_slot_disconnect()
/systemd-251/docs/
DCODING_STYLE.md314 - When you define a destructor or `unref()` call for an object, please accept a
320 - Related to this: when you define a destructor or `unref()` call for an
/systemd-251/
DNEWS4692 disabling and unref'ing an event source in a single function. A