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

/systemd/src/basic/
H A Dcgroup-util.c1316 int cg_path_get_unit(const char *path, char **ret) { function
1350 return cg_path_get_unit(cgroup, unit);
1458 return cg_path_get_unit(t, ret);
1479 r = cg_path_get_unit(path, &u);
1507 r = cg_path_get_unit(path, &unit);

Completed in 336 milliseconds