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

/systemd/src/core/
H A Dexecute.h206 BusEndpoint *bus_endpoint; member in struct:ExecContext
H A Dexecute.c1658 if (params->bus_endpoint_fd >= 0 && context->bus_endpoint) {
1661 r = bus_kernel_set_endpoint_policy(params->bus_endpoint_fd, ep_uid, context->bus_endpoint);
2218 bus_endpoint_free(c->bus_endpoint);
2219 c->bus_endpoint = NULL;
H A Dload-fragment.c1949 if (!c->bus_endpoint) {
1950 r = bus_endpoint_new(&c->bus_endpoint);
1955 return bus_endpoint_add_policy(c->bus_endpoint, name, access);
H A Dservice.c1270 if (s->exec_context.bus_endpoint) {

Completed in 51 milliseconds