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

/systemd/src/basic/
H A Dcgroup-util.c298 int cg_migrate(const char *cfrom, const char *pfrom, const char *cto, const char *pto, bool ignore_self) { argument
305 assert(pfrom);
320 r = cg_enumerate_processes(cfrom, pfrom, &f);
343 (isempty(pfrom) || path_equal(pfrom, "/")) &&
378 const char *pfrom,
389 assert(pfrom);
393 ret = cg_migrate(cfrom, pfrom, cto, pto, ignore_self);
395 r = cg_enumerate_subgroups(cfrom, pfrom, &d);
406 p = strjoin(pfrom, "/", f
376 cg_migrate_recursive( const char *cfrom, const char *pfrom, const char *cto, const char *pto, bool ignore_self, bool rem) argument
428 cg_migrate_recursive_fallback( const char *cfrom, const char *pfrom, const char *cto, const char *pto, bool ignore_self, bool rem) argument
[all...]

Completed in 264 milliseconds