pidfile 298 include/crm/common/internal.h void pcmk__daemonize(const char *name, const char *pidfile); pidfile 392 lib/common/utils.c pcmk__daemonize(const char *name, const char *pidfile) pidfile 398 lib/common/utils.c rc = pcmk__pidfile_matches(pidfile, 1, name, &pid); pidfile 401 lib/common/utils.c name, (long long) pid, pidfile); pidfile 403 lib/common/utils.c name, (long long) pid, pidfile); pidfile 417 lib/common/utils.c rc = pcmk__lock_pidfile(pidfile, name); pidfile 420 lib/common/utils.c pidfile, name, pcmk_rc_str(rc), rc); pidfile 422 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);