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

/systemd/src/core/
H A Ddbus-scope.c98 r = unit_watch_pid(UNIT(s), pid);
H A Dbusname.c367 r = unit_watch_pid(UNIT(n), n->control_pid);
430 r = unit_watch_pid(UNIT(n), pid);
H A Dservice.c827 r = unit_watch_pid(UNIT(s), pid);
862 r = unit_watch_pid(UNIT(s), pid);
1013 r = unit_watch_pid(UNIT(s), s->main_pid);
1025 r = unit_watch_pid(UNIT(s), s->control_pid);
1310 r = unit_watch_pid(UNIT(s), pid);
2214 unit_watch_pid(UNIT(s), pid);
2984 unit_watch_pid(UNIT(s), pid);
3167 unit_watch_pid(UNIT(s), pid);
H A Dunit.h513 int unit_watch_pid(Unit *u, pid_t pid);
H A Dswap.c547 r = unit_watch_pid(UNIT(s), s->control_pid);
652 r = unit_watch_pid(UNIT(s), pid);
H A Dsocket.c1489 r = unit_watch_pid(UNIT(s), s->control_pid);
1575 r = unit_watch_pid(UNIT(s), pid);
1656 r = unit_watch_pid(UNIT(s), pid);
H A Dmount.c648 r = unit_watch_pid(UNIT(m), m->control_pid);
746 r = unit_watch_pid(UNIT(m), pid);
H A Dcgroup.c1129 r = unit_watch_pid(u, pid);
H A Dunit.c2036 int unit_watch_pid(Unit *u, pid_t pid) { function

Completed in 54 milliseconds