sbd_pid            23 lib/common/watchdog.c static pid_t sbd_pid = 0;
sbd_pid           148 lib/common/watchdog.c     if(sigqueue(sbd_pid, SIGKILL, signal_value) < 0) {
sbd_pid           176 lib/common/watchdog.c                   (long long) sbd_pid, reason);
sbd_pid           196 lib/common/watchdog.c     if(sbd_pid > 1) {
sbd_pid           197 lib/common/watchdog.c         return sbd_pid;
sbd_pid           205 lib/common/watchdog.c     rc = pcmk__pidfile_matches(pidfile, 0, sbd_path, &sbd_pid);
sbd_pid           208 lib/common/watchdog.c                   (long long) sbd_pid, pidfile);
sbd_pid           213 lib/common/watchdog.c         sbd_pid = pcmk__procfs_pid_of("sbd");
sbd_pid           215 lib/common/watchdog.c                   (long long) sbd_pid);
sbd_pid           219 lib/common/watchdog.c     if(sbd_pid < 0) {
sbd_pid           220 lib/common/watchdog.c         sbd_pid = 0;
sbd_pid           227 lib/common/watchdog.c     return sbd_pid;