sbd_pid            23 lib/common/watchdog.c static pid_t sbd_pid = 0;
sbd_pid           122 lib/common/watchdog.c     if(sigqueue(sbd_pid, SIGKILL, signal_value) < 0) {
sbd_pid           150 lib/common/watchdog.c                   (long long) sbd_pid, reason);
sbd_pid           169 lib/common/watchdog.c     if(sbd_pid > 1) {
sbd_pid           170 lib/common/watchdog.c         return sbd_pid;
sbd_pid           174 lib/common/watchdog.c     rc = pcmk__pidfile_matches(pidfile, 0, SBIN_DIR "/sbd", &sbd_pid);
sbd_pid           177 lib/common/watchdog.c                   (long long) sbd_pid, pidfile);
sbd_pid           180 lib/common/watchdog.c         sbd_pid = pcmk__procfs_pid_of("sbd");
sbd_pid           182 lib/common/watchdog.c         if (sbd_pid != 0) {
sbd_pid           184 lib/common/watchdog.c                       (long long) sbd_pid);
sbd_pid           188 lib/common/watchdog.c     if(sbd_pid < 0) {
sbd_pid           189 lib/common/watchdog.c         sbd_pid = 0;
sbd_pid           193 lib/common/watchdog.c     return sbd_pid;