Searched refs:KDBUS_HELLO_MONITOR (Results 1 - 4 of 4) sorted by relevance

/systemd/src/libsystemd/sd-bus/
H A Dkdbus.h672 * @KDBUS_HELLO_MONITOR: Special-purpose connection to monitor
679 KDBUS_HELLO_MONITOR = 1ULL << 3, enumerator in enum:kdbus_hello_flags
H A Dbus-control.c1241 if (bus->hello_flags & KDBUS_HELLO_MONITOR)
1436 ((bus)->hello_flags & KDBUS_HELLO_MONITOR \
1494 if (bus->hello_flags & KDBUS_HELLO_MONITOR)
H A Dsd-bus.c276 SET_FLAG(bus->hello_flags, KDBUS_HELLO_MONITOR, b);
1519 if (bus->hello_flags & KDBUS_HELLO_MONITOR)
1746 assert_return(!bus->is_kernel || !(bus->hello_flags & KDBUS_HELLO_MONITOR), -EROFS);
1898 assert_return(!bus->is_kernel || !(bus->hello_flags & KDBUS_HELLO_MONITOR), -EROFS);
1999 bus_assert_return(!bus->is_kernel || !(bus->hello_flags & KDBUS_HELLO_MONITOR), -EROFS, error);
2318 if (bus->is_kernel && (bus->hello_flags & KDBUS_HELLO_MONITOR))
2457 if (bus->hello_flags & KDBUS_HELLO_MONITOR)
2515 if (bus->hello_flags & KDBUS_HELLO_MONITOR)
3776 return !!(bus->hello_flags & KDBUS_HELLO_MONITOR);
H A Dbus-objects.c1349 if (bus->hello_flags & KDBUS_HELLO_MONITOR)

Completed in 1898 milliseconds