pcmk__pidfile_matches  160 include/crm/common/internal.h int pcmk__pidfile_matches(const char *filename, pid_t expected_pid,
pcmk__pidfile_matches  226 lib/common/pid.c     rc = pcmk__pidfile_matches(filename, 0, name, NULL);
pcmk__pidfile_matches  246 lib/common/pid.c     rc = pcmk__pidfile_matches(filename, mypid, name, NULL);
pcmk__pidfile_matches  470 lib/common/utils.c     rc = pcmk__pidfile_matches(pidfile, 1, name, &pid);
pcmk__pidfile_matches  214 lib/common/watchdog.c     rc = pcmk__pidfile_matches(pidfile, 0, sbd_path, &sbd_pid);