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

/systemd/src/core/
H A Dbusname.c392 static int busname_make_starter(BusName *n, pid_t *_pid) { argument
434 *_pid = pid;
H A Dswap.c605 static int swap_spawn(Swap *s, ExecCommand *c, pid_t *_pid) { argument
620 assert(_pid);
657 *_pid = pid;
H A Dmount.c699 static int mount_spawn(Mount *m, ExecCommand *c, pid_t *_pid) { argument
714 assert(_pid);
751 *_pid = pid;
H A Dsocket.c1522 static int socket_spawn(Socket *s, ExecCommand *c, pid_t *_pid) { argument
1538 assert(_pid);
1580 *_pid = pid;
1584 static int socket_chown(Socket *s, pid_t *_pid) { argument
1660 *_pid = pid;
H A Dservice.c1157 pid_t *_pid) {
1180 assert(_pid);
1315 *_pid = pid;
1148 service_spawn( Service *s, ExecCommand *c, usec_t timeout, bool pass_fds, bool apply_permissions, bool apply_chroot, bool apply_tty_stdin, bool is_control, pid_t *_pid) argument
/systemd/src/basic/
H A Dcgroup-util.c79 int cg_read_pid(FILE *f, pid_t *_pid) { argument
86 assert(_pid);
100 *_pid = (pid_t) ul;

Completed in 1544 milliseconds