pidfile 248 include/crm/common/internal.h void pcmk__daemonize(const char *name, const char *pidfile); pidfile 380 lib/common/utils.c pcmk__daemonize(const char *name, const char *pidfile) pidfile 386 lib/common/utils.c rc = pcmk__pidfile_matches(pidfile, 1, name, &pid); pidfile 389 lib/common/utils.c name, (long long) pid, pidfile); pidfile 391 lib/common/utils.c name, (long long) pid, pidfile); pidfile 405 lib/common/utils.c rc = pcmk__lock_pidfile(pidfile, name); pidfile 408 lib/common/utils.c pidfile, name, pcmk_rc_str(rc), rc); pidfile 410 lib/common/utils.c pidfile, name, pcmk_rc_str(rc), rc); pidfile 204 lib/common/watchdog.c char *pidfile = NULL; pidfile 213 lib/common/watchdog.c pidfile = crm_strdup_printf(PCMK_RUN_DIR "/sbd.pid"); pidfile 217 lib/common/watchdog.c rc = pcmk__pidfile_matches(pidfile, 0, sbd_path, &sbd_pid); pidfile 220 lib/common/watchdog.c (long long) sbd_pid, pidfile); pidfile 236 lib/common/watchdog.c free(pidfile);