Searched refs:hello_flags (Results 1 - 6 of 6) sorted by relevance

/systemd/src/libsystemd/sd-bus/
H A Dbus-socket.c190 if (b->hello_flags & KDBUS_HELLO_ACCEPT_FD) {
476 if (b->auth == _BUS_AUTH_INVALID || !(b->hello_flags & KDBUS_HELLO_ACCEPT_FD))
643 if (b->hello_flags & KDBUS_HELLO_ACCEPT_FD)
667 b->hello_flags &= ~KDBUS_HELLO_ACCEPT_FD;
671 b->hello_flags &= ~KDBUS_HELLO_ACCEPT_FD;
H A Dbus-internal.h289 uint64_t hello_flags; member in struct:sd_bus
H A Dsd-bus.c187 r->hello_flags |= KDBUS_HELLO_ACCEPT_FD;
276 SET_FLAG(bus->hello_flags, KDBUS_HELLO_MONITOR, b);
285 SET_FLAG(bus->hello_flags, KDBUS_HELLO_ACCEPT_FD, b);
1519 if (bus->hello_flags & KDBUS_HELLO_MONITOR)
1523 if (!(bus->hello_flags & KDBUS_HELLO_ACCEPT_FD))
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);
2043 if (incoming->n_fds <= 0 || (bus->hello_flags & KDBUS_HELLO_ACCEPT_FD)) {
2318 if (bus->is_kernel && (bus->hello_flags
[all...]
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 Dbus-kernel.c958 hello->flags = b->hello_flags;
H A Dbus-objects.c1349 if (bus->hello_flags & KDBUS_HELLO_MONITOR)

Completed in 3893 milliseconds