Home
last modified time | relevance | path

Searched refs:I_ERROR (Results 1 – 25 of 112) sorted by relevance

12345

/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/daemons/controld/
H A Dcontrold_membership.c42 register_fsa_input(C_FSA_INTERNAL, I_ERROR, NULL); in reap_dead_nodes()
106 register_fsa_error(C_FSA_INTERNAL, I_ERROR, NULL); in crmd_node_update_complete()
111 register_fsa_error(C_FSA_INTERNAL, I_ERROR, NULL); in crmd_node_update_complete()
286 register_fsa_error(C_FSA_INTERNAL, I_ERROR, NULL); in node_list_update_callback()
291 register_fsa_error(C_FSA_INTERNAL, I_ERROR, NULL); in node_list_update_callback()
390 register_fsa_error(C_FSA_INTERNAL, I_ERROR, NULL); in cib_quorum_update_complete()
H A Dcontrold_control.c83 register_fsa_error(C_FSA_INTERNAL, I_ERROR, NULL); in do_ha_control()
125 register_fsa_error(C_FSA_INTERNAL, I_ERROR, NULL); in do_shutdown_req()
356 register_fsa_error(C_FSA_INTERNAL, I_ERROR, NULL); in do_startup()
489 register_fsa_error(C_FSA_INTERNAL, I_ERROR, NULL); in do_started()
693 register_fsa_error(C_FSA_INTERNAL, I_ERROR, NULL); in config_query_callback()
712 register_fsa_error(C_FSA_INTERNAL, I_ERROR, NULL); in config_query_callback()
822 register_fsa_input_before(C_SHUTDOWN, I_ERROR, NULL); in crm_shutdown()
H A Dcrmd_dsa.dot46 "S_<ANY>" -> "S_RECOVERY" [ label = "I_ERROR" ]
52 "S_<ANY_DC>" -> "S_RECOVERY_DC" [ label = "I_ERROR" ]
H A Dcontrold_schedulerd.c59 register_fsa_error_adv(C_FSA_INTERNAL, I_ERROR, NULL, NULL, __func__); in save_cib_contents()
426 register_fsa_error_adv(C_FSA_INTERNAL, I_ERROR, NULL, NULL, __func__); in do_pe_invoke_callback()
473 register_fsa_error_adv(C_FSA_INTERNAL, I_ERROR, NULL, NULL, __func__); in do_pe_invoke_callback()
/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/crmd/
H A Dmembership.c57 register_fsa_input(C_FSA_INTERNAL, I_ERROR, NULL); in reap_dead_nodes()
120 register_fsa_error(C_FSA_INTERNAL, I_ERROR, NULL); in crmd_node_update_complete()
125 register_fsa_error(C_FSA_INTERNAL, I_ERROR, NULL); in crmd_node_update_complete()
300 register_fsa_error(C_FSA_INTERNAL, I_ERROR, NULL); in node_list_update_callback()
305 register_fsa_error(C_FSA_INTERNAL, I_ERROR, NULL); in node_list_update_callback()
412 register_fsa_error(C_FSA_INTERNAL, I_ERROR, NULL); in cib_quorum_update_complete()
H A Dcrmd_dsa.dot46 "S_<ANY>" -> "S_RECOVERY" [ label = "I_ERROR" ]
52 "S_<ANY_DC>" -> "S_RECOVERY_DC" [ label = "I_ERROR" ]
H A Dcallbacks.c55 register_fsa_input(C_HA_DISCONNECT, I_ERROR, NULL); in crmd_ha_connection_destroy()
189 register_fsa_input(C_CRMD_STATUS_CALLBACK, I_ERROR, NULL); in peer_update_callback()
350 register_fsa_input(C_FSA_INTERNAL, I_ERROR, NULL); in crmd_cib_connection_destroy()
H A Dcontrol.c134 register_fsa_error(C_FSA_INTERNAL, I_ERROR, NULL); in do_ha_control()
220 register_fsa_error(C_FSA_INTERNAL, I_ERROR, NULL); in do_shutdown_req()
679 register_fsa_error(C_FSA_INTERNAL, I_ERROR, NULL); in do_startup()
862 register_fsa_error(C_FSA_INTERNAL, I_ERROR, NULL); in do_started()
1016 register_fsa_error(C_FSA_INTERNAL, I_ERROR, NULL); in config_query_callback()
1035 register_fsa_error(C_FSA_INTERNAL, I_ERROR, NULL); in config_query_callback()
1155 register_fsa_input_before(C_SHUTDOWN, I_ERROR, NULL); in crm_shutdown()
H A Dpengine.c44 register_fsa_error_adv(C_FSA_INTERNAL, I_ERROR, NULL, NULL, __FUNCTION__); in save_cib_contents()
379 register_fsa_error_adv(C_FSA_INTERNAL, I_ERROR, NULL, NULL, __FUNCTION__); in do_pe_invoke_callback()
427 register_fsa_error_adv(C_FSA_INTERNAL, I_ERROR, NULL, NULL, __FUNCTION__); in do_pe_invoke_callback()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/libproj4/vtklibproj4/
H A Dproj_mbtfpp.c48 if (fabs(lp.phi) > ONEEPS) I_ERROR
54 if (fabs(lp.phi) > ONEEPS) I_ERROR
H A Dproj_poly.c74 I_ERROR;
87 I_ERROR;
108 if (! i) I_ERROR;
H A Dproj_hatano.c65 if (fabs(th) > ONETOL) I_ERROR
73 if (fabs(lp.phi) > ONETOL) I_ERROR
H A Dproj_mbtfpq.c61 if (fabs(lp.phi) > ONETOL) I_ERROR
69 if (fabs(lp.phi) > ONETOL) I_ERROR
H A Dproj_bonne.c64 if (fabs(lp.phi) > HALFPI) I_ERROR;
82 else I_ERROR;
H A Dproj_geos.c88 if ((det = (b * b) - 4 * a * P->C) < 0.) I_ERROR;
110 if ((det = (b * b) - 4 * a * P->C) < 0.) I_ERROR;
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libproj/vtklibproj/src/
H A DPJ_mbtfpp.c31 I_ERROR in s_inverse()
40 I_ERROR in s_inverse()
H A DPJ_hatano.c46 I_ERROR; in s_inverse()
59 I_ERROR; in s_inverse()
H A DPJ_mbtfpq.c41 if (fabs(lp.phi) > ONETOL) I_ERROR in s_inverse()
49 if (fabs(lp.phi) > ONETOL) I_ERROR in s_inverse()
H A DPJ_poly.c73 I_ERROR; in e_inverse()
86 I_ERROR; in e_inverse()
113 if (! i) I_ERROR; in s_inverse()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/libproj/vtklibproj/src/
H A DPJ_mbtfpp.c31 I_ERROR in s_inverse()
40 I_ERROR in s_inverse()
H A DPJ_hatano.c46 I_ERROR; in s_inverse()
59 I_ERROR; in s_inverse()
H A DPJ_mbtfpq.c41 if (fabs(lp.phi) > ONETOL) I_ERROR in s_inverse()
49 if (fabs(lp.phi) > ONETOL) I_ERROR in s_inverse()
H A DPJ_poly.c73 I_ERROR; in e_inverse()
86 I_ERROR; in e_inverse()
113 if (! i) I_ERROR; in s_inverse()
/dports/irc/inspircd/inspircd-3.11.0/src/modules/m_spanningtree/
H A Dtreesocket1.cpp61 state = I_ERROR; in TreeSocket()
68 state = I_ERROR; in TreeSocket()
/dports/irc/inspircd/inspircd-3.11.0/src/
H A Dinspsocket.cpp46 state = I_ERROR; in BufferedSocket()
63 state = I_ERROR; in DoConnect()
405 this->sock->state = I_ERROR; in Tick()

12345