pcmk__pidfile_matches  105 include/crm/common/internal.h int pcmk__pidfile_matches(const char *filename, pid_t expected_pid,
pcmk__pidfile_matches  217 lib/common/pid.c     rc = pcmk__pidfile_matches(filename, 0, name, NULL);
pcmk__pidfile_matches  237 lib/common/pid.c     rc = pcmk__pidfile_matches(filename, mypid, name, NULL);
pcmk__pidfile_matches  294 lib/common/utils.c     rc = pcmk__pidfile_matches(pidfile, 1, name, &pid);
pcmk__pidfile_matches  174 lib/common/watchdog.c     rc = pcmk__pidfile_matches(pidfile, 0, SBIN_DIR "/sbd", &sbd_pid);