crm_pidfile_inuse  253 include/crm_internal.h long crm_pidfile_inuse(const char *filename, long mypid, const char *daemon);
crm_pidfile_inuse  853 lib/common/utils.c     rc = crm_pidfile_inuse(filename, 0, name);
crm_pidfile_inuse  876 lib/common/utils.c     return crm_pidfile_inuse(filename, mypid, name);
crm_pidfile_inuse  891 lib/common/utils.c     rc = crm_pidfile_inuse(pidfile, 1, name);
crm_pidfile_inuse  224 lib/common/watchdog.c     sbd_pid = crm_pidfile_inuse(pidfile, 0, sbd_path);