sbd_pid            27 lib/common/watchdog.c static pid_t sbd_pid = 0;
sbd_pid           133 lib/common/watchdog.c     crm_emerg("Signaling sbd[%lld] to panic", (long long) sbd_pid);
sbd_pid           137 lib/common/watchdog.c     if(sigqueue(sbd_pid, SIGKILL, signal_value) < 0) {
sbd_pid           139 lib/common/watchdog.c                    (long long) sbd_pid);
sbd_pid           178 lib/common/watchdog.c                   origin, (long long) sbd_pid, getppid());
sbd_pid           183 lib/common/watchdog.c     if(sbd_pid > 1) {
sbd_pid           185 lib/common/watchdog.c                   (long long) sbd_pid, origin);
sbd_pid           205 lib/common/watchdog.c     if(sbd_pid > 1) {
sbd_pid           206 lib/common/watchdog.c         return sbd_pid;
sbd_pid           214 lib/common/watchdog.c     rc = pcmk__pidfile_matches(pidfile, 0, sbd_path, &sbd_pid);
sbd_pid           217 lib/common/watchdog.c                   (long long) sbd_pid, pidfile);
sbd_pid           222 lib/common/watchdog.c         sbd_pid = pcmk__procfs_pid_of("sbd");
sbd_pid           224 lib/common/watchdog.c                   (long long) sbd_pid);
sbd_pid           228 lib/common/watchdog.c     if(sbd_pid < 0) {
sbd_pid           229 lib/common/watchdog.c         sbd_pid = 0;
sbd_pid           236 lib/common/watchdog.c     return sbd_pid;