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

/systemd/src/core/
H A Ddbus.c296 static int find_unit(Manager *m, sd_bus *bus, const char *path, Unit **unit, sd_bus_error *error) { function
344 return find_unit(m, bus, path, (Unit**) found, error);
358 r = find_unit(m, bus, path, &u, error);
380 r = find_unit(m, bus, path, &u, error);
406 r = find_unit(m, bus, path, &u, error);
433 r = find_unit(m, bus, path, &u, error);
460 r = find_unit(m, bus, path, &u, error);

Completed in 35 milliseconds