crm_pid_active    143 include/crm_internal.h int crm_pid_active(long pid, const char *daemon);
crm_pid_active    134 lib/common/procfs.c             && (crm_pid_active(pid, NULL) == 1)) {
crm_pid_active    831 lib/common/utils.c     } else if (crm_pid_active(pid, daemon) == FALSE) {
crm_pid_active    709 mcp/pacemaker.c                 if (crm_pid_active(pcmk_children[lpc].pid, name) != 1) {
crm_pid_active    757 mcp/pacemaker.c             if (safe_str_eq(entry_name, name) && (crm_pid_active(pid, NULL) == 1)) {