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

/systemd/src/core/
H A Dbus-policy.h62 bool accept_fd,
H A Dbusname.h46 bool accept_fd; member in struct:BusName
H A Ddbus-busname.c35 SD_BUS_PROPERTY("AcceptFileDescriptors", "b", bus_property_get_bool, offsetof(BusName, accept_fd), SD_BUS_VTABLE_PROPERTY_CONST),
H A Dbus-policy.c97 bool accept_fd,
151 (accept_fd ? KDBUS_HELLO_ACCEPT_FD : 0);
93 bus_kernel_make_starter( int fd, const char *name, bool activating, bool accept_fd, BusNamePolicy *policy, BusPolicyAccess world_policy) argument
H A Dbusname.c61 n->accept_fd = true;
263 prefix, yes_no(n->accept_fd));
415 r = bus_kernel_make_starter(n->starter_fd, n->name, n->activating, n->accept_fd, n->policy, n->policy_world);
540 r = bus_kernel_make_starter(n->starter_fd, n->name, n->activating, n->accept_fd, NULL, n->policy_world);
/systemd/src/bus-proxyd/
H A Dbus-proxyd.c115 static int loop_clients(int accept_fd, uid_t bus_uid) { argument
139 fd = accept4(accept_fd, NULL, NULL, SOCK_NONBLOCK | SOCK_CLOEXEC);
273 int r, accept_fd; local
309 accept_fd = SD_LISTEN_FDS_START;
311 r = fd_nonblock(accept_fd, false);
317 r = loop_clients(accept_fd, bus_uid);

Completed in 16 milliseconds