pidfile           286 include/crm/common/internal.h void pcmk__daemonize(const char *name, const char *pidfile);
pidfile           410 lib/common/utils.c pcmk__daemonize(const char *name, const char *pidfile)
pidfile           416 lib/common/utils.c     rc = pcmk__pidfile_matches(pidfile, 1, name, &pid);
pidfile           419 lib/common/utils.c                 name, (long long) pid, pidfile);
pidfile           421 lib/common/utils.c                name, (long long) pid, pidfile);
pidfile           435 lib/common/utils.c     rc = pcmk__lock_pidfile(pidfile, name);
pidfile           438 lib/common/utils.c                 pidfile, name, pcmk_rc_str(rc), rc);
pidfile           440 lib/common/utils.c                pidfile, name, pcmk_rc_str(rc), rc);
pidfile           195 lib/common/watchdog.c     char *pidfile = NULL;
pidfile           204 lib/common/watchdog.c     pidfile = crm_strdup_printf(PCMK_RUN_DIR "/sbd.pid");
pidfile           208 lib/common/watchdog.c     rc = pcmk__pidfile_matches(pidfile, 0, sbd_path, &sbd_pid);
pidfile           211 lib/common/watchdog.c                   (long long) sbd_pid, pidfile);
pidfile           227 lib/common/watchdog.c     free(pidfile);