Searched refs:set_remove (Results 1 - 20 of 20) sorted by relevance

/systemd/src/test/
H A Dtest-set.c52 assert_se(set_remove(m, (void*) "333"));
/systemd/src/core/
H A Dkillall.c128 (void) set_remove(pids, PID_TO_PTR(pid));
143 set_remove(pids, p);
H A Dmount-setup.c269 t = set_remove(controllers, *i);
H A Dunit.c216 (void) set_remove(u->names, s);
401 set_remove(other->dependencies[d], u);
445 set_remove(x, u);
538 set_remove(u->manager->startup_units, u);
665 if (set_remove(back->dependencies[k], other))
670 set_remove(back->dependencies[k], other);
678 back = set_remove(other->dependencies[d], u);
2075 (void) set_remove(u->pids, PID_TO_PTR(pid));
2239 set_remove(u->dependencies[d], other);
2242 set_remove(othe
[all...]
H A Ddbus.c138 if (set_remove(m->private_buses, bus)) {
H A Dload-fragment.c2585 set_remove(c->syscall_filter, INT_TO_PTR(id + 1));
2751 set_remove(c->address_families, INT_TO_PTR(af));
H A Dmanager.c3069 (void) set_remove(m->failed_units, u);
/systemd/src/basic/
H A Dset.h59 static inline void *set_remove(Set *s, const void *key) { function
H A Dfdset.c140 return set_remove(MAKE_SET(s), FD_TO_PTR(fd)) ? fd : -ENOENT;
/systemd/src/bus-proxyd/
H A Ddriver.c539 set_remove(owned_names, (char*) name);
596 set_remove(owned_names, (char*) name);
/systemd/src/network/
H A Dnetworkd-address.c99 set_remove(address->link->addresses, address);
100 set_remove(address->link->addresses_foreign, address);
294 set_remove(link->addresses_foreign, address);
H A Dnetworkd-route.c99 set_remove(route->link->routes, route);
100 set_remove(route->link->routes_foreign, route);
292 set_remove(link->routes_foreign, route);
H A Dnetworkd-link.c3006 set_remove(link->manager->dirty_links, link);
/systemd/src/resolve/
H A Dresolved-dns-query.c64 set_remove(t->notify_query_candidates, c);
148 (void) set_remove(t->notify_query_candidates, c);
H A Dresolved-dns-transaction.c54 set_remove(z->notify_transactions, t);
100 set_remove(c->transactions, t);
108 set_remove(z->dnssec_transactions, t);
1628 (void) set_remove(t->dnssec_transactions, aux);
H A Dresolved-dns-zone.c40 set_remove(t->notify_zone_items, i);
/systemd/src/socket-proxy/
H A Dsocket-proxyd.c76 set_remove(c->context->connections, c);
/systemd/src/libsystemd/sd-device/
H A Ddevice-private.c909 free(set_remove(device->tags, tag));
/systemd/src/shared/
H A Dbus-util.c1901 found = set_remove(d->jobs, (char*) path);
/systemd/src/libsystemd/sd-event/
H A Dsd-event.c855 set_remove(s->event->post_sources, s);

Completed in 982 milliseconds