pidfile 251 include/crm/common/internal.h void pcmk__daemonize(const char *name, const char *pidfile); pidfile 421 lib/common/utils.c pcmk__daemonize(const char *name, const char *pidfile) pidfile 427 lib/common/utils.c rc = pcmk__pidfile_matches(pidfile, 1, name, &pid); pidfile 430 lib/common/utils.c name, (long long) pid, pidfile); pidfile 432 lib/common/utils.c name, (long long) pid, pidfile); pidfile 446 lib/common/utils.c rc = pcmk__lock_pidfile(pidfile, name); pidfile 449 lib/common/utils.c pidfile, name, pcmk_rc_str(rc), rc); pidfile 451 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);