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

/systemd/src/core/
H A Dunit.c2446 int unit_load_related_unit(Unit *u, const char *type, Unit **_found) { argument
2452 assert(_found);
2460 r = manager_load_unit(u->manager, t, NULL, NULL, _found);
2461 assert(r < 0 || *_found != u);

Completed in 1007 milliseconds