pidfile           195 include/crm/common/internal.h void pcmk__daemonize(const char *name, const char *pidfile);
pidfile           288 lib/common/utils.c pcmk__daemonize(const char *name, const char *pidfile)
pidfile           294 lib/common/utils.c     rc = pcmk__pidfile_matches(pidfile, 1, name, &pid);
pidfile           297 lib/common/utils.c                 name, (long long) pid, pidfile);
pidfile           299 lib/common/utils.c                name, (long long) pid, pidfile);
pidfile           313 lib/common/utils.c     rc = pcmk__lock_pidfile(pidfile, name);
pidfile           316 lib/common/utils.c                 pidfile, name, pcmk_rc_str(rc), rc);
pidfile           318 lib/common/utils.c                pidfile, name, pcmk_rc_str(rc), rc);
pidfile           166 lib/common/watchdog.c     const char *pidfile = PCMK__RUN_DIR "/sbd.pid";
pidfile           174 lib/common/watchdog.c     rc = pcmk__pidfile_matches(pidfile, 0, SBIN_DIR "/sbd", &sbd_pid);
pidfile           177 lib/common/watchdog.c                   (long long) sbd_pid, pidfile);