pidfile           250 include/crm/common/internal.h void pcmk__daemonize(const char *name, const char *pidfile);
pidfile           464 lib/common/utils.c pcmk__daemonize(const char *name, const char *pidfile)
pidfile           470 lib/common/utils.c     rc = pcmk__pidfile_matches(pidfile, 1, name, &pid);
pidfile           473 lib/common/utils.c                 name, (long long) pid, pidfile);
pidfile           475 lib/common/utils.c                name, (long long) pid, pidfile);
pidfile           489 lib/common/utils.c     rc = pcmk__lock_pidfile(pidfile, name);
pidfile           492 lib/common/utils.c                 pidfile, name, pcmk_rc_str(rc), rc);
pidfile           494 lib/common/utils.c                pidfile, name, pcmk_rc_str(rc), rc);
pidfile           201 lib/common/watchdog.c     char *pidfile = NULL;
pidfile           210 lib/common/watchdog.c     pidfile = crm_strdup_printf(PCMK_RUN_DIR "/sbd.pid");
pidfile           214 lib/common/watchdog.c     rc = pcmk__pidfile_matches(pidfile, 0, sbd_path, &sbd_pid);
pidfile           217 lib/common/watchdog.c                   (long long) sbd_pid, pidfile);
pidfile           233 lib/common/watchdog.c     free(pidfile);