Searched refs:KDBUS_NAME_IN_QUEUE (Results 1 - 3 of 3) sorted by relevance

/systemd/src/libsystemd/sd-bus/
H A Dkdbus.h855 * @KDBUS_NAME_IN_QUEUE: Name is queued
862 KDBUS_NAME_IN_QUEUE = 1ULL << 3, enumerator in enum:kdbus_name_flags
H A Dbus-kernel.c1268 if (d->type == KDBUS_ITEM_NAME_ADD || (d->name_change.old_id.flags & (KDBUS_NAME_IN_QUEUE|KDBUS_NAME_ACTIVATOR)))
1273 if (d->type == KDBUS_ITEM_NAME_REMOVE || (d->name_change.new_id.flags & (KDBUS_NAME_IN_QUEUE|KDBUS_NAME_ACTIVATOR))) {
H A Dbus-control.c85 if (n->return_flags & KDBUS_NAME_IN_QUEUE)

Completed in 21 milliseconds