exitcode 414 cib/io.c cib_diskwrite_complete(mainloop_child_t * p, pid_t pid, int core, int signo, int exitcode) exitcode 421 cib/io.c do_crm_log(exitcode == 0 ? LOG_TRACE : LOG_ERR, "Disk write process exited (pid=%d, rc=%d)", exitcode 422 cib/io.c pid, exitcode); exitcode 425 cib/io.c if (exitcode != 0 && cib_writes_enabled) { exitcode 35 crmd/subsystems.c crmd_child_exit(mainloop_child_t * p, pid_t pid, int core, int signo, int exitcode) exitcode 45 crmd/subsystems.c do_crm_log(exitcode == 0 ? LOG_INFO : LOG_ERR, exitcode 47 crmd/subsystems.c pid, exitcode); exitcode 107 include/crm/common/mainloop.h void (*callback) (mainloop_child_t * p, pid_t pid, int core, int signo, int exitcode)); exitcode 114 include/crm/common/mainloop.h void (*callback) (mainloop_child_t * p, pid_t pid, int core, int signo, int exitcode)); exitcode 49 lib/common/mainloop.c void (*callback) (mainloop_child_t * p, pid_t pid, int core, int signo, int exitcode); exitcode 966 lib/common/mainloop.c int exitcode = 0; exitcode 975 lib/common/mainloop.c exitcode = 1; exitcode 983 lib/common/mainloop.c exitcode = WEXITSTATUS(status); exitcode 984 lib/common/mainloop.c crm_trace("Managed process %d (%s) exited with rc=%d", child->pid, child->desc, exitcode); exitcode 999 lib/common/mainloop.c child->callback(child, child->pid, core, signo, exitcode); exitcode 1098 lib/common/mainloop.c void (*callback) (mainloop_child_t * p, pid_t pid, int core, int signo, int exitcode)) exitcode 1132 lib/common/mainloop.c void (*callback) (mainloop_child_t * p, pid_t pid, int core, int signo, int exitcode)) exitcode 761 lib/fencing/st_client.c stonith_action_async_done(mainloop_child_t * p, pid_t pid, int core, int signo, int exitcode) exitcode 789 lib/fencing/st_client.c pid, action->action, exitcode); exitcode 790 lib/fencing/st_client.c if (exitcode > 0) { exitcode 795 lib/fencing/st_client.c exitcode = -ENODATA; exitcode 799 lib/fencing/st_client.c exitcode = -ETIMEDOUT; exitcode 802 lib/fencing/st_client.c exitcode = -EOPNOTSUPP; exitcode 805 lib/fencing/st_client.c exitcode = -pcmk_err_generic; exitcode 808 lib/fencing/st_client.c action->rc = exitcode; exitcode 255 lib/services/services_linux.c operation_finished(mainloop_child_t * p, pid_t pid, int core, int signo, int exitcode) exitcode 301 lib/services/services_linux.c op->rc = exitcode; exitcode 302 lib/services/services_linux.c crm_debug("%s - exited with rc=%d", prefix, exitcode); exitcode 157 mcp/pacemaker.c pcmk_child_exit(mainloop_child_t * p, pid_t pid, int core, int signo, int exitcode) exitcode 169 mcp/pacemaker.c switch(exitcode) { exitcode 171 mcp/pacemaker.c crm_info("The %s process (%d) exited: %s (%d)", name, pid, pcmk_strerror(exitcode), exitcode); exitcode 190 mcp/pacemaker.c crm_err("The %s process (%d) exited: %s (%d)", name, pid, pcmk_strerror(exitcode), exitcode);