Searched defs:ep (Results 1 - 2 of 2) sorted by relevance

/systemd/src/core/
H A Dbus-endpoint.c28 int bus_kernel_set_endpoint_policy(int fd, uid_t uid, BusEndpoint *ep) { argument
39 HASHMAP_FOREACH(po, ep->policy_hash, i) {
49 HASHMAP_FOREACH(po, ep->policy_hash, i) {
72 int bus_endpoint_new(BusEndpoint **ep) { argument
73 assert(ep);
75 *ep = new0(BusEndpoint, 1);
76 if (!*ep)
82 int bus_endpoint_add_policy(BusEndpoint *ep, const char *name, BusPolicyAccess access) { argument
87 assert(ep);
95 if (ep
[all...]
H A Dsocket.c1197 _cleanup_free_ char *ep = NULL; local
1199 ep = path_make_absolute(ent[i]->d_name, path);
1200 if (!ep)
1203 path_kill_slashes(ep);
1205 r = usbffs_address_create(ep);

Completed in 28 milliseconds