ppid              387 lib/common/procfs.c         int rc = 0, pid = 0, ppid = 0, pgrp = 0, session = 0, tty_nr = 0, tpgid = 0;
ppid              391 lib/common/procfs.c                     &pid, comm, &state, &ppid, &pgrp, &session, &tty_nr, &tpgid,
ppid               32 lib/common/watchdog.c panic_local_nonroot(pid_t ppid)
ppid               34 lib/common/watchdog.c     if (ppid > 1) { // pacemakerd is still our parent
ppid               36 lib/common/watchdog.c                   (long long) ppid);
ppid               38 lib/common/watchdog.c         ppid = pcmk__procfs_pid_of(PCMK__SERVER_PACEMAKERD);
ppid               39 lib/common/watchdog.c         if (ppid > 0) {
ppid               43 lib/common/watchdog.c                       (long long) ppid);
ppid               45 lib/common/watchdog.c             if (sigqueue(ppid, SIGQUIT, signal_value) < 0) {
ppid              118 lib/common/watchdog.c     pid_t ppid = getppid();
ppid              127 lib/common/watchdog.c     if(ppid > 1) {