state             331 contrib/build-mca-comps-outside-of-tree/btl_tcp2.h int mca_btl_tcp2_ft_event(int state);
state              34 contrib/build-mca-comps-outside-of-tree/btl_tcp2_ft.c int mca_btl_tcp2_ft_event(int state)
state              37 contrib/build-mca-comps-outside-of-tree/btl_tcp2_ft.c     if(OPAL_CRS_CHECKPOINT == state) {
state              40 contrib/build-mca-comps-outside-of-tree/btl_tcp2_ft.c     else if(OPAL_CRS_CONTINUE == state) {
state              43 contrib/build-mca-comps-outside-of-tree/btl_tcp2_ft.c     else if(OPAL_CRS_RESTART == state) {
state              46 contrib/build-mca-comps-outside-of-tree/btl_tcp2_ft.c     else if(OPAL_CRS_TERM == state ) {
state             206 ompi/errhandler/errhandler.h         int32_t state = ompi_mpi_state;                                 \
state             207 ompi/errhandler/errhandler.h         if (OPAL_UNLIKELY(state < OMPI_MPI_STATE_INIT_COMPLETED ||      \
state             208 ompi/errhandler/errhandler.h                           state > OMPI_MPI_STATE_FINALIZE_PAST_COMM_SELF_DESTRUCT)) { \
state             285 ompi/errhandler/errhandler_predefined.c     int32_t state = ompi_mpi_state;
state             286 ompi/errhandler/errhandler_predefined.c     assert(state < OMPI_MPI_STATE_INIT_COMPLETED ||
state             287 ompi/errhandler/errhandler_predefined.c            state >= OMPI_MPI_STATE_FINALIZE_PAST_COMM_SELF_DESTRUCT);
state             296 ompi/errhandler/errhandler_predefined.c     if (state < OMPI_MPI_STATE_INIT_STARTED) {
state             307 ompi/errhandler/errhandler_predefined.c     } else if (state >= OMPI_MPI_STATE_FINALIZE_PAST_COMM_SELF_DESTRUCT) {
state              57 ompi/mca/bml/base/base.h OMPI_DECLSPEC  int mca_bml_base_ft_event(int state);
state              25 ompi/mca/bml/base/bml_base_ft.c int mca_bml_base_ft_event(int state)
state              27 ompi/mca/bml/base/bml_base_ft.c     if(OPAL_CRS_CHECKPOINT == state) {
state              30 ompi/mca/bml/base/bml_base_ft.c     else if(OPAL_CRS_CONTINUE == state) {
state              33 ompi/mca/bml/base/bml_base_ft.c     else if(OPAL_CRS_RESTART == state) {
state              36 ompi/mca/bml/base/bml_base_ft.c     else if(OPAL_CRS_TERM == state ) {
state              51 ompi/mca/bml/base/bml_base_ft.c     if(OPAL_CRS_CHECKPOINT == state) {
state              54 ompi/mca/bml/base/bml_base_ft.c     else if(OPAL_CRS_CONTINUE == state) {
state              57 ompi/mca/bml/base/bml_base_ft.c     else if(OPAL_CRS_RESTART == state) {
state              60 ompi/mca/bml/base/bml_base_ft.c     else if(OPAL_CRS_TERM == state ) {
state              41 ompi/mca/bml/r2/bml_r2_ft.c int mca_bml_r2_ft_event(int state)
state              53 ompi/mca/bml/r2/bml_r2_ft.c     if(OPAL_CRS_CHECKPOINT == state) {
state              56 ompi/mca/bml/r2/bml_r2_ft.c     else if(OPAL_CRS_CONTINUE == state) {
state              67 ompi/mca/bml/r2/bml_r2_ft.c     else if(OPAL_CRS_RESTART_PRE == state ) {
state              70 ompi/mca/bml/r2/bml_r2_ft.c     else if(OPAL_CRS_RESTART == state ) {
state              76 ompi/mca/bml/r2/bml_r2_ft.c     else if(OPAL_CRS_TERM == state ) {
state              87 ompi/mca/bml/r2/bml_r2_ft.c     if( OPAL_CRS_RESTART != state ) {
state              88 ompi/mca/bml/r2/bml_r2_ft.c         if( OPAL_CRS_CONTINUE == state && !first_continue_pass ) {
state              94 ompi/mca/bml/r2/bml_r2_ft.c             if( OPAL_CRS_RESTART_PRE == state ) {
state              97 ompi/mca/bml/r2/bml_r2_ft.c                 loc_state = state;
state             137 ompi/mca/bml/r2/bml_r2_ft.c     if(OPAL_CRS_CHECKPOINT == state) {
state             140 ompi/mca/bml/r2/bml_r2_ft.c     else if(OPAL_CRS_CONTINUE == state) {
state             201 ompi/mca/bml/r2/bml_r2_ft.c     else if(OPAL_CRS_RESTART_PRE == state ) {
state             224 ompi/mca/bml/r2/bml_r2_ft.c     else if(OPAL_CRS_RESTART == state  ) {
state             289 ompi/mca/bml/r2/bml_r2_ft.c     else if(OPAL_CRS_TERM == state ) {
state             160 ompi/mca/coll/basic/coll_basic_module.c mca_coll_basic_ft_event(int state) {
state             161 ompi/mca/coll/basic/coll_basic_module.c     if(OPAL_CRS_CHECKPOINT == state) {
state             164 ompi/mca/coll/basic/coll_basic_module.c     else if(OPAL_CRS_CONTINUE == state) {
state             167 ompi/mca/coll/basic/coll_basic_module.c     else if(OPAL_CRS_RESTART == state) {
state             170 ompi/mca/coll/basic/coll_basic_module.c     else if(OPAL_CRS_TERM == state ) {
state             457 ompi/mca/coll/coll.h typedef int (*mca_coll_base_module_ft_event_fn_t) (int state);
state             208 ompi/mca/coll/demo/coll_demo_module.c int mca_coll_demo_ft_event(int state) {
state             209 ompi/mca/coll/demo/coll_demo_module.c     if(OPAL_CRS_CHECKPOINT == state) {
state             212 ompi/mca/coll/demo/coll_demo_module.c     else if(OPAL_CRS_CONTINUE == state) {
state             215 ompi/mca/coll/demo/coll_demo_module.c     else if(OPAL_CRS_RESTART == state) {
state             218 ompi/mca/coll/demo/coll_demo_module.c     else if(OPAL_CRS_TERM == state ) {
state             144 ompi/mca/coll/monitoring/coll_monitoring_component.c static int mca_coll_monitoring_ft_event(int state)
state             146 ompi/mca/coll/monitoring/coll_monitoring_component.c     switch(state) {
state             143 ompi/mca/coll/self/coll_self.h int mca_coll_self_ft_event(int state);
state             104 ompi/mca/coll/self/coll_self_module.c int mca_coll_self_ft_event(int state) {
state             105 ompi/mca/coll/self/coll_self_module.c     if(OPAL_CRS_CHECKPOINT == state) {
state             108 ompi/mca/coll/self/coll_self_module.c     else if(OPAL_CRS_CONTINUE == state) {
state             111 ompi/mca/coll/self/coll_self_module.c     else if(OPAL_CRS_RESTART == state) {
state             114 ompi/mca/coll/self/coll_self_module.c     else if(OPAL_CRS_TERM == state ) {
state             319 ompi/mca/coll/sm/coll_sm.h     int mca_coll_sm_ft_event(int state);
state             595 ompi/mca/coll/sm/coll_sm_module.c int mca_coll_sm_ft_event(int state) {
state             596 ompi/mca/coll/sm/coll_sm_module.c     if(OPAL_CRS_CHECKPOINT == state) {
state             599 ompi/mca/coll/sm/coll_sm_module.c     else if(OPAL_CRS_CONTINUE == state) {
state             602 ompi/mca/coll/sm/coll_sm_module.c     else if(OPAL_CRS_RESTART == state) {
state             605 ompi/mca/coll/sm/coll_sm_module.c     else if(OPAL_CRS_TERM == state ) {
state             184 ompi/mca/coll/sync/coll_sync_module.c int mca_coll_sync_ft_event(int state)
state             186 ompi/mca/coll/sync/coll_sync_module.c     if (OPAL_CRS_CHECKPOINT == state) {
state             189 ompi/mca/coll/sync/coll_sync_module.c     else if (OPAL_CRS_CONTINUE == state) {
state             192 ompi/mca/coll/sync/coll_sync_module.c     else if (OPAL_CRS_RESTART == state) {
state             195 ompi/mca/coll/sync/coll_sync_module.c     else if (OPAL_CRS_TERM == state ) {
state             177 ompi/mca/coll/tuned/coll_tuned.h int mca_coll_tuned_ft_event(int state);
state             278 ompi/mca/coll/tuned/coll_tuned_module.c int mca_coll_tuned_ft_event(int state) {
state             279 ompi/mca/coll/tuned/coll_tuned_module.c     if(OPAL_CRS_CHECKPOINT == state) {
state             282 ompi/mca/coll/tuned/coll_tuned_module.c     else if(OPAL_CRS_CONTINUE == state) {
state             285 ompi/mca/coll/tuned/coll_tuned_module.c     else if(OPAL_CRS_RESTART == state) {
state             288 ompi/mca/coll/tuned/coll_tuned_module.c     else if(OPAL_CRS_TERM == state ) {
state             106 ompi/mca/crcp/base/base.h     ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_ft_event(int state, ompi_crcp_base_pml_state_t*);
state             192 ompi/mca/crcp/base/base.h     ompi_crcp_base_none_btl_ft_event(int state,
state             259 ompi/mca/crcp/base/crcp_base_fns.c ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_ft_event(int state,
state             405 ompi/mca/crcp/base/crcp_base_fns.c ompi_crcp_base_none_btl_ft_event(int state,
state             175 ompi/mca/crcp/bkmrk/crcp_bkmrk_btl.c ompi_crcp_base_coord_btl_ft_event(int state,
state             119 ompi/mca/crcp/bkmrk/crcp_bkmrk_btl.h     (int state,
state             526 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c static void display_all_timers(int state);
state             987 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c    coord_state->p_super.state      = pml_state->state;                            \
state            1274 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     if( OMPI_CRCP_PML_PRE == pml_state->state) {
state            1306 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c             pml_state->state = OMPI_CRCP_PML_DONE;
state            1343 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     if( OMPI_CRCP_PML_PRE == pml_state->state) {
state            1371 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c             pml_state->state = OMPI_CRCP_PML_DONE;
state            1432 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     if( OMPI_CRCP_PML_PRE != pml_state->state ){
state            1472 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     if( OMPI_CRCP_PML_PRE != pml_state->state ){
state            1523 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     if( OMPI_CRCP_PML_PRE == pml_state->state ) {
state            1552 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     else if( OMPI_CRCP_PML_POST == pml_state->state ) {
state            1736 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     if( OMPI_CRCP_PML_PRE == pml_state->state ) {
state            1768 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     else if( OMPI_CRCP_PML_POST == pml_state->state ) {
state            1894 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     if( OMPI_CRCP_PML_PRE == pml_state->state ) {
state            1928 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     else if( OMPI_CRCP_PML_POST == pml_state->state ) {
state            1979 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     if( OMPI_CRCP_PML_PRE == pml_state->state) {
state            2029 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     else if( OMPI_CRCP_PML_POST == pml_state->state) {
state            2408 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     if( OMPI_CRCP_PML_PRE == pml_state->state) {
state            2428 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c             pml_state->state = OMPI_CRCP_PML_DONE;
state            2479 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     else if( OMPI_CRCP_PML_POST == pml_state->state) {
state            2647 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     if( OMPI_CRCP_PML_PRE == pml_state->state) {
state            2667 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c             pml_state->state = OMPI_CRCP_PML_DONE;
state            2716 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     else if( OMPI_CRCP_PML_POST == pml_state->state) {
state            2793 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     if( OMPI_CRCP_PML_POST == pml_state->state ) {
state            2810 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     if( OMPI_CRCP_PML_PRE == pml_state->state ) {
state            2839 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     else if( OMPI_CRCP_PML_POST == pml_state->state) {
state            3005 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                   int state,
state            3014 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     ft_event_state = state;
state            3026 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     if(OPAL_CRS_CHECKPOINT == state) {
state            3027 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         if( OMPI_CRCP_PML_PRE != pml_state->state){
state            3067 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         DISPLAY_ALL_TIMERS(state);
state            3073 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     else if(OPAL_CRS_CONTINUE == state) {
state            3074 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         if( OMPI_CRCP_PML_POST != pml_state->state){
state            3099 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         DISPLAY_ALL_TIMERS(state);
state            3114 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     else if(OPAL_CRS_RESTART == state) {
state            3115 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         if( OMPI_CRCP_PML_POST != pml_state->state){
state            3146 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         DISPLAY_ALL_TIMERS(state);
state            3152 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     else if(OPAL_CRS_TERM == state ) {
state            6215 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c static void display_all_timers(int state) {
state            6241 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     opal_output(0, "crcp:bkmrk: timing(%20s): ******************** Begin: [State = %12s]\n", "Summary", opal_crs_base_state_str(state));
state            6259 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     opal_output(0, "crcp:bkmrk: timing(%20s): ******************** End:   [State = %12s]\n", "Summary", opal_crs_base_state_str(state));
state             118 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h     (int state, ompi_crcp_base_pml_state_t* pml_state);
state              98 ompi/mca/crcp/crcp.h     ompi_crcp_base_pml_states_t state;
state             167 ompi/mca/crcp/crcp.h      (int state, ompi_crcp_base_pml_state_t*);
state             190 ompi/mca/crcp/crcp.h     ompi_crcp_base_btl_states_t state;
state             270 ompi/mca/crcp/crcp.h      (int state,
state              36 ompi/mca/io/base/io_base_register_datarep.c                              void* state)
state              57 ompi/mca/io/base/io_base_register_datarep.c                                             extent_fn, state);
state             395 ompi/mca/io/ompio/io_ompio_component.c                             void* state)
state             540 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c         nbc_req->data.rd.state = ADIOI_IRC_STATE_ICALC_OTHERS_REQ;
state             543 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c         nbc_req->data.wr.state = ADIOI_IWC_STATE_ICALC_OTHERS_REQ;
state             623 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c         nbc_req->data.rd.state = ADIOI_IRC_STATE_ICALC_OTHERS_REQ_MAIN;
state             626 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c         nbc_req->data.wr.state = ADIOI_IWC_STATE_ICALC_OTHERS_REQ_MAIN;
state             298 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c         nbc_req->data.rd.state = ADIOI_IRC_STATE_GEN_IREADSTRIDEDCOLL;
state             397 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c         nbc_req->data.rd.state = ADIOI_IRC_STATE_GEN_IREADSTRIDEDCOLL_INDIO;
state             570 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     nbc_req->data.rd.state = ADIOI_IRC_STATE_COMPLETE;
state             685 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     nbc_req->data.rd.state = ADIOI_IRC_STATE_IREAD_AND_EXCH;
state             868 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c         nbc_req->data.rd.state = ADIOI_IRC_STATE_IREAD_AND_EXCH_L1_BEGIN;
state            1010 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     nbc_req->data.rd.state = ADIOI_IRC_STATE_R_IEXCHANGE_DATA;
state            1111 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c         nbc_req->data.rd.state = ADIOI_IRC_STATE_R_IEXCHANGE_DATA_RECV;
state            1135 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     nbc_req->data.rd.state = ADIOI_IRC_STATE_R_IEXCHANGE_DATA_FILL;
state            1208 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     switch (nbc_req->data.rd.state) {
state            1321 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c         while (nbc_reqlist[i]->data.rd.state != ADIOI_IRC_STATE_COMPLETE) {
state             316 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c         nbc_req->data.wr.state = ADIOI_IWC_STATE_GEN_IWRITESTRIDEDCOLL;
state             417 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c         nbc_req->data.wr.state = ADIOI_IWC_STATE_GEN_IWRITESTRIDEDCOLL_INDIO;
state             546 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     nbc_req->data.wr.state = ADIOI_IWC_STATE_GEN_IWRITESTRIDEDCOLL_BCAST;
state             618 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     nbc_req->data.wr.state = ADIOI_IWC_STATE_COMPLETE;
state             744 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     nbc_req->data.wr.state = ADIOI_IWC_STATE_IEXCH_AND_WRITE;
state             928 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c         nbc_req->data.wr.state = ADIOI_IWC_STATE_IEXCH_AND_WRITE_L1_BODY;
state            1067 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     nbc_req->data.wr.state = ADIOI_IWC_STATE_W_IEXCHANGE_DATA;
state            1179 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c             nbc_req->data.wr.state = ADIOI_IWC_STATE_W_IEXCHANGE_DATA_HOLE;
state            1287 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c         nbc_req->data.wr.state = ADIOI_IWC_STATE_W_IEXCHANGE_DATA_SEND;
state            1320 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c         nbc_req->data.wr.state = ADIOI_IWC_STATE_W_IEXCHANGE_DATA_WAIT;
state            1399 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     switch (nbc_req->data.wr.state) {
state            1546 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c         while (nbc_reqlist[i]->data.wr.state != ADIOI_IWC_STATE_COMPLETE) {
state              90 ompi/mca/io/romio321/romio/adio/include/adioi.h     void *state;
state             578 ompi/mca/io/romio321/romio/adio/include/adioi.h             ADIOI_IRC_State state;      /* progress state */
state             584 ompi/mca/io/romio321/romio/adio/include/adioi.h             ADIOI_IWC_State state;      /* progress state */
state             131 ompi/mca/io/romio321/romio/mpi-io/register_datarep.c     adio_datarep->state         = extra_state;
state             266 ompi/mca/io/romio321/src/io_romio321_component.c                  void* state)
state             272 ompi/mca/io/romio321/src/io_romio321_component.c                                             extent_fn, state));
state             121 ompi/mca/osc/portals4/osc_portals4.h     ompi_osc_portals4_node_state_t state;
state              63 ompi/mca/osc/portals4/osc_portals4_active_target.c         while (module->state.post_count != size) opal_progress();
state              83 ompi/mca/osc/portals4/osc_portals4_active_target.c         module->state.post_count = 0;
state             129 ompi/mca/osc/portals4/osc_portals4_active_target.c         module->state.complete_count = 0;
state             166 ompi/mca/osc/portals4/osc_portals4_active_target.c         while (module->state.complete_count != size) opal_progress();
state             186 ompi/mca/osc/portals4/osc_portals4_active_target.c         if (module->state.complete_count == size) {
state             544 ompi/mca/osc/portals4/osc_portals4_component.c     me.start = &module->state;
state             545 ompi/mca/osc/portals4/osc_portals4_component.c     me.length = sizeof(module->state);
state             583 ompi/mca/osc/portals4/osc_portals4_component.c     module->state.post_count = 0;
state             584 ompi/mca/osc/portals4/osc_portals4_component.c     module->state.complete_count = 0;
state             586 ompi/mca/osc/portals4/osc_portals4_component.c         module->state.lock = LOCK_ILLEGAL;
state             588 ompi/mca/osc/portals4/osc_portals4_component.c         module->state.lock = LOCK_UNLOCKED;
state             169 ompi/mca/osc/rdma/osc_rdma.h     ompi_osc_rdma_state_t *state;
state             201 ompi/mca/osc/rdma/osc_rdma_active_target.c     ompi_osc_rdma_state_t *state = module->state;
state             208 ompi/mca/osc/rdma/osc_rdma_active_target.c                              rank, (int) (npeers - state->num_post_msgs - 1));
state             210 ompi/mca/osc/rdma/osc_rdma_active_target.c             ompi_osc_rdma_counter_add (&state->num_post_msgs, 1);
state             224 ompi/mca/osc/rdma/osc_rdma_active_target.c     ompi_osc_rdma_state_t *state = module->state;
state             234 ompi/mca/osc/rdma/osc_rdma_active_target.c         if (0 == state->post_peers[i]) {
state             238 ompi/mca/osc/rdma/osc_rdma_active_target.c         ompi_osc_rdma_handle_post (module, state->post_peers[i] - 1, sync->peer_list.peers, count);
state             239 ompi/mca/osc/rdma/osc_rdma_active_target.c         state->post_peers[i] = 0;
state             245 ompi/mca/osc/rdma/osc_rdma_active_target.c     uint64_t target = (uint64_t) (intptr_t) peer->state + offsetof (ompi_osc_rdma_state_t, post_index);
state             267 ompi/mca/osc/rdma/osc_rdma_active_target.c     target = (uint64_t) (intptr_t) peer->state + offsetof (ompi_osc_rdma_state_t, post_peers) +
state             304 ompi/mca/osc/rdma/osc_rdma_active_target.c     ompi_osc_rdma_state_t *state = module->state;
state             329 ompi/mca/osc/rdma/osc_rdma_active_target.c     state->num_complete_msgs = 0;
state             363 ompi/mca/osc/rdma/osc_rdma_active_target.c     ompi_osc_rdma_state_t *state = module->state;
state             383 ompi/mca/osc/rdma/osc_rdma_active_target.c     state->num_post_msgs = 0;
state             419 ompi/mca/osc/rdma/osc_rdma_active_target.c                                      "from %d processes", peer->rank, (int) (group_size - state->num_post_msgs - 1));
state             422 ompi/mca/osc/rdma/osc_rdma_active_target.c                     ompi_osc_rdma_counter_add (&state->num_post_msgs, 1);
state             429 ompi/mca/osc/rdma/osc_rdma_active_target.c         while (state->num_post_msgs != group_size) {
state             431 ompi/mca/osc/rdma/osc_rdma_active_target.c                              (int) state->num_post_msgs, group_size);
state             436 ompi/mca/osc/rdma/osc_rdma_active_target.c         state->num_post_msgs = group_size;
state             488 ompi/mca/osc/rdma/osc_rdma_active_target.c         intptr_t target = (intptr_t) peer->state + offsetof (ompi_osc_rdma_state_t, num_complete_msgs);
state             509 ompi/mca/osc/rdma/osc_rdma_active_target.c     ompi_osc_rdma_state_t *state = module->state;
state             526 ompi/mca/osc/rdma/osc_rdma_active_target.c                      (int) state->num_complete_msgs, group_size);
state             528 ompi/mca/osc/rdma/osc_rdma_active_target.c     while (group_size != state->num_complete_msgs) {
state             549 ompi/mca/osc/rdma/osc_rdma_active_target.c     ompi_osc_rdma_state_t *state = module->state;
state             564 ompi/mca/osc/rdma/osc_rdma_active_target.c     *flag = (group_size == state->num_complete_msgs);
state             568 ompi/mca/osc/rdma/osc_rdma_active_target.c                      (int) state->num_complete_msgs, group_size);
state             575 ompi/mca/osc/rdma/osc_rdma_active_target.c     state->num_complete_msgs = 0;
state             388 ompi/mca/osc/rdma/osc_rdma_component.c     ompi_osc_rdma_region_t *region = (ompi_osc_rdma_region_t *) module->state->regions;
state             392 ompi/mca/osc/rdma/osc_rdma_component.c     module->state->disp_unit = module->disp_unit;
state             395 ompi/mca/osc/rdma/osc_rdma_component.c     module->state->region_count = 1;
state             453 ompi/mca/osc/rdma/osc_rdma_component.c     module->state = (ompi_osc_rdma_state_t *) ((intptr_t) module->rank_array + module->state_offset);
state             454 ompi/mca/osc/rdma/osc_rdma_component.c     module->node_comm_info = (unsigned char *) ((intptr_t) module->state + module->state_size);
state             488 ompi/mca/osc/rdma/osc_rdma_component.c     my_peer->state = (uint64_t) (uintptr_t) module->state;
state             629 ompi/mca/osc/rdma/osc_rdma_component.c         module->state = (ompi_osc_rdma_state_t *) ((uintptr_t) module->segment_base + state_base + module->state_size * local_rank);
state             635 ompi/mca/osc/rdma/osc_rdma_component.c         memset (module->state, 0, module->state_size);
state             667 ompi/mca/osc/rdma/osc_rdma_component.c             ompi_osc_rdma_region_t *region = (ompi_osc_rdma_region_t *) module->state->regions;
state             668 ompi/mca/osc/rdma/osc_rdma_component.c             module->state->disp_unit = module->disp_unit;
state             669 ompi/mca/osc/rdma/osc_rdma_component.c             module->state->region_count = 1;
state             700 ompi/mca/osc/rdma/osc_rdma_component.c                 peer->state = (osc_rdma_counter_t) peer_state;
state             707 ompi/mca/osc/rdma/osc_rdma_component.c                 peer->state = (osc_rdma_counter_t) ((uintptr_t) state_region->base + state_base + module->state_size * i);
state             115 ompi/mca/osc/rdma/osc_rdma_dynamic.c     region_count = module->state->region_count & 0xffffffffL;
state             116 ompi/mca/osc/rdma/osc_rdma_dynamic.c     region_id    = module->state->region_count >> 32;
state             130 ompi/mca/osc/rdma/osc_rdma_dynamic.c     region = ompi_osc_rdma_find_region_containing ((ompi_osc_rdma_region_t *) module->state->regions, 0, region_count - 1, (intptr_t) base,
state             140 ompi/mca/osc/rdma/osc_rdma_dynamic.c     module->state->region_count = -1;
state             147 ompi/mca/osc/rdma/osc_rdma_dynamic.c         region = find_insertion_point ((ompi_osc_rdma_region_t *) module->state->regions, 0, region_count - 1, (intptr_t) base,
state             160 ompi/mca/osc/rdma/osc_rdma_dynamic.c         region = (ompi_osc_rdma_region_t *) module->state->regions;
state             189 ompi/mca/osc/rdma/osc_rdma_dynamic.c         region = (ompi_osc_rdma_region_t *) ((intptr_t) module->state->regions + i * module->region_size);
state             198 ompi/mca/osc/rdma/osc_rdma_dynamic.c     module->state->region_count = ((region_id + 1) << 32) | (region_count + 1);
state             227 ompi/mca/osc/rdma/osc_rdma_dynamic.c     region_count = module->state->region_count & 0xffffffffL;
state             228 ompi/mca/osc/rdma/osc_rdma_dynamic.c     region_id    = module->state->region_count >> 32;
state             230 ompi/mca/osc/rdma/osc_rdma_dynamic.c     region = ompi_osc_rdma_find_region_containing ((ompi_osc_rdma_region_t *) module->state->regions, 0,
state             267 ompi/mca/osc/rdma/osc_rdma_dynamic.c     module->state->region_count = ((region_id + 1) << 32) | (region_count - 1);
state             302 ompi/mca/osc/rdma/osc_rdma_dynamic.c         source_address = (uint64_t)(intptr_t) peer->super.state + offsetof (ompi_osc_rdma_state_t, region_count);
state             342 ompi/mca/osc/rdma/osc_rdma_dynamic.c         source_address = (uint64_t)(intptr_t) peer->super.state + offsetof (ompi_osc_rdma_state_t, regions);
state             385 ompi/mca/osc/rdma/osc_rdma_dynamic.c         ompi_osc_rdma_state_t *peer_state = (ompi_osc_rdma_state_t *) peer->state;
state             260 ompi/mca/osc/rdma/osc_rdma_lock.h     uint64_t lock = (uint64_t) (intptr_t) peer->state + offset;
state             293 ompi/mca/osc/rdma/osc_rdma_lock.h     uint64_t lock = (uint64_t) peer->state + offset;
state             354 ompi/mca/osc/rdma/osc_rdma_lock.h     uint64_t lock = (uint64_t) (uintptr_t) peer->state + offset;
state             422 ompi/mca/osc/rdma/osc_rdma_lock.h     uint64_t lock = (uint64_t) (intptr_t) peer->state + offset;
state              78 ompi/mca/osc/rdma/osc_rdma_module.c     if (module->state) {
state              79 ompi/mca/osc/rdma/osc_rdma_module.c         int region_count = module->state->region_count & 0xffffffffL;
state             147 ompi/mca/osc/rdma/osc_rdma_peer.c     peer->state = node_peer_data->base + module->state_offset + module->state_size * rank_data.rank;
state             175 ompi/mca/osc/rdma/osc_rdma_peer.c     ret = ompi_osc_get_data_blocking (module, peer->state_endpoint, peer->state + peer_data_offset, peer->state_handle,
state              34 ompi/mca/osc/rdma/osc_rdma_peer.h     osc_rdma_base_t state;
state             104 ompi/mca/osc/ucx/osc_ucx.h     ompi_osc_ucx_state_t state; /* remote accessible flags */
state             140 ompi/mca/osc/ucx/osc_ucx_active_target.c                 if (0 == module->state.post_state[i]) {
state             144 ompi/mca/osc/ucx/osc_ucx_active_target.c                 ompi_osc_ucx_handle_incoming_post(module, &(module->state.post_state[i]), ranks_in_win_grp, size);
state             268 ompi/mca/osc/ucx/osc_ucx_active_target.c                     if (0 == module->state.post_state[j]) {
state             272 ompi/mca/osc/ucx/osc_ucx_active_target.c                     ompi_osc_ucx_handle_incoming_post(module, &(module->state.post_state[j]), NULL, 0);
state             300 ompi/mca/osc/ucx/osc_ucx_active_target.c     while (module->state.complete_count != (uint64_t)size) {
state             305 ompi/mca/osc/ucx/osc_ucx_active_target.c     module->state.complete_count = 0;
state             327 ompi/mca/osc/ucx/osc_ucx_active_target.c     if (module->state.complete_count == (uint64_t)size) {
state             331 ompi/mca/osc/ucx/osc_ucx_active_target.c         module->state.complete_count = 0;
state             335 ompi/mca/osc/ucx/osc_ucx_component.c     state_base = (void *)&(module->state);
state             377 ompi/mca/osc/ucx/osc_ucx_component.c     module->state.lock = TARGET_LOCK_UNLOCKED;
state             378 ompi/mca/osc/ucx/osc_ucx_component.c     module->state.post_index = 0;
state             379 ompi/mca/osc/ucx/osc_ucx_component.c     memset((void *)module->state.post_state, 0, sizeof(uint64_t) * OMPI_OSC_UCX_POST_PEER_MAX);
state             380 ompi/mca/osc/ucx/osc_ucx_component.c     module->state.complete_count = 0;
state             381 ompi/mca/osc/ucx/osc_ucx_component.c     module->state.req_flag = 0;
state             382 ompi/mca/osc/ucx/osc_ucx_component.c     module->state.acc_lock = TARGET_LOCK_UNLOCKED;
state             383 ompi/mca/osc/ucx/osc_ucx_component.c     module->state.dynamic_win_count = 0;
state             466 ompi/mca/osc/ucx/osc_ucx_component.c     if (module->state.dynamic_win_count >= OMPI_OSC_UCX_ATTACH_MAX) {
state             470 ompi/mca/osc/ucx/osc_ucx_component.c     if (module->state.dynamic_win_count > 0) {
state             471 ompi/mca/osc/ucx/osc_ucx_component.c         contain_index = ompi_osc_find_attached_region_position((ompi_osc_dynamic_win_info_t *)module->state.dynamic_wins,
state             472 ompi/mca/osc/ucx/osc_ucx_component.c                                                                0, (int)module->state.dynamic_win_count,
state             479 ompi/mca/osc/ucx/osc_ucx_component.c         assert(insert_index >= 0 && (uint64_t)insert_index < module->state.dynamic_win_count);
state             484 ompi/mca/osc/ucx/osc_ucx_component.c         memmove((void *)&module->state.dynamic_wins[insert_index+1],
state             485 ompi/mca/osc/ucx/osc_ucx_component.c                 (void *)&module->state.dynamic_wins[insert_index],
state             501 ompi/mca/osc/ucx/osc_ucx_component.c     module->state.dynamic_wins[insert_index].base = (uint64_t)base;
state             502 ompi/mca/osc/ucx/osc_ucx_component.c     module->state.dynamic_wins[insert_index].size = len;
state             504 ompi/mca/osc/ucx/osc_ucx_component.c     memcpy((char *)(module->state.dynamic_wins[insert_index].mem_addr),
state             509 ompi/mca/osc/ucx/osc_ucx_component.c     module->state.dynamic_win_count++;
state             519 ompi/mca/osc/ucx/osc_ucx_component.c     assert(module->state.dynamic_win_count > 0);
state             521 ompi/mca/osc/ucx/osc_ucx_component.c     contain = ompi_osc_find_attached_region_position((ompi_osc_dynamic_win_info_t *)module->state.dynamic_wins,
state             522 ompi/mca/osc/ucx/osc_ucx_component.c                                                      0, (int)module->state.dynamic_win_count,
state             524 ompi/mca/osc/ucx/osc_ucx_component.c     assert(contain >= 0 && (uint64_t)contain < module->state.dynamic_win_count);
state             537 ompi/mca/osc/ucx/osc_ucx_component.c         memmove((void *)&module->state.dynamic_wins[contain],
state             538 ompi/mca/osc/ucx/osc_ucx_component.c                 (void *)&module->state.dynamic_wins[contain+1],
state             541 ompi/mca/osc/ucx/osc_ucx_component.c         module->state.dynamic_win_count--;
state              65 ompi/mca/pml/base/base.h OMPI_DECLSPEC int mca_pml_base_ft_event(int state);
state              28 ompi/mca/pml/base/pml_base_ft.c int mca_pml_base_ft_event(int state)
state              33 ompi/mca/pml/base/pml_base_ft.c     opal_output(0, "pml:base: ft_event: Called (%d)!!\n", state);
state              36 ompi/mca/pml/base/pml_base_ft.c     if(OPAL_CRS_CHECKPOINT == state) {
state              39 ompi/mca/pml/base/pml_base_ft.c     else if(OPAL_CRS_CONTINUE == state) {
state              42 ompi/mca/pml/base/pml_base_ft.c     else if(OPAL_CRS_RESTART == state) {
state              45 ompi/mca/pml/base/pml_base_ft.c     else if(OPAL_CRS_TERM == state ) {
state              57 ompi/mca/pml/base/pml_base_ft.c     if( OMPI_SUCCESS != (ret = mca_bml.bml_ft_event(state))) {
state              62 ompi/mca/pml/base/pml_base_ft.c     if(OPAL_CRS_CHECKPOINT == state) {
state              65 ompi/mca/pml/base/pml_base_ft.c     else if(OPAL_CRS_CONTINUE == state) {
state              68 ompi/mca/pml/base/pml_base_ft.c     else if(OPAL_CRS_RESTART == state) {
state              71 ompi/mca/pml/base/pml_base_ft.c     else if(OPAL_CRS_TERM == state ) {
state             145 ompi/mca/pml/crcpw/pml_crcpw.h     int mca_pml_crcpw_ft_event(int state);
state              94 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state->state = OMPI_CRCP_PML_PRE;
state             102 ompi/mca/pml/crcpw/pml_crcpw_module.c     if( OMPI_CRCP_PML_SKIP != pml_state->state) {
state             109 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state->state = OMPI_CRCP_PML_POST;
state             136 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state->state = OMPI_CRCP_PML_PRE;
state             144 ompi/mca/pml/crcpw/pml_crcpw_module.c     if( OMPI_CRCP_PML_SKIP != pml_state->state) {
state             151 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state->state = OMPI_CRCP_PML_POST;
state             181 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state->state = OMPI_CRCP_PML_PRE;
state             189 ompi/mca/pml/crcpw/pml_crcpw_module.c     if( OMPI_CRCP_PML_SKIP != pml_state->state) {
state             196 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state->state = OMPI_CRCP_PML_POST;
state             219 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state->state = OMPI_CRCP_PML_PRE;
state             227 ompi/mca/pml/crcpw/pml_crcpw_module.c     if( OMPI_CRCP_PML_SKIP != pml_state->state) {
state             234 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state->state = OMPI_CRCP_PML_POST;
state             257 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state->state = OMPI_CRCP_PML_PRE;
state             265 ompi/mca/pml/crcpw/pml_crcpw_module.c     if( OMPI_CRCP_PML_SKIP != pml_state->state) {
state             272 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state->state = OMPI_CRCP_PML_POST;
state             295 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state->state = OMPI_CRCP_PML_PRE;
state             303 ompi/mca/pml/crcpw/pml_crcpw_module.c     if( OMPI_CRCP_PML_DONE == pml_state->state) {
state             307 ompi/mca/pml/crcpw/pml_crcpw_module.c     if( OMPI_CRCP_PML_SKIP != pml_state->state) {
state             314 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state->state = OMPI_CRCP_PML_POST;
state             338 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state->state = OMPI_CRCP_PML_PRE;
state             346 ompi/mca/pml/crcpw/pml_crcpw_module.c     if( OMPI_CRCP_PML_DONE == pml_state->state) {
state             350 ompi/mca/pml/crcpw/pml_crcpw_module.c     if( OMPI_CRCP_PML_SKIP != pml_state->state) {
state             357 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state->state = OMPI_CRCP_PML_POST;
state             382 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state->state = OMPI_CRCP_PML_PRE;
state             390 ompi/mca/pml/crcpw/pml_crcpw_module.c     if( OMPI_CRCP_PML_SKIP != pml_state->state) {
state             397 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state->state = OMPI_CRCP_PML_POST;
state             421 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state->state = OMPI_CRCP_PML_PRE;
state             429 ompi/mca/pml/crcpw/pml_crcpw_module.c     if( OMPI_CRCP_PML_SKIP != pml_state->state) {
state             436 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state->state = OMPI_CRCP_PML_POST;
state             463 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state->state = OMPI_CRCP_PML_PRE;
state             471 ompi/mca/pml/crcpw/pml_crcpw_module.c     if( OMPI_CRCP_PML_SKIP != pml_state->state) {
state             478 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state->state = OMPI_CRCP_PML_POST;
state             505 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state->state = OMPI_CRCP_PML_PRE;
state             513 ompi/mca/pml/crcpw/pml_crcpw_module.c     if( OMPI_CRCP_PML_SKIP != pml_state->state) {
state             520 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state->state = OMPI_CRCP_PML_POST;
state             544 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state->state = OMPI_CRCP_PML_PRE;
state             552 ompi/mca/pml/crcpw/pml_crcpw_module.c     if( OMPI_CRCP_PML_DONE == pml_state->state) {
state             556 ompi/mca/pml/crcpw/pml_crcpw_module.c     if( OMPI_CRCP_PML_SKIP != pml_state->state) {
state             563 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state->state = OMPI_CRCP_PML_POST;
state             596 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state->state = OMPI_CRCP_PML_PRE;
state             604 ompi/mca/pml/crcpw/pml_crcpw_module.c     if( OMPI_CRCP_PML_DONE == pml_state->state) {
state             608 ompi/mca/pml/crcpw/pml_crcpw_module.c     if( OMPI_CRCP_PML_SKIP != pml_state->state) {
state             615 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state->state = OMPI_CRCP_PML_POST;
state             646 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state->state = OMPI_CRCP_PML_PRE;
state             654 ompi/mca/pml/crcpw/pml_crcpw_module.c     if( OMPI_CRCP_PML_SKIP != pml_state->state) {
state             661 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state->state = OMPI_CRCP_PML_POST;
state             688 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state->state = OMPI_CRCP_PML_PRE;
state             696 ompi/mca/pml/crcpw/pml_crcpw_module.c     if( OMPI_CRCP_PML_SKIP != pml_state->state) {
state             703 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state->state = OMPI_CRCP_PML_POST;
state             726 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state->state = OMPI_CRCP_PML_PRE;
state             734 ompi/mca/pml/crcpw/pml_crcpw_module.c     if( OMPI_CRCP_PML_DONE == pml_state->state) {
state             738 ompi/mca/pml/crcpw/pml_crcpw_module.c     if( OMPI_CRCP_PML_SKIP != pml_state->state) {
state             745 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state->state = OMPI_CRCP_PML_POST;
state             805 ompi/mca/pml/crcpw/pml_crcpw_module.c int mca_pml_crcpw_ft_event(int state)
state             815 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state->state = OMPI_CRCP_PML_PRE;
state             816 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_ft_event(state, pml_state);
state             823 ompi/mca/pml/crcpw/pml_crcpw_module.c     if( OMPI_CRCP_PML_SKIP != pml_state->state &&
state             825 ompi/mca/pml/crcpw/pml_crcpw_module.c         if( OMPI_SUCCESS != (ret = mca_pml_crcpw_module.wrapped_pml_module.pml_ft_event(state) ) ) {
state             831 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state->state = OMPI_CRCP_PML_POST;
state             832 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_ft_event(state, pml_state);
state              80 ompi/mca/pml/example/pml_example.c int mca_pml_example_ft_event(int state) {
state              81 ompi/mca/pml/example/pml_example.c     if(OPAL_CRS_CHECKPOINT == state) {
state              84 ompi/mca/pml/example/pml_example.c     else if(OPAL_CRS_CONTINUE == state) {
state              87 ompi/mca/pml/example/pml_example.c     else if(OPAL_CRS_RESTART == state) {
state              90 ompi/mca/pml/example/pml_example.c     else if(OPAL_CRS_TERM == state ) {
state             150 ompi/mca/pml/example/pml_example.h extern int mca_pml_example_ft_event(int state);
state             822 ompi/mca/pml/ob1/pml_ob1.c int mca_pml_ob1_ft_event( int state ) {
state             826 ompi/mca/pml/ob1/pml_ob1.c int mca_pml_ob1_ft_event( int state )
state             833 ompi/mca/pml/ob1/pml_ob1.c     if(OPAL_CRS_CHECKPOINT == state) {
state             844 ompi/mca/pml/ob1/pml_ob1.c     else if(OPAL_CRS_CONTINUE == state) {
state             886 ompi/mca/pml/ob1/pml_ob1.c     else if(OPAL_CRS_RESTART_PRE == state ) {
state             889 ompi/mca/pml/ob1/pml_ob1.c     else if(OPAL_CRS_RESTART == state ) {
state             924 ompi/mca/pml/ob1/pml_ob1.c     else if(OPAL_CRS_TERM == state ) {
state             936 ompi/mca/pml/ob1/pml_ob1.c     if( OMPI_SUCCESS != (ret = mca_bml.bml_ft_event(state))) {
state             941 ompi/mca/pml/ob1/pml_ob1.c     if(OPAL_CRS_CHECKPOINT == state) {
state             949 ompi/mca/pml/ob1/pml_ob1.c     else if(OPAL_CRS_CONTINUE == state) {
state            1001 ompi/mca/pml/ob1/pml_ob1.c     else if(OPAL_CRS_RESTART_PRE == state ) {
state            1004 ompi/mca/pml/ob1/pml_ob1.c     else if(OPAL_CRS_RESTART == state  ) {
state            1037 ompi/mca/pml/ob1/pml_ob1.c     else if(OPAL_CRS_TERM == state ) {
state             210 ompi/mca/pml/ob1/pml_ob1.h extern int mca_pml_ob1_ft_event( int state );
state              51 ompi/mca/pml/ucx/pml_ucx_datatype.c static size_t pml_ucx_generic_datatype_packed_size(void *state)
state              53 ompi/mca/pml/ucx/pml_ucx_datatype.c     mca_pml_ucx_convertor_t *convertor = state;
state              60 ompi/mca/pml/ucx/pml_ucx_datatype.c static size_t pml_ucx_generic_datatype_pack(void *state, size_t offset,
state              63 ompi/mca/pml/ucx/pml_ucx_datatype.c     mca_pml_ucx_convertor_t *convertor = state;
state              78 ompi/mca/pml/ucx/pml_ucx_datatype.c static ucs_status_t pml_ucx_generic_datatype_unpack(void *state, size_t offset,
state              81 ompi/mca/pml/ucx/pml_ucx_datatype.c     mca_pml_ucx_convertor_t *convertor = state;
state             113 ompi/mca/pml/ucx/pml_ucx_datatype.c static void pml_ucx_generic_datatype_finish(void *state)
state             115 ompi/mca/pml/ucx/pml_ucx_datatype.c     mca_pml_ucx_convertor_t *convertor = state;
state             132 ompi/mca/pml/ucx/pml_ucx_request.c                                             ompi_request_state_t state,
state             138 ompi/mca/pml/ucx/pml_ucx_request.c     ompi_req->req_state            = state;
state             430 ompi/mca/pml/yalla/pml_yalla.c     bsreq->mxm.base.state     = mxm_sreq->base.state;
state             463 ompi/mca/pml/yalla/pml_yalla.c     mxm_sreq->base.state = MXM_REQ_COMPLETED;
state              37 ompi/mca/pml/yalla/pml_yalla_request.c     if (mxm_base->state != MXM_REQ_COMPLETED) {
state             117 ompi/mca/pml/yalla/pml_yalla_request.c     mxm_req_base->state              = MXM_REQ_NEW;
state              70 ompi/mca/pml/yalla/pml_yalla_request.h         mxm_base->state = MXM_REQ_NEW; \
state              76 ompi/mca/pml/yalla/pml_yalla_request.h         (_req_base)->state = MXM_REQ_NEW; \
state             173 ompi/mca/pml/yalla/pml_yalla_request.h             wait.state        = MXM_REQ_COMPLETED; \
state              29 ompi/mca/topo/treematch/treematch/tm_solution.c void select_max(int *l,int *m,double **gain,int N,int *state);
state             394 ompi/mca/topo/treematch/treematch/tm_solution.c void select_max(int *l,int *m,double **gain,int N,int *state)
state             402 ompi/mca/topo/treematch/treematch/tm_solution.c     if(!state[i])
state             404 ompi/mca/topo/treematch/treematch/tm_solution.c 	if( (i != j) && (!state[j]) ){
state             435 ompi/mca/topo/treematch/treematch/tm_solution.c   int *state = NULL;
state             449 ompi/mca/topo/treematch/treematch/tm_solution.c   state = (int*)MALLOC(sizeof(int)*N);
state             460 ompi/mca/topo/treematch/treematch/tm_solution.c 	state[i] = 0;
state             470 ompi/mca/topo/treematch/treematch/tm_solution.c 	select_max(&l,&m,gain,N,state);
state             472 ompi/mca/topo/treematch/treematch/tm_solution.c 	state[l] = 1;
state             473 ompi/mca/topo/treematch/treematch/tm_solution.c 	state[m] = 1;
state             518 ompi/mca/topo/treematch/treematch/tm_solution.c   FREE(state);
state              21 ompi/mca/topo/treematch/treematch/tm_solution.h void select_max(int *l,int *m,double **gain,int N,int *state);
state              47 ompi/mpi/c/finalized.c     int32_t state = ompi_mpi_state;
state              56 ompi/mpi/c/finalized.c             if (state >= OMPI_MPI_STATE_INIT_COMPLETED &&
state              57 ompi/mpi/c/finalized.c                 state < OMPI_MPI_STATE_FINALIZE_PAST_COMM_SELF_DESTRUCT) {
state              70 ompi/mpi/c/finalized.c     *flag = (state >= OMPI_MPI_STATE_FINALIZE_PAST_COMM_SELF_DESTRUCT);
state              61 ompi/mpi/c/get_library_version.c             int32_t state = ompi_mpi_state;
state              62 ompi/mpi/c/get_library_version.c             if (state >= OMPI_MPI_STATE_INIT_COMPLETED &&
state              63 ompi/mpi/c/get_library_version.c                 state < OMPI_MPI_STATE_FINALIZE_PAST_COMM_SELF_DESTRUCT) {
state              58 ompi/mpi/c/get_version.c             int32_t state = ompi_mpi_state;
state              59 ompi/mpi/c/get_version.c             if (state >= OMPI_MPI_STATE_INIT_COMPLETED &&
state              60 ompi/mpi/c/get_version.c                 state < OMPI_MPI_STATE_FINALIZE_PAST_COMM_SELF_DESTRUCT) {
state              47 ompi/mpi/c/initialized.c     int32_t state = ompi_mpi_state;
state              56 ompi/mpi/c/initialized.c             if (state >= OMPI_MPI_STATE_INIT_COMPLETED &&
state              57 ompi/mpi/c/initialized.c                 state < OMPI_MPI_STATE_FINALIZE_PAST_COMM_SELF_DESTRUCT) {
state              70 ompi/mpi/c/initialized.c     *flag = (state >= OMPI_MPI_STATE_INIT_COMPLETED);
state              25 ompi/mpi/cxx/cxx_glue.c     ompi_cxx_intercept_file_extra_state_t state;
state             138 ompi/mpi/cxx/cxx_glue.c     intercept->state.read_fn_cxx = read_fn_cxx;
state             139 ompi/mpi/cxx/cxx_glue.c     intercept->state.write_fn_cxx = write_fn_cxx;
state             140 ompi/mpi/cxx/cxx_glue.c     intercept->state.extent_fn_cxx = extent_fn_cxx;
state             141 ompi/mpi/cxx/cxx_glue.c     intercept->state.extra_state_cxx = extra_state_cxx;
state             143 ompi/mpi/cxx/cxx_glue.c     return &intercept->state;
state             482 ompi/mpi/cxx/intercepts.cc ompi_mpi_cxx_grequest_query_fn_intercept(void *state, MPI_Status *status)
state             485 ompi/mpi/cxx/intercepts.cc         (MPI::Grequest::Intercept_data_t *) state;
state             494 ompi/mpi/cxx/intercepts.cc ompi_mpi_cxx_grequest_free_fn_intercept(void *state)
state             497 ompi/mpi/cxx/intercepts.cc         (MPI::Grequest::Intercept_data_t *) state;
state             505 ompi/mpi/cxx/intercepts.cc ompi_mpi_cxx_grequest_cancel_fn_intercept(void *state, int cancelled)
state             508 ompi/mpi/cxx/intercepts.cc         (MPI::Grequest::Intercept_data_t *) state;
state             139 ompi/mpi/cxx/mpicxx.h ompi_mpi_cxx_grequest_query_fn_intercept(void *state, MPI_Status *status);
state             141 ompi/mpi/cxx/mpicxx.h ompi_mpi_cxx_grequest_free_fn_intercept(void *state);
state             143 ompi/mpi/cxx/mpicxx.h ompi_mpi_cxx_grequest_cancel_fn_intercept(void *state, int canceled);
state              42 ompi/mpi/tool/finalize.c         int32_t state = ompi_mpi_state;
state              43 ompi/mpi/tool/finalize.c         if ((state < OMPI_MPI_STATE_INIT_COMPLETED ||
state              44 ompi/mpi/tool/finalize.c              state >= OMPI_MPI_STATE_FINALIZE_PAST_COMM_SELF_DESTRUCT) &&
state              31 ompi/mpiext/cr/c/checkpoint.c     int state = 0;
state              76 ompi/mpiext/cr/c/checkpoint.c         state = 0;
state              81 ompi/mpiext/cr/c/checkpoint.c     MPI_Bcast(&state, 1, MPI_INT, 0, comm);
state              45 ompi/mpiext/cr/c/mpiext_cr_c.h                                              OMPI_CR_INC_callback_state_t state);
state              68 ompi/peruse/peruse.c         int32_t state = ompi_mpi_state;
state              69 ompi/peruse/peruse.c         if (state < OMPI_MPI_STATE_INIT_COMPLETED ||
state              70 ompi/peruse/peruse.c             state >= OMPI_MPI_STATE_FINALIZE_STARTED) {
state             250 ompi/runtime/ompi_cr.c int ompi_cr_coord(int state)
state             256 ompi/runtime/ompi_cr.c                         opal_crs_base_state_str((opal_crs_state_type_t)state));
state             262 ompi/runtime/ompi_cr.c     if(OPAL_CRS_CHECKPOINT == state) {
state             272 ompi/runtime/ompi_cr.c     else if (OPAL_CRS_CONTINUE == state ) {
state             276 ompi/runtime/ompi_cr.c     else if (OPAL_CRS_RESTART == state ) {
state             280 ompi/runtime/ompi_cr.c     else if (OPAL_CRS_TERM == state ) {
state             292 ompi/runtime/ompi_cr.c     if(OMPI_SUCCESS != (ret = prev_coord_callback(state)) ) {
state             302 ompi/runtime/ompi_cr.c     if(OPAL_CRS_CHECKPOINT == state) {
state             306 ompi/runtime/ompi_cr.c     else if (OPAL_CRS_CONTINUE == state ) {
state             320 ompi/runtime/ompi_cr.c     else if (OPAL_CRS_RESTART == state ) {
state             334 ompi/runtime/ompi_cr.c     else if (OPAL_CRS_TERM == state ) {
state              48 ompi/runtime/ompi_cr.h     OMPI_DECLSPEC int ompi_cr_coord(int state);
state             169 ompi/runtime/ompi_mpi_abort.c     int32_t state = ompi_mpi_state;
state             173 ompi/runtime/ompi_mpi_abort.c                 state >= OMPI_MPI_STATE_FINALIZE_STARTED ?
state             180 ompi/runtime/ompi_mpi_abort.c     if (state >= OMPI_MPI_STATE_INIT_COMPLETED &&
state             181 ompi/runtime/ompi_mpi_abort.c         state < OMPI_MPI_STATE_FINALIZE_PAST_COMM_SELF_DESTRUCT &&
state             116 ompi/runtime/ompi_mpi_finalize.c     int32_t state = ompi_mpi_state;
state             117 ompi/runtime/ompi_mpi_finalize.c     if (state < OMPI_MPI_STATE_INIT_COMPLETED ||
state             118 ompi/runtime/ompi_mpi_finalize.c         state >= OMPI_MPI_STATE_FINALIZE_STARTED) {
state             126 ompi/runtime/ompi_mpi_finalize.c         if (state < OMPI_MPI_STATE_INIT_COMPLETED) {
state             130 ompi/runtime/ompi_mpi_finalize.c         } else if (state >= OMPI_MPI_STATE_FINALIZE_STARTED) {
state             218 opal/dss/dss_copy.c     p->state[0] = src->state[0];
state             156 opal/dss/dss_open_close.c     obj->state[0] = 'U';
state             157 opal/dss/dss_open_close.c     obj->state[1] = '\0';
state             492 opal/dss/dss_pack.c         if (OPAL_SUCCESS != (ret = opal_dss_pack_buffer(buffer, &ptr[i]->state[0], 1, OPAL_BYTE))) {
state             661 opal/dss/dss_print.c              prefx, src->node, src->rank, src->pid, src->cmd, src->state[0], src->priority, src->num_threads, src->processor,
state             133 opal/dss/dss_types.h     opal_proc_state_t state;
state             191 opal/dss/dss_types.h     char state[2];
state             626 opal/dss/dss_unpack.c         if (OPAL_SUCCESS != (ret = opal_dss_unpack_buffer(buffer, &ptr[i]->state[0], &m, OPAL_BYTE))) {
state            1169 opal/mca/btl/btl.h typedef int (*mca_btl_base_module_ft_event_fn_t)(int state);
state             282 opal/mca/btl/self/btl_self.c static int mca_btl_self_ft_event(int state) {
state            1282 opal/mca/btl/smcuda/btl_smcuda.c int mca_btl_smcuda_ft_event(int state) {
state            1286 opal/mca/btl/smcuda/btl_smcuda.c int mca_btl_smcuda_ft_event(int state) {
state            1290 opal/mca/btl/smcuda/btl_smcuda.c         mca_btl_smcuda_component.sm_mpool->mpool_ft_event(state);
state            1293 opal/mca/btl/smcuda/btl_smcuda.c     if(OPAL_CRS_CHECKPOINT == state) {
state            1308 opal/mca/btl/smcuda/btl_smcuda.c     else if(OPAL_CRS_CONTINUE == state) {
state            1319 opal/mca/btl/smcuda/btl_smcuda.c     else if(OPAL_CRS_RESTART == state ||
state            1320 opal/mca/btl/smcuda/btl_smcuda.c             OPAL_CRS_RESTART_PRE == state) {
state            1329 opal/mca/btl/smcuda/btl_smcuda.c     else if(OPAL_CRS_TERM == state ) {
state             525 opal/mca/btl/smcuda/btl_smcuda.h int mca_btl_smcuda_ft_event(int state);
state             353 opal/mca/btl/tcp/btl_tcp.h int mca_btl_tcp_ft_event(int state);
state              33 opal/mca/btl/tcp/btl_tcp_ft.c int mca_btl_tcp_ft_event(int state)
state              36 opal/mca/btl/tcp/btl_tcp_ft.c     if(OPAL_CRS_CHECKPOINT == state) {
state              39 opal/mca/btl/tcp/btl_tcp_ft.c     else if(OPAL_CRS_CONTINUE == state) {
state              42 opal/mca/btl/tcp/btl_tcp_ft.c     else if(OPAL_CRS_RESTART == state) {
state              45 opal/mca/btl/tcp/btl_tcp_ft.c     else if(OPAL_CRS_TERM == state ) {
state             408 opal/mca/btl/template/btl_template.c int mca_btl_template_ft_event(int state) {
state             409 opal/mca/btl/template/btl_template.c     if(OPAL_CRS_CHECKPOINT == state) {
state             412 opal/mca/btl/template/btl_template.c     else if(OPAL_CRS_CONTINUE == state) {
state             415 opal/mca/btl/template/btl_template.c     else if(OPAL_CRS_RESTART == state) {
state             418 opal/mca/btl/template/btl_template.c     else if(OPAL_CRS_TERM == state ) {
state             374 opal/mca/btl/template/btl_template.h int mca_btl_template_ft_event(int state);
state             252 opal/mca/btl/uct/btl_uct.h int mca_btl_uct_ft_event(int state);
state             611 opal/mca/btl/ugni/btl_ugni_component.c     if (MCA_BTL_UGNI_EP_STATE_CONNECTED == ep->state) {
state              72 opal/mca/btl/ugni/btl_ugni_endpoint.c     endpoint->state = MCA_BTL_UGNI_EP_STATE_INIT;
state             154 opal/mca/btl/ugni/btl_ugni_endpoint.c     if (MCA_BTL_UGNI_EP_STATE_INIT == ep->state) {
state             169 opal/mca/btl/ugni/btl_ugni_endpoint.c     if (MCA_BTL_UGNI_EP_STATE_CONNECTED == ep->state && send_disconnect) {
state             200 opal/mca/btl/ugni/btl_ugni_endpoint.c     ep->state = MCA_BTL_UGNI_EP_STATE_INIT;
state             211 opal/mca/btl/ugni/btl_ugni_endpoint.c     if (OPAL_UNLIKELY(MCA_BTL_UGNI_EP_STATE_CONNECTING == ep->state)) {
state             215 opal/mca/btl/ugni/btl_ugni_endpoint.c     ep->state = MCA_BTL_UGNI_EP_STATE_CONNECTING;
state             279 opal/mca/btl/ugni/btl_ugni_endpoint.c     ep->state = MCA_BTL_UGNI_EP_STATE_CONNECTED;
state             340 opal/mca/btl/ugni/btl_ugni_endpoint.c     BTL_VERBOSE(("progressing connection for endpoint %p with state %d", (void *)ep, ep->state));
state             342 opal/mca/btl/ugni/btl_ugni_endpoint.c     if (MCA_BTL_UGNI_EP_STATE_CONNECTED == ep->state) {
state             346 opal/mca/btl/ugni/btl_ugni_endpoint.c     if (MCA_BTL_UGNI_EP_STATE_INIT == ep->state) {
state              43 opal/mca/btl/ugni/btl_ugni_endpoint.h     mca_btl_ugni_endpoint_state_t state;
state              91 opal/mca/btl/ugni/btl_ugni_endpoint.h     if (OPAL_LIKELY(MCA_BTL_UGNI_EP_STATE_CONNECTED == ep->state)) {
state              97 opal/mca/btl/ugni/btl_ugni_endpoint.h     switch (ep->state) {
state              24 opal/mca/btl/ugni/btl_ugni_send.c     BTL_VERBOSE(("wait-listing fragment %p to %s. endpoint state %d\n", (void*)frag, OPAL_NAME_PRINT(endpoint->peer_proc->proc_name), endpoint->state));
state              35 opal/mca/btl/ugni/btl_ugni_send.c     if (false == endpoint->wait_listed && MCA_BTL_UGNI_EP_STATE_CONNECTED == endpoint->state) {
state             132 opal/mca/btl/ugni/btl_ugni_send.c                      payload_size + header_size, endpoint->state));
state             184 opal/mca/btl/ugni/btl_ugni_smsg.c         if (NULL == ep || MCA_BTL_UGNI_EP_STATE_CONNECTED != ep->state) {
state             234 opal/mca/btl/ugni/btl_ugni_smsg.c     if (OPAL_UNLIKELY(MCA_BTL_UGNI_EP_STATE_CONNECTED != ep->state)) {
state             237 opal/mca/btl/ugni/btl_ugni_smsg.c         BTL_VERBOSE(("event occurred on an unconnected endpoint! ep state = %d", ep->state));
state            2527 opal/mca/btl/usnic/btl_usnic_module.c static int usnic_ft_event(int state)
state              63 opal/mca/btl/vader/btl_vader_module.c static int vader_ft_event (int state);
state             542 opal/mca/btl/vader/btl_vader_module.c static int vader_ft_event (int state)
state              68 opal/mca/common/sm/common_sm_mpool.c static int mca_common_sm_mpool_ft_event (int state);
state             216 opal/mca/common/sm/common_sm_mpool.c int mca_common_sm_mpool_ft_event(int state) {
state             220 opal/mca/common/sm/common_sm_mpool.c int mca_common_sm_mpool_ft_event(int state) {
state             225 opal/mca/common/sm/common_sm_mpool.c     if(OPAL_CRS_CHECKPOINT == state) {
state             237 opal/mca/common/sm/common_sm_mpool.c     else if(OPAL_CRS_CONTINUE == state) {
state             252 opal/mca/common/sm/common_sm_mpool.c     else if(OPAL_CRS_RESTART == state ||
state             253 opal/mca/common/sm/common_sm_mpool.c             OPAL_CRS_RESTART_PRE == state) {
state             266 opal/mca/common/sm/common_sm_mpool.c     else if(OPAL_CRS_TERM == state ) {
state              84 opal/mca/crs/base/base.h     OPAL_DECLSPEC char * opal_crs_base_state_str(opal_crs_state_type_t state);
state             250 opal/mca/crs/base/crs_base_fns.c char * opal_crs_base_state_str(opal_crs_state_type_t state)
state             254 opal/mca/crs/base/crs_base_fns.c     switch(state) {
state             174 opal/mca/crs/crs.h       opal_crs_state_type_t *state);
state              54 opal/mca/crs/none/crs_none.h                                   opal_crs_state_type_t *state);
state              61 opal/mca/crs/none/crs_none_module.c                              opal_crs_state_type_t *state)
state              63 opal/mca/crs/none/crs_none_module.c     *state = OPAL_CRS_CONTINUE;
state              77 opal/mca/crs/self/crs_self.h                                   opal_crs_state_type_t *state);
state             263 opal/mca/crs/self/crs_self_module.c                              opal_crs_state_type_t *state)
state             325 opal/mca/crs/self/crs_self_module.c         *state = OPAL_CRS_ERROR;
state             343 opal/mca/crs/self/crs_self_module.c         *state = OPAL_CRS_ERROR;
state             352 opal/mca/crs/self/crs_self_module.c     *state = OPAL_CRS_CONTINUE;
state             127 opal/mca/event/libevent2022/libevent/bufferevent_filter.c     enum bufferevent_flush_mode state)
state             130 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 	return state == BEV_NORMAL &&
state             139 opal/mca/event/libevent2022/libevent/bufferevent_filter.c     enum bufferevent_flush_mode state)
state             142 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 	return state == BEV_NORMAL &&
state             151 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 	       enum bufferevent_flush_mode state, void *ctx)
state             153 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 	(void)state;
state             278 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 			enum bufferevent_flush_mode state,
state             284 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 	if (state == BEV_NORMAL) {
state             288 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 		    be_readbuf_full(bevf, state))
state             294 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 		if (state == BEV_NORMAL && bev->wm_read.high)
state             299 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 		    bev->input, limit, state, bevf->context);
state             306 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 		 !be_readbuf_full(bevf, state));
state             317 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 			 enum bufferevent_flush_mode state,
state             325 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 	if (state == BEV_NORMAL) {
state             332 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 		    be_underlying_writebuf_full(bevf, state) ||
state             347 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 			if (state == BEV_NORMAL &&
state             355 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 			    state,
state             368 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 			!be_underlying_writebuf_full(bevf,state));
state             378 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 			    !be_underlying_writebuf_full(bevf, state)) {
state             418 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 	enum bufferevent_flush_mode state;
state             425 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 		state = BEV_FINISHED;
state             427 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 		state = BEV_NORMAL;
state             430 opal/mca/event/libevent2022/libevent/bufferevent_filter.c 	res = be_filter_process_input(bevf, state, &processed_any);
state             323 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 	unsigned state : 2;
state             996 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 	switch (bev_ssl->state) {
state            1010 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 		bev_ssl->state = BUFFEREVENT_SSL_OPEN;
state            1099 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 	bev_ssl->state = BUFFEREVENT_SSL_CONNECTING;
state            1115 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 	if (cbinfo->n_added && bev_ssl->state == BUFFEREVENT_SSL_OPEN) {
state            1132 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 	if (bev_ssl->state != BUFFEREVENT_SSL_OPEN)
state            1158 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 	if (bev_ssl->state != BUFFEREVENT_SSL_OPEN)
state            1256 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 		if (bev_ssl->state == BUFFEREVENT_SSL_OPEN)
state            1293 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c     enum bufferevent_ssl_state state,
state            1330 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 	bev_ssl->state = state;
state            1335 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 	switch (state) {
state            1357 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 		if (state == BUFFEREVENT_SSL_OPEN)
state            1363 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 			if (state != BUFFEREVENT_SSL_OPEN)
state            1382 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c     enum bufferevent_ssl_state state,
state            1397 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 		base, underlying, -1, ssl, state, options);
state            1404 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c     enum bufferevent_ssl_state state,
state            1439 opal/mca/event/libevent2022/libevent/bufferevent_openssl.c 		base, NULL, fd, ssl, state, options);
state             231 opal/mca/event/libevent2022/libevent/evdns.c 	char state;  /* zero if we think that this server is down */
state             516 opal/mca/event/libevent2022/libevent/evdns.c 	if (ns->state == 1) {
state             564 opal/mca/event/libevent2022/libevent/evdns.c 	if (!ns->state) return;
state             578 opal/mca/event/libevent2022/libevent/evdns.c 	ns->state = 0;
state             619 opal/mca/event/libevent2022/libevent/evdns.c 	if (ns->state) return;
state             629 opal/mca/event/libevent2022/libevent/evdns.c 	ns->state = 1;
state            1333 opal/mca/event/libevent2022/libevent/evdns.c 		if (base->server_head->state) {
state            2507 opal/mca/event/libevent2022/libevent/evdns.c 	ns->state = 1;
state            2998 opal/mca/event/libevent2022/libevent/evdns.c search_state_decref(struct search_state *const state) {
state            2999 opal/mca/event/libevent2022/libevent/evdns.c 	if (!state) return;
state            3000 opal/mca/event/libevent2022/libevent/evdns.c 	state->refcount--;
state            3001 opal/mca/event/libevent2022/libevent/evdns.c 	if (!state->refcount) {
state            3003 opal/mca/event/libevent2022/libevent/evdns.c 		for (dom = state->head; dom; dom = next) {
state            3007 opal/mca/event/libevent2022/libevent/evdns.c 		mm_free(state);
state            3013 opal/mca/event/libevent2022/libevent/evdns.c 	struct search_state *state = (struct search_state *) mm_malloc(sizeof(struct search_state));
state            3014 opal/mca/event/libevent2022/libevent/evdns.c 	if (!state) return NULL;
state            3015 opal/mca/event/libevent2022/libevent/evdns.c 	memset(state, 0, sizeof(struct search_state));
state            3016 opal/mca/event/libevent2022/libevent/evdns.c 	state->refcount = 1;
state            3017 opal/mca/event/libevent2022/libevent/evdns.c 	state->ndots = 1;
state            3019 opal/mca/event/libevent2022/libevent/evdns.c 	return state;
state            3121 opal/mca/event/libevent2022/libevent/evdns.c search_make_new(const struct search_state *const state, int n, const char *const base_name) {
state            3126 opal/mca/event/libevent2022/libevent/evdns.c 	for (dom = state->head; dom; dom = dom->next) {
state            3266 opal/mca/event/libevent2022/libevent/evdns.c strtok_r(char *s, const char *delim, char **state) {
state            3268 opal/mca/event/libevent2022/libevent/evdns.c 	start = cp = s ? s : *state;
state            3276 opal/mca/event/libevent2022/libevent/evdns.c 		*state = NULL;
state            3280 opal/mca/event/libevent2022/libevent/evdns.c 		*state = cp;
state            3945 opal/mca/event/libevent2022/libevent/evdns.c 	if (server->state == 0)
state              90 opal/mca/event/libevent2022/libevent/http-internal.h 	enum evhttp_connection_state state;
state             425 opal/mca/event/libevent2022/libevent/http.c 	switch (evcon->state) {
state             782 opal/mca/event/libevent2022/libevent/http.c 		evcon->state = EVCON_IDLE;
state             813 opal/mca/event/libevent2022/libevent/http.c 		evcon->state = EVCON_WRITING;
state             963 opal/mca/event/libevent2022/libevent/http.c 			evcon->state = EVCON_READING_TRAILER;
state            1053 opal/mca/event/libevent2022/libevent/http.c 	switch (evcon->state) {
state            1094 opal/mca/event/libevent2022/libevent/http.c 			   __func__, evcon->state);
state            1112 opal/mca/event/libevent2022/libevent/http.c 	EVUTIL_ASSERT(evcon->state == EVCON_WRITING);
state            1179 opal/mca/event/libevent2022/libevent/http.c 	EVUTIL_ASSERT(evcon->state == EVCON_DISCONNECTED);
state            1190 opal/mca/event/libevent2022/libevent/http.c 	EVUTIL_ASSERT(evcon->state == EVCON_DISCONNECTED);
state            1207 opal/mca/event/libevent2022/libevent/http.c 	EVUTIL_ASSERT(evcon->state == EVCON_IDLE);
state            1209 opal/mca/event/libevent2022/libevent/http.c 	evcon->state = EVCON_WRITING;
state            1253 opal/mca/event/libevent2022/libevent/http.c 	evcon->state = EVCON_DISCONNECTED;
state            1277 opal/mca/event/libevent2022/libevent/http.c 	evcon->state = EVCON_DISCONNECTED;
state            1328 opal/mca/event/libevent2022/libevent/http.c 	switch (evcon->state) {
state            1369 opal/mca/event/libevent2022/libevent/http.c 		EVUTIL_ASSERT(evcon->state == EVCON_IDLE);
state            1431 opal/mca/event/libevent2022/libevent/http.c 	evcon->state = EVCON_IDLE;
state            1920 opal/mca/event/libevent2022/libevent/http.c 	evcon->state = EVCON_READING_BODY;
state            1991 opal/mca/event/libevent2022/libevent/http.c 	evcon->state = EVCON_READING_HEADERS;
state            2106 opal/mca/event/libevent2022/libevent/http.c 	evcon->state = EVCON_DISCONNECTED;
state            2139 opal/mca/event/libevent2022/libevent/http.c 	EVUTIL_ASSERT(evcon->state == EVCON_DISCONNECTED);
state            2184 opal/mca/event/libevent2022/libevent/http.c 	int old_state = evcon->state;
state            2186 opal/mca/event/libevent2022/libevent/http.c 	if (evcon->state == EVCON_CONNECTING)
state            2214 opal/mca/event/libevent2022/libevent/http.c 	evcon->state = EVCON_CONNECTING;
state            2218 opal/mca/event/libevent2022/libevent/http.c 		evcon->state = old_state;
state            2327 opal/mca/event/libevent2022/libevent/http.c 	evcon->state = EVCON_READING_FIRSTLINE;
state            3704 opal/mca/event/libevent2022/libevent/http.c 	evcon->state = EVCON_READING_FIRSTLINE;
state              71 opal/mca/event/libevent2022/libevent/include/event2/bufferevent_ssl.h     enum bufferevent_ssl_state state,
state              88 opal/mca/event/libevent2022/libevent/include/event2/bufferevent_ssl.h     enum bufferevent_ssl_state state,
state             299 opal/mca/event/libevent2022/libevent/test/regress_bufferevent.c     ev_ssize_t lim, enum bufferevent_flush_mode state, void *ctx)
state             321 opal/mca/event/libevent2022/libevent/test/regress_bufferevent.c     ev_ssize_t lim, enum bufferevent_flush_mode state, void *ctx)
state             307 opal/mca/event/libevent2022/libevent/test/regress_http.c 	struct chunk_req_state *state = arg;
state             310 opal/mca/event/libevent2022/libevent/test/regress_http.c 	evbuffer_add_printf(evb, "%s", CHUNKS[state->i]);
state             311 opal/mca/event/libevent2022/libevent/test/regress_http.c 	evhttp_send_reply_chunk(state->req, evb);
state             314 opal/mca/event/libevent2022/libevent/test/regress_http.c 	if (++state->i < (int) (sizeof(CHUNKS)/sizeof(CHUNKS[0]))) {
state             315 opal/mca/event/libevent2022/libevent/test/regress_http.c 		event_base_once(state->base, -1, EV_TIMEOUT,
state             316 opal/mca/event/libevent2022/libevent/test/regress_http.c 		    http_chunked_trickle_cb, state, &when);
state             318 opal/mca/event/libevent2022/libevent/test/regress_http.c 		evhttp_send_reply_end(state->req);
state             319 opal/mca/event/libevent2022/libevent/test/regress_http.c 		free(state);
state             327 opal/mca/event/libevent2022/libevent/test/regress_http.c 	struct chunk_req_state *state = malloc(sizeof(struct chunk_req_state));
state             330 opal/mca/event/libevent2022/libevent/test/regress_http.c 	memset(state, 0, sizeof(struct chunk_req_state));
state             331 opal/mca/event/libevent2022/libevent/test/regress_http.c 	state->req = req;
state             332 opal/mca/event/libevent2022/libevent/test/regress_http.c 	state->base = arg;
state             343 opal/mca/event/libevent2022/libevent/test/regress_http.c 	event_base_once(arg, -1, EV_TIMEOUT, http_chunked_trickle_cb, state, &when);
state            3456 opal/mca/event/libevent2022/libevent/test/regress_http.c 	struct terminate_state *state = arg;
state            3460 opal/mca/event/libevent2022/libevent/test/regress_http.c 	if (evhttp_request_get_connection(state->req) == NULL) {
state            3462 opal/mca/event/libevent2022/libevent/test/regress_http.c 		evhttp_request_free(state->req);
state            3463 opal/mca/event/libevent2022/libevent/test/regress_http.c 		event_base_loopexit(state->base,NULL);
state            3469 opal/mca/event/libevent2022/libevent/test/regress_http.c 	evhttp_send_reply_chunk(state->req, evb);
state            3474 opal/mca/event/libevent2022/libevent/test/regress_http.c 	EVUTIL_ASSERT(state);
state            3475 opal/mca/event/libevent2022/libevent/test/regress_http.c 	EVUTIL_ASSERT(state->base);
state            3476 opal/mca/event/libevent2022/libevent/test/regress_http.c 	event_base_once(state->base, -1, EV_TIMEOUT, terminate_chunked_trickle_cb, arg, &tv);
state            3482 opal/mca/event/libevent2022/libevent/test/regress_http.c 	struct terminate_state *state = arg;
state            3483 opal/mca/event/libevent2022/libevent/test/regress_http.c 	state->gotclosecb = 1;
state            3489 opal/mca/event/libevent2022/libevent/test/regress_http.c 	struct terminate_state *state = arg;
state            3497 opal/mca/event/libevent2022/libevent/test/regress_http.c 	state->req = req;
state            3503 opal/mca/event/libevent2022/libevent/test/regress_http.c 	event_base_once(state->base, -1, EV_TIMEOUT, terminate_chunked_trickle_cb, arg, &tv);
state            3509 opal/mca/event/libevent2022/libevent/test/regress_http.c 	struct terminate_state *state = arg;
state            3510 opal/mca/event/libevent2022/libevent/test/regress_http.c 	bufferevent_free(state->bev);
state            3511 opal/mca/event/libevent2022/libevent/test/regress_http.c 	evutil_closesocket(state->fd);
state             109 opal/mca/event/libevent2022/libevent/test/regress_zlib.c getstate(enum bufferevent_flush_mode state)
state             111 opal/mca/event/libevent2022/libevent/test/regress_zlib.c 	switch (state) {
state             129 opal/mca/event/libevent2022/libevent/test/regress_zlib.c     ev_ssize_t lim, enum bufferevent_flush_mode state, void *ctx)
state             154 opal/mca/event/libevent2022/libevent/test/regress_zlib.c 		res = inflate(p, getstate(state));
state             183 opal/mca/event/libevent2022/libevent/test/regress_zlib.c     ev_ssize_t lim, enum bufferevent_flush_mode state, void *ctx)
state             208 opal/mca/event/libevent2022/libevent/test/regress_zlib.c 		res = deflate(p, getstate(state));
state             196 opal/mca/hwloc/hwloc201/hwloc/hwloc/base64.c 	unsigned int tarindex, state;
state             200 opal/mca/hwloc/hwloc201/hwloc/hwloc/base64.c 	state = 0;
state             214 opal/mca/hwloc/hwloc201/hwloc/hwloc/base64.c 		switch (state) {
state             221 opal/mca/hwloc/hwloc201/hwloc/hwloc/base64.c 			state = 1;
state             232 opal/mca/hwloc/hwloc201/hwloc/hwloc/base64.c 			state = 2;
state             243 opal/mca/hwloc/hwloc201/hwloc/hwloc/base64.c 			state = 3;
state             252 opal/mca/hwloc/hwloc201/hwloc/hwloc/base64.c 			state = 0;
state             264 opal/mca/hwloc/hwloc201/hwloc/hwloc/base64.c 		switch (state) {
state             304 opal/mca/hwloc/hwloc201/hwloc/hwloc/base64.c 		if (state != 0)
state            1094 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c static void hwloc_x86_os_state_save(hwloc_x86_os_state_t *state, struct cpuiddump *src_cpuiddump)
state            1098 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c     cpuset_getid(CPU_LEVEL_CPUSET, CPU_WHICH_PID, -1, state);
state            1102 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c static void hwloc_x86_os_state_restore(hwloc_x86_os_state_t *state, struct cpuiddump *src_cpuiddump)
state            1106 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c     cpuset_setid(CPU_WHICH_PID, -1, *state);
state            1111 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c static void hwloc_x86_os_state_save(hwloc_x86_os_state_t *state __hwloc_attribute_unused, struct cpuiddump *src_cpuiddump __hwloc_attribute_unused) { }
state            1112 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c static void hwloc_x86_os_state_restore(hwloc_x86_os_state_t *state __hwloc_attribute_unused, struct cpuiddump *src_cpuiddump __hwloc_attribute_unused) { }
state              63 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c hwloc__libxml_import_next_attr(hwloc__xml_import_state_t state, char **namep, char **valuep)
state              65 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   hwloc__libxml_import_state_data_t lstate = (void*) state->data;
state              87 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c                     state->global->msgprefix, subnode->type);
state              93 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c                 state->global->msgprefix, attr->type);
state              99 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c hwloc__libxml_import_find_child(hwloc__xml_import_state_t state,
state             103 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   hwloc__libxml_import_state_data_t lstate = (void*) state->data;
state             106 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   childstate->parent = state;
state             107 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   childstate->global = state->global;
state             124 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c                 state->global->msgprefix, (const char*) child->content);
state             128 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c                 state->global->msgprefix, child->type);
state             135 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c hwloc__libxml_import_close_tag(hwloc__xml_import_state_t state __hwloc_attribute_unused)
state             141 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c hwloc__libxml_import_close_child(hwloc__xml_import_state_t state __hwloc_attribute_unused)
state             147 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c hwloc__libxml_import_get_content(hwloc__xml_import_state_t state,
state             150 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   hwloc__libxml_import_state_data_t lstate = (void*) state->data;
state             170 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c hwloc__libxml_import_close_content(hwloc__xml_import_state_t state __hwloc_attribute_unused)
state             177 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c 		       struct hwloc__xml_import_state_s *state)
state             179 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   hwloc__libxml_import_state_data_t lstate = (void*) state->data;
state             183 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   HWLOC_BUILD_ASSERT(sizeof(*lstate) <= sizeof(state->data));
state             189 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c 	      state->global->msgprefix);
state             194 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c 	      state->global->msgprefix, (char *) dtd->SystemID, "hwloc.dtd or hwloc2.dtd");
state             217 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c 	      state->global->msgprefix, (const char *) root_node->name);
state             221 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   state->global->next_attr = hwloc__libxml_import_next_attr;
state             222 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   state->global->find_child = hwloc__libxml_import_find_child;
state             223 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   state->global->close_tag = hwloc__libxml_import_close_tag;
state             224 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   state->global->close_child = hwloc__libxml_import_close_child;
state             225 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   state->global->get_content = hwloc__libxml_import_get_content;
state             226 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   state->global->close_content = hwloc__libxml_import_close_content;
state             227 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   state->parent = NULL;
state             256 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c hwloc_libxml_import_diff(struct hwloc__xml_import_state_s *state, const char *xmlpath, const char *xmlbuffer, int xmlbuflen, hwloc_topology_diff_t *firstdiffp, char **refnamep)
state             258 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   hwloc__libxml_import_state_data_t lstate = (void*) state->data;
state             265 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   HWLOC_BUILD_ASSERT(sizeof(*lstate) <= sizeof(state->data));
state             289 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c 	      state->global->msgprefix);
state             293 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c 	      state->global->msgprefix, (char *) dtd->SystemID, "hwloc2-diff.dtd");
state             302 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c 	      state->global->msgprefix, (const char *) root_node->name);
state             306 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   state->global->next_attr = hwloc__libxml_import_next_attr;
state             307 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   state->global->find_child = hwloc__libxml_import_find_child;
state             308 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   state->global->close_tag = hwloc__libxml_import_close_tag;
state             309 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   state->global->close_child = hwloc__libxml_import_close_child;
state             310 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   state->global->get_content = hwloc__libxml_import_get_content;
state             311 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   state->global->close_content = hwloc__libxml_import_close_content;
state             312 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   state->parent = NULL;
state             319 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c     if (state->global->next_attr(state, &attrname, &attrvalue) < 0)
state             328 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   ret = hwloc__xml_import_diff(state, firstdiffp);
state             398 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c 			       hwloc__xml_export_state_t state,
state             402 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   hwloc__libxml_export_state_data_t ldata = (void *) state->data;
state             404 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   state->parent = parentstate;
state             405 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   state->new_child = parentstate->new_child;
state             406 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   state->new_prop = parentstate->new_prop;
state             407 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   state->add_content = parentstate->add_content;
state             408 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   state->end_object = parentstate->end_object;
state             409 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   state->global = parentstate->global;
state             415 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c hwloc__libxml_export_new_prop(hwloc__xml_export_state_t state, const char *name, const char *value)
state             417 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   hwloc__libxml_export_state_data_t ldata = (void *) state->data;
state             422 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c hwloc__libxml_export_end_object(hwloc__xml_export_state_t state __hwloc_attribute_unused, const char *name __hwloc_attribute_unused)
state             428 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c hwloc__libxml_export_add_content(hwloc__xml_export_state_t state, const char *buffer, size_t length)
state             430 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   hwloc__libxml_export_state_data_t ldata = (void *) state->data;
state             438 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   struct hwloc__xml_export_state_s state;
state             439 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   hwloc__libxml_export_state_data_t data = (void *) state.data;
state             444 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   HWLOC_BUILD_ASSERT(sizeof(*data) <= sizeof(state.data));
state             459 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   state.new_child = hwloc__libxml_export_new_child;
state             460 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   state.new_prop = hwloc__libxml_export_new_prop;
state             461 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   state.add_content = hwloc__libxml_export_add_content;
state             462 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   state.end_object = hwloc__libxml_export_end_object;
state             463 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   state.global = edata;
state             467 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   hwloc__xml_export_topology (&state, topology, flags);
state             511 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   struct hwloc__xml_export_state_s state;
state             512 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   hwloc__libxml_export_state_data_t data = (void *) state.data;
state             516 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   HWLOC_BUILD_ASSERT(sizeof(*data) <= sizeof(state.data));
state             531 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   state.new_child = hwloc__libxml_export_new_child;
state             532 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   state.new_prop = hwloc__libxml_export_new_prop;
state             533 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   state.add_content = hwloc__libxml_export_add_content;
state             534 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   state.end_object = hwloc__libxml_export_end_object;
state             538 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-libxml.c   hwloc__xml_export_diff (&state, diff);
state              49 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c hwloc__nolibxml_import_next_attr(hwloc__xml_import_state_t state, char **namep, char **valuep)
state              51 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   hwloc__nolibxml_import_state_data_t nstate = (void*) state->data;
state             112 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c hwloc__nolibxml_import_find_child(hwloc__xml_import_state_t state,
state             116 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   hwloc__nolibxml_import_state_data_t nstate = (void*) state->data;
state             123 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   childstate->parent = state;
state             124 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   childstate->global = state->global;
state             178 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c hwloc__nolibxml_import_close_tag(hwloc__xml_import_state_t state)
state             180 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   hwloc__nolibxml_import_state_data_t nstate = (void*) state->data;
state             208 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c hwloc__nolibxml_import_close_child(hwloc__xml_import_state_t state)
state             210 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   hwloc__nolibxml_import_state_data_t nstate = (void*) state->data;
state             211 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   hwloc__nolibxml_import_state_data_t nparent = (void*) state->parent->data;
state             216 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c hwloc__nolibxml_import_get_content(hwloc__xml_import_state_t state,
state             219 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   hwloc__nolibxml_import_state_data_t nstate = (void*) state->data;
state             247 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c hwloc__nolibxml_import_close_content(hwloc__xml_import_state_t state)
state             250 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   hwloc__nolibxml_import_state_data_t nstate = (void*) state->data;
state             257 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c 			 struct hwloc__xml_import_state_s *state)
state             259 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   hwloc__nolibxml_import_state_data_t nstate = (void*) state->data;
state             265 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   HWLOC_BUILD_ASSERT(sizeof(*nstate) <= sizeof(state->data));
state             295 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   state->global->next_attr = hwloc__nolibxml_import_next_attr;
state             296 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   state->global->find_child = hwloc__nolibxml_import_find_child;
state             297 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   state->global->close_tag = hwloc__nolibxml_import_close_tag;
state             298 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   state->global->close_child = hwloc__nolibxml_import_close_child;
state             299 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   state->global->get_content = hwloc__nolibxml_import_get_content;
state             300 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   state->global->close_content = hwloc__nolibxml_import_close_content;
state             301 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   state->parent = NULL;
state             450 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c hwloc_nolibxml_import_diff(struct hwloc__xml_import_state_s *state,
state             454 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   hwloc__nolibxml_import_state_data_t nstate = (void*) state->data;
state             461 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   HWLOC_BUILD_ASSERT(sizeof(*nstate) <= sizeof(state->data));
state             485 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   state->global->next_attr = hwloc__nolibxml_import_next_attr;
state             486 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   state->global->find_child = hwloc__nolibxml_import_find_child;
state             487 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   state->global->close_tag = hwloc__nolibxml_import_close_tag;
state             488 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   state->global->close_child = hwloc__nolibxml_import_close_child;
state             489 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   state->global->get_content = hwloc__nolibxml_import_get_content;
state             490 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   state->global->close_content = hwloc__nolibxml_import_close_content;
state             491 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   state->parent = NULL;
state             498 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   ret = hwloc__nolibxml_import_find_child(state, &childstate, &tag);
state             600 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c 				 hwloc__xml_export_state_t state,
state             604 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   hwloc__nolibxml_export_state_data_t ndata = (void *) state->data;
state             614 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   state->parent = parentstate;
state             615 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   state->new_child = parentstate->new_child;
state             616 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   state->new_prop = parentstate->new_prop;
state             617 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   state->add_content = parentstate->add_content;
state             618 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   state->end_object = parentstate->end_object;
state             619 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   state->global = parentstate->global;
state             634 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c hwloc__nolibxml_export_new_prop(hwloc__xml_export_state_t state, const char *name, const char *value)
state             636 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   hwloc__nolibxml_export_state_data_t ndata = (void *) state->data;
state             644 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c hwloc__nolibxml_export_end_object(hwloc__xml_export_state_t state, const char *name)
state             646 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   hwloc__nolibxml_export_state_data_t ndata = (void *) state->data;
state             647 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   hwloc__nolibxml_export_state_data_t npdata = (void *) state->parent->data;
state             666 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c hwloc__nolibxml_export_add_content(hwloc__xml_export_state_t state, const char *buffer, size_t length)
state             668 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   hwloc__nolibxml_export_state_data_t ndata = (void *) state->data;
state             686 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   struct hwloc__xml_export_state_s state, childstate;
state             687 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   hwloc__nolibxml_export_state_data_t ndata = (void *) &state.data;
state             691 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   HWLOC_BUILD_ASSERT(sizeof(*ndata) <= sizeof(state.data));
state             693 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   state.new_child = hwloc__nolibxml_export_new_child;
state             694 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   state.new_prop = hwloc__nolibxml_export_new_prop;
state             695 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   state.add_content = hwloc__nolibxml_export_add_content;
state             696 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   state.end_object = hwloc__nolibxml_export_end_object;
state             697 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   state.global = edata;
state             711 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   hwloc__nolibxml_export_new_child(&state, &childstate, "topology");
state             789 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   struct hwloc__xml_export_state_s state, childstate;
state             790 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   hwloc__nolibxml_export_state_data_t ndata = (void *) &state.data;
state             793 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   HWLOC_BUILD_ASSERT(sizeof(*ndata) <= sizeof(state.data));
state             795 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   state.new_child = hwloc__nolibxml_export_new_child;
state             796 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   state.new_prop = hwloc__nolibxml_export_new_prop;
state             797 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   state.add_content = hwloc__nolibxml_export_add_content;
state             798 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   state.end_object = hwloc__nolibxml_export_end_object;
state             812 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml-nolibxml.c   hwloc__nolibxml_export_new_child(&state, &childstate, "topologydiff");
state             110 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 			      hwloc__xml_import_state_t state)
state             122 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       fprintf(stderr, "%s: unexpected zero gp_index, topology may be invalid\n", state->global->msgprefix);
state             165 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	      state->global->msgprefix);
state             174 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	      state->global->msgprefix);
state             183 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	      state->global->msgprefix);
state             195 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 		state->global->msgprefix, lvalue);
state             198 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	      state->global->msgprefix);
state             209 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	      state->global->msgprefix);
state             220 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	       state->global->msgprefix);
state             229 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	      state->global->msgprefix);
state             238 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	      state->global->msgprefix);
state             250 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 		  state->global->msgprefix, value);
state             262 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 		state->global->msgprefix);
state             276 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 		  state->global->msgprefix, value);
state             290 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 		state->global->msgprefix);
state             305 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 		state->global->msgprefix);
state             317 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 		  state->global->msgprefix, value);
state             327 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 		state->global->msgprefix);
state             340 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 		  state->global->msgprefix, value);
state             351 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 		state->global->msgprefix);
state             363 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 		  state->global->msgprefix, value);
state             371 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 		state->global->msgprefix);
state             410 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 		  state->global->msgprefix);
state             423 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 		  state->global->msgprefix);
state             437 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 		  state->global->msgprefix);
state             450 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	      state->global->msgprefix, name);
state             458 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 		       hwloc__xml_import_state_t state)
state             465 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     if (state->global->next_attr(state, &attrname, &attrvalue) < 0)
state             491 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   return state->global->close_tag(state);
state             496 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 			   hwloc__xml_import_state_t state)
state             502 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     if (state->global->next_attr(state, &attrname, &attrvalue) < 0)
state             524 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   return state->global->close_tag(state);
state             530 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 			      hwloc__xml_import_state_t state)
state             539 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     if (state->global->next_attr(state, &attrname, &attrvalue) < 0)
state             561 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 		state->global->msgprefix, nbobjs);
state             582 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       ret = state->global->find_child(state, &childstate, &tag);
state             590 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       ret = state->global->next_attr(&childstate, &attrname, &attrvalue);
state             600 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       ret = state->global->close_tag(&childstate);
state             604 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       state->global->close_child(&childstate);
state             612 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 		state->global->msgprefix);
state             637 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   return state->global->close_tag(state);
state             642 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 			   hwloc__xml_import_state_t state)
state             651 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     if (state->global->next_attr(state, &attrname, &attrvalue) < 0)
state             666 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     ret = state->global->get_content(state, &buffer, reallength);
state             673 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       ret = state->global->get_content(state, &buffer, reallength);
state             686 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       ret = state->global->get_content(state, &encoded_buffer, encoded_length);
state             706 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	ret = state->global->get_content(state, &buffer, length);
state             713 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   state->global->close_content(state);
state             714 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   return state->global->close_tag(state);
state             765 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 			 hwloc__xml_import_state_t state)
state             780 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     if (state->global->next_attr(state, &attrname, &attrvalue) < 0)
state             793 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 		      state->global->msgprefix);
state             802 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 		    state->global->msgprefix, attrvalue);
state             806 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 		    state->global->msgprefix, attrvalue);
state             815 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 		  state->global->msgprefix,  attrname);
state             818 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       hwloc__xml_import_object_attr(topology, data, obj, attrname, attrvalue, state);
state             827 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     ret = state->global->find_child(state, &childstate, &tag);
state             845 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 		  state->global->msgprefix, tag);
state             858 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 		state->global->msgprefix, tag);
state             865 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     state->global->close_child(&childstate);
state            1001 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 		  state->global->msgprefix, hwloc_obj_type_string(obj->type), obj->os_index);
state            1011 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 		  state->global->msgprefix, hwloc_obj_type_string(obj->type), obj->os_index);
state            1021 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 		  state->global->msgprefix, hwloc_obj_type_string(obj->type), obj->os_index);
state            1033 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	      state->global->msgprefix, hwloc_obj_type_string(obj->type), obj->attr->cache.depth, (int) obj->attr->cache.type);
state            1041 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	      state->global->msgprefix, hwloc_obj_type_string(obj->type), obj->os_index);
state            1047 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	      state->global->msgprefix, hwloc_obj_type_string(obj->type));
state            1055 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	      state->global->msgprefix, hwloc_obj_type_string(obj->type), obj->os_index);
state            1061 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	      state->global->msgprefix, hwloc_obj_type_string(obj->type), obj->os_index);
state            1070 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 		state->global->msgprefix, obj->os_index);
state            1112 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 		state->global->msgprefix, tag);
state            1119 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     state->global->close_child(&childstate);
state            1122 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     ret = state->global->find_child(state, &childstate, &tag);
state            1175 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   return state->global->close_tag(state);
state            1187 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 			      hwloc__xml_import_state_t state)
state            1203 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     if (state->global->next_attr(state, &attrname, &attrvalue) < 0)
state            1224 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 		state->global->msgprefix, attrname);
state            1232 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	      state->global->msgprefix);
state            1241 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	      state->global->msgprefix, nbobjs);
state            1255 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     ret = state->global->find_child(state, &childstate, &tag);
state            1266 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 		state->global->msgprefix, tag);
state            1270 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     if (state->global->next_attr(&childstate, &attrname, &attrvalue) < 0
state            1274 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 		state->global->msgprefix);
state            1279 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     ret = state->global->get_content(&childstate, &buffer, length);
state            1283 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 		state->global->msgprefix, length);
state            1293 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 		  state->global->msgprefix, nbobjs);
state            1316 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 		  state->global->msgprefix, nbobjs*nbobjs);
state            1334 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     state->global->close_content(&childstate);
state            1336 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     ret = state->global->close_tag(&childstate);
state            1340 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 		state->global->msgprefix, nbobjs);
state            1344 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     state->global->close_child(&childstate);
state            1350 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	      state->global->msgprefix, nbobjs);
state            1356 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	      state->global->msgprefix, nbobjs*nbobjs);
state            1364 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	      state->global->msgprefix, nbobjs);
state            1371 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 		state->global->msgprefix);
state            1378 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 		state->global->msgprefix);
state            1392 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   return state->global->close_tag(state);
state            1402 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c hwloc__xml_import_diff_one(hwloc__xml_import_state_t state,
state            1417 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     if (state->global->next_attr(state, &attrname, &attrvalue) < 0)
state            1438 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 		state->global->msgprefix, attrname);
state            1456 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 		  state->global->msgprefix);
state            1464 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 		  state->global->msgprefix);
state            1473 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 		  state->global->msgprefix);
state            1511 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   return state->global->close_tag(state);
state            1515 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c hwloc__xml_import_diff(hwloc__xml_import_state_t state,
state            1526 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     ret = state->global->find_child(state, &childstate, &tag);
state            1540 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     state->global->close_child(&childstate);
state            1604 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   struct hwloc__xml_import_state_s state, childstate;
state            1611 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   state.global = data;
state            1621 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   ret = data->look_init(data, &state);
state            1633 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   ret = state.global->find_child(&state, &childstate, &tag);
state            1641 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   state.global->close_child(&childstate);
state            1650 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       ret = state.global->find_child(&state, &childstate, &tag);
state            1664 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       state.global->close_child(&childstate);
state            1669 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   state.global->close_tag(&state);
state            1804 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   struct hwloc__xml_import_state_s state;
state            1811 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   state.global = &fakedata;
state            1830 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     ret = hwloc_nolibxml_callbacks->import_diff(&state, xmlpath, NULL, 0, firstdiffp, refnamep);
state            1832 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     ret = hwloc_libxml_callbacks->import_diff(&state, xmlpath, NULL, 0, firstdiffp, refnamep);
state            1850 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   struct hwloc__xml_import_state_s state;
state            1856 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   state.global = &fakedata;
state            1869 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     ret = hwloc_nolibxml_callbacks->import_diff(&state, NULL, xmlbuffer, buflen, firstdiffp, refnamep);
state            1871 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     ret = hwloc_libxml_callbacks->import_diff(&state, NULL, xmlbuffer, buflen, firstdiffp, refnamep);
state            1917 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c hwloc__xml_export_object_contents (hwloc__xml_export_state_t state, hwloc_topology_t topology, hwloc_obj_t obj, unsigned long flags)
state            1925 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     state->new_prop(state, "type", "Socket");
state            1927 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     state->new_prop(state, "type", "Cache");
state            1929 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     state->new_prop(state, "type", hwloc_obj_type_string(obj->type));
state            1933 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     state->new_prop(state, "os_index", tmp);
state            1939 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       state->new_prop(state, "cpuset", "0x0");
state            1940 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       state->new_prop(state, "online_cpuset", "0x0");
state            1941 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       state->new_prop(state, "complete_cpuset", "0x0");
state            1942 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       state->new_prop(state, "allowed_cpuset", "0x0");
state            1947 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       state->new_prop(state, "cpuset", setstring);
state            1950 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       state->new_prop(state, "complete_cpuset", setstring2);
state            1954 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	state->new_prop(state, "online_cpuset", setstring);
state            1961 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	state->new_prop(state, "allowed_cpuset", setstring);
state            1971 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     state->new_prop(state, "nodeset", setstring);
state            1975 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     state->new_prop(state, "complete_nodeset", setstring);
state            1982 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       state->new_prop(state, "allowed_nodeset", setstring);
state            1990 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     state->new_prop(state, "gp_index", tmp);
state            1995 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     state->new_prop(state, "name", name);
state            2000 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     state->new_prop(state, "subtype", subtype);
state            2008 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       state->new_prop(state, "local_memory", tmp);
state            2012 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       state->new_child(state, &childstate, "page_type");
state            2029 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     state->new_prop(state, "cache_size", tmp);
state            2031 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     state->new_prop(state, "depth", tmp);
state            2033 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     state->new_prop(state, "cache_linesize", tmp);
state            2035 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     state->new_prop(state, "cache_associativity", tmp);
state            2037 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     state->new_prop(state, "cache_type", tmp);
state            2042 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       state->new_prop(state, "depth", tmp);
state            2045 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       state->new_prop(state, "kind", tmp);
state            2047 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       state->new_prop(state, "subkind", tmp);
state            2052 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     state->new_prop(state, "bridge_type", tmp);
state            2054 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     state->new_prop(state, "depth", tmp);
state            2060 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       state->new_prop(state, "bridge_pci", tmp);
state            2071 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     state->new_prop(state, "pci_busid", tmp);
state            2077 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     state->new_prop(state, "pci_type", tmp);
state            2079 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     state->new_prop(state, "pci_link_speed", tmp);
state            2083 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     state->new_prop(state, "osdev_type", tmp);
state            2093 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     state->new_child(state, &childstate, "info");
state            2104 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     state->new_child(state, &childstate, "info");
state            2158 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       state->new_child(state, &childstate, "distances");
state            2182 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     topology->userdata_export_cb((void*) state, topology, obj);
state            2188 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   struct hwloc__xml_export_state_s state;
state            2191 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   parentstate->new_child(parentstate, &state, "object");
state            2193 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   hwloc__xml_export_object_contents(&state, topology, obj, flags);
state            2196 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     hwloc__xml_v2export_object (&state, topology, child, flags);
state            2198 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     hwloc__xml_v2export_object (&state, topology, child, flags);
state            2200 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     hwloc__xml_v2export_object (&state, topology, child, flags);
state            2202 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     hwloc__xml_v2export_object (&state, topology, child, flags);
state            2204 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   state.end_object(&state, "object");
state            2213 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   struct hwloc__xml_export_state_s gstate, mstate, ostate, *state = parentstate;
state            2229 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     state = &gstate;
state            2235 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   state->new_child(state, &mstate, "object");
state            2257 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       hwloc__xml_v1export_object (state, topology, child, flags);
state            2259 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   if (state == &gstate) {
state            2268 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   struct hwloc__xml_export_state_s state;
state            2271 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   parentstate->new_child(parentstate, &state, "object");
state            2273 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   hwloc__xml_export_object_contents(&state, topology, obj, flags);
state            2278 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       hwloc__xml_v1export_object (&state, topology, child, flags);
state            2280 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       hwloc__xml_v1export_object_with_memory(&state, topology, child, flags);
state            2285 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     hwloc__xml_v1export_object (&state, topology, child, flags);
state            2287 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     hwloc__xml_v1export_object (&state, topology, child, flags);
state            2289 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   state.end_object(&state, "object");
state            2292 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c #define EXPORT_ARRAY(state, type, nr, values, tagname, format, maxperline) do { \
state            2300 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     (state)->new_child(state, &_childstate, tagname); \
state            2320 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     struct hwloc__xml_export_state_s state;
state            2322 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     parentstate->new_child(parentstate, &state, "distances2");
state            2324 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     state.new_prop(&state, "type", hwloc_obj_type_string(dist->type));
state            2326 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     state.new_prop(&state, "nbobjs", tmp);
state            2328 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     state.new_prop(&state, "kind", tmp);
state            2330 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     state.new_prop(&state, "indexing",
state            2333 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     EXPORT_ARRAY(&state, unsigned long long, nbobjs, dist->indexes, "indexes", "%llu", 10);
state            2334 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     EXPORT_ARRAY(&state, unsigned long long, nbobjs*nbobjs, dist->values, "u64values", "%llu", 10);
state            2335 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     state.end_object(&state, "distances2");
state            2340 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c hwloc__xml_export_topology(hwloc__xml_export_state_t state, hwloc_topology_t topology, unsigned long flags)
state            2343 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     hwloc__xml_v1export_object (state, topology, hwloc_get_root_obj(topology), flags);
state            2345 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     hwloc__xml_v2export_object (state, topology, hwloc_get_root_obj(topology), flags);
state            2346 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     hwloc__xml_v2export_distances (state, topology);
state            2354 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     struct hwloc__xml_export_state_s state;
state            2357 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     parentstate->new_child(parentstate, &state, "diff");
state            2360 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     state.new_prop(&state, "type", tmp);
state            2365 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       state.new_prop(&state, "obj_depth", tmp);
state            2367 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       state.new_prop(&state, "obj_index", tmp);
state            2370 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       state.new_prop(&state, "obj_attr_type", tmp);
state            2375 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	state.new_prop(&state, "obj_attr_index", tmp);
state            2377 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	state.new_prop(&state, "obj_attr_oldvalue", tmp);
state            2379 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	state.new_prop(&state, "obj_attr_newvalue", tmp);
state            2384 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	  state.new_prop(&state, "obj_attr_name", diff->obj_attr.diff.string.name);
state            2385 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	state.new_prop(&state, "obj_attr_oldvalue", diff->obj_attr.diff.string.oldvalue);
state            2386 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	state.new_prop(&state, "obj_attr_newvalue", diff->obj_attr.diff.string.newvalue);
state            2394 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     state.end_object(&state, "diff");
state            2606 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   struct hwloc__xml_export_state_s state;
state            2608 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   parentstate->new_child(parentstate, &state, "userdata");
state            2610 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     state.new_prop(&state, "name", name);
state            2612 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   state.new_prop(&state, "length", tmp);
state            2614 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     state.new_prop(&state, "encoding", "base64");
state            2616 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     state.add_content(&state, buffer, encoded ? encoded_length : length);
state            2617 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   state.end_object(&state, "userdata");
state            2625 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   hwloc__xml_export_state_t state = reserved;
state            2656 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     hwloc__export_obj_userdata(state, encoded, realname, length, buffer, encoded_length);
state            2659 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c     hwloc__export_obj_userdata(state, 0, name, length, buffer, length);
state            2669 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   hwloc__xml_export_state_t state = reserved;
state            2696 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   hwloc__export_obj_userdata(state, 1, name, length, encoded_buffer, encoded_length);
state             447 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h   int state = 0;
state             450 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h       state = 3;
state             452 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h       state = 2;
state             454 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h       state = 1;
state             459 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h   if (!obj && state == 0) {
state             461 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h     state = 1;
state             463 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h   if (!obj && state == 1) {
state             465 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h     state = 2;
state             467 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h   if (!obj && state == 2) {
state             469 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h     state = 3;
state              38 opal/mca/hwloc/hwloc201/hwloc/include/private/xml.h HWLOC_DECLSPEC int hwloc__xml_import_diff(hwloc__xml_import_state_t state, hwloc_topology_diff_t *firstdiffp);
state              42 opal/mca/hwloc/hwloc201/hwloc/include/private/xml.h   int (*look_init)(struct hwloc_xml_backend_data_s *bdata, struct hwloc__xml_import_state_s *state);
state              45 opal/mca/hwloc/hwloc201/hwloc/include/private/xml.h   int (*next_attr)(struct hwloc__xml_import_state_s * state, char **namep, char **valuep);
state              46 opal/mca/hwloc/hwloc201/hwloc/include/private/xml.h   int (*find_child)(struct hwloc__xml_import_state_s * state, struct hwloc__xml_import_state_s * childstate, char **tagp);
state              47 opal/mca/hwloc/hwloc201/hwloc/include/private/xml.h   int (*close_tag)(struct hwloc__xml_import_state_s * state); /* look for an explicit closing tag </name> */
state              48 opal/mca/hwloc/hwloc201/hwloc/include/private/xml.h   void (*close_child)(struct hwloc__xml_import_state_s * state);
state              49 opal/mca/hwloc/hwloc201/hwloc/include/private/xml.h   int (*get_content)(struct hwloc__xml_import_state_s * state, char **beginp, size_t expected_length); /* return 0 on empty content (and sets beginp to empty string), 1 on actual content, -1 on error or unexpected content length */
state              50 opal/mca/hwloc/hwloc201/hwloc/include/private/xml.h   void (*close_content)(struct hwloc__xml_import_state_s * state);
state              66 opal/mca/hwloc/hwloc201/hwloc/include/private/xml.h   void (*new_child)(struct hwloc__xml_export_state_s *parentstate, struct hwloc__xml_export_state_s *state, const char *name);
state              67 opal/mca/hwloc/hwloc201/hwloc/include/private/xml.h   void (*new_prop)(struct hwloc__xml_export_state_s *state, const char *name, const char *value);
state              68 opal/mca/hwloc/hwloc201/hwloc/include/private/xml.h   void (*add_content)(struct hwloc__xml_export_state_s *state, const char *buffer, size_t length);
state              69 opal/mca/hwloc/hwloc201/hwloc/include/private/xml.h   void (*end_object)(struct hwloc__xml_export_state_s *state, const char *name);
state              94 opal/mca/hwloc/hwloc201/hwloc/include/private/xml.h   int (*import_diff)(struct hwloc__xml_import_state_s *state, const char *xmlpath, const char *xmlbuffer, int xmlbuflen, hwloc_topology_diff_t *diff, char **refnamep);
state              54 opal/mca/mpool/hugepage/mpool_hugepage_module.c static int mca_mpool_hugepage_ft_event (int state);
state             261 opal/mca/mpool/hugepage/mpool_hugepage_module.c static int mca_mpool_hugepage_ft_event (int state) {
state             103 opal/mca/mpool/mpool.h typedef int (*mca_mpool_base_module_ft_event_fn_t)(int state);
state             812 opal/mca/pmix/ext2x/ext2x.c             memcpy(&v->data.state, &kv->data.uint8, sizeof(uint8_t));
state             987 opal/mca/pmix/ext2x/ext2x.c         memcpy(&kv->data.uint8, &v->data.state, sizeof(uint8_t));
state             885 opal/mca/pmix/ext3x/ext3x.c             memcpy(&v->data.state, &kv->data.uint8, sizeof(uint8_t));
state             942 opal/mca/pmix/ext3x/ext3x.c             v->data.pinfo->state = ext3x_convert_opalstate(kv->data.pinfo.state);
state            1148 opal/mca/pmix/ext3x/ext3x.c         memcpy(&kv->data.uint8, &v->data.state, sizeof(uint8_t));
state            1179 opal/mca/pmix/ext3x/ext3x.c         kv->data.pinfo.state = ext3x_convert_state(v->data.pinfo->state);
state            1637 opal/mca/pmix/ext3x/ext3x.c int ext3x_convert_state(pmix_proc_state_t state)
state            1639 opal/mca/pmix/ext3x/ext3x.c     switch(state) {
state            1684 opal/mca/pmix/ext3x/ext3x.c pmix_proc_state_t ext3x_convert_opalstate(int state)
state            1686 opal/mca/pmix/ext3x/ext3x.c     switch(state) {
state             344 opal/mca/pmix/ext3x/ext3x.h OPAL_MODULE_DECLSPEC int ext3x_convert_state(pmix_proc_state_t state);
state             346 opal/mca/pmix/ext3x/ext3x.h OPAL_MODULE_DECLSPEC pmix_proc_state_t ext3x_convert_opalstate(int state);
state              41 opal/mca/pmix/pmix4x/pmix/src/common/pmix_strings.c PMIX_EXPORT const char* PMIx_Proc_state_string(pmix_proc_state_t state)
state              43 opal/mca/pmix/pmix4x/pmix/src/common/pmix_strings.c     switch(state) {
state             364 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_copy.c     memcpy(&p->state, &src->state, sizeof(pmix_proc_state_t));
state             751 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_copy.c                 pi[n].state = si[n].state;
state             169 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_fns.c             memcpy(&(v->data.state), data, sizeof(pmix_proc_state_t));
state             350 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_fns.c             memcpy(*data, &(kv->data.state), sizeof(pmix_proc_state_t));
state             690 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_fns.c         memcpy(&p->data.state, &src->data.state, sizeof(pmix_proc_state_t));
state             833 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_pack.c         PMIX_BFROPS_PACK_TYPE(ret, buffer, &pinfo[i].state, 1, PMIX_PROC_STATE, regtypes);
state            1008 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_print.c                           prefx, (int)src->data.state);
state            1458 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_print.c                      p2, (unsigned long)src->pid, src->exit_code, PMIx_Proc_state_string(src->state))) {
state            1095 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_unpack.c         PMIX_BFROPS_UNPACK_TYPE(ret, buffer, &ptr[i].state, &m, PMIX_PROC_STATE, regtypes);
state             565 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/bfrop_pmix20.c             memcpy(&(v->data.state), data, sizeof(pmix_proc_state_t));
state             732 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/bfrop_pmix20.c             memcpy(*data, &(kv->data.state), sizeof(pmix_proc_state_t));
state             461 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/copy.c             memcpy(&p->data.state, &src->data.state, sizeof(pmix_proc_state_t));
state             473 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/copy.c             memcpy(&p->data.pinfo->state, &src->data.pinfo->state, sizeof(pmix_proc_state_t));
state             813 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/copy.c                         pi[n].state = si[n].state;
state            1019 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/copy.c     (*dest)->state = src->state;
state            1429 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/copy.c                 pi[n].state = si[n].state;
state             618 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/pack.c             if (PMIX_SUCCESS != (ret = pmix20_bfrop_pack_buffer(regtypes, buffer, &p->data.state, 1, PMIX_PROC_STATE))) {
state             988 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/pack.c         if (PMIX_SUCCESS != (ret = pmix20_bfrop_pack_pstate(regtypes, buffer, &pinfo[i].state, 1, PMIX_PROC_STATE))) {
state             895 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/print.c                       prefx, PMIx_Proc_state_string(src->data.state));
state            1277 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/print.c                      p2, (unsigned long)src->pid, src->exit_code, PMIx_Proc_state_string(src->state))) {
state             718 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/unpack.c             if (PMIX_SUCCESS != (ret = pmix20_bfrop_unpack_buffer(regtypes, buffer, &val->data.state, &m, PMIX_PROC_STATE))) {
state            1248 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/unpack.c          if (PMIX_SUCCESS != (ret = pmix20_bfrop_unpack_pstate(regtypes, buffer, &ptr[i].state, &m, PMIX_PROC_STATE))) {
state             102 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c static char *pretty_node_state(pmix_node_state_t state);
state             432 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c         if( (int)strlen(pretty_node_state(node->state)) > len_state )
state             433 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c             len_state = (int)strlen(pretty_node_state(node->state));
state             461 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c         printf("%*s | ", len_state,   pretty_node_state(node->state));
state             501 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c         len_state  = (int) (strlen(pmix_job_state_to_str(job->state)) < strlen("State") ?
state             503 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c                             strlen(pmix_job_state_to_str(job->state)));
state             535 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c         printf("%*s | ",  len_state ,  pmix_job_state_to_str(job->state));
state             626 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c         if( (int)strlen(pmix_proc_state_to_str(vpid->state)) > len_state)
state             627 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c             len_state = strlen(pmix_proc_state_to_str(vpid->state));
state             686 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c         printf("%*s | ",  len_state      , pmix_proc_state_to_str(vpid->state));
state             788 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c static char *pretty_node_state(pmix_node_state_t state) {
state             789 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c     switch(state) {
state             824 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c                    nodes[i]->name, pretty_node_state(nodes[i]->state),
state             834 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c                pmix_job_state_to_str(jobs[i]->state),
state             854 opal/mca/pmix/pmix4x/pmix/src/tools/pps/pps.c                    pmix_proc_state_to_str(proc->state));
state              51 opal/mca/pmix/pmix4x/pmix/test/cli_stages.c         cli_info[n].state = CLI_UNINIT;
state              63 opal/mca/pmix/pmix4x/pmix/test/cli_stages.c     if( CLI_CONNECTED != cli->next_state[cli->state] ){
state              65 opal/mca/pmix/pmix4x/pmix/test/cli_stages.c                      cli_rank(cli), CLI_CONNECTED, cli->next_state[cli->state]));
state              76 opal/mca/pmix/pmix4x/pmix/test/cli_stages.c     cli->state = CLI_CONNECTED;
state              81 opal/mca/pmix/pmix4x/pmix/test/cli_stages.c     if( CLI_FIN != cli->next_state[cli->state] ){
state              83 opal/mca/pmix/pmix4x/pmix/test/cli_stages.c                      cli_rank(cli), CLI_FIN, cli->next_state[cli->state]));
state              87 opal/mca/pmix/pmix4x/pmix/test/cli_stages.c     cli->state = CLI_FIN;
state              92 opal/mca/pmix/pmix4x/pmix/test/cli_stages.c     if( CLI_DISCONN != cli->next_state[cli->state] ){
state              94 opal/mca/pmix/pmix4x/pmix/test/cli_stages.c                      cli_rank(cli), CLI_DISCONN, cli->next_state[cli->state]));
state             120 opal/mca/pmix/pmix4x/pmix/test/cli_stages.c     cli->state = CLI_DISCONN;
state             125 opal/mca/pmix/pmix4x/pmix/test/cli_stages.c     if( CLI_TERM != cli->next_state[cli->state] ){
state             127 opal/mca/pmix/pmix4x/pmix/test/cli_stages.c                      cli_rank(cli), CLI_TERM, cli->next_state[cli->state]));
state             132 opal/mca/pmix/pmix4x/pmix/test/cli_stages.c     cli->state = CLI_TERM;
state             140 opal/mca/pmix/pmix4x/pmix/test/cli_stages.c     if (CLI_TERM < cli->state) {
state             141 opal/mca/pmix/pmix4x/pmix/test/cli_stages.c         TEST_ERROR(("Bad rank %d state %d", cli_rank(cli), cli->state));
state             145 opal/mca/pmix/pmix4x/pmix/test/cli_stages.c     switch( cli->next_state[cli->state] ){
state             151 opal/mca/pmix/pmix4x/pmix/test/cli_stages.c             TEST_ERROR(("rank %d with state %d unexpectedly terminated.", cli_rank(cli), cli->state));
state             153 opal/mca/pmix/pmix4x/pmix/test/cli_stages.c         cli->state = CLI_TERM;
state             159 opal/mca/pmix/pmix4x/pmix/test/cli_stages.c             TEST_ERROR(("rank %d with state %d unexpectedly terminated.", cli_rank(cli), cli->state));
state             173 opal/mca/pmix/pmix4x/pmix/test/cli_stages.c         TEST_ERROR(("Bad rank %d next state %d", cli_rank(cli), cli->next_state[cli->state]));
state             187 opal/mca/pmix/pmix4x/pmix/test/cli_stages.c         ret = ret && (CLI_TERM <= cli_info[i].state);
state             248 opal/mca/pmix/pmix4x/pmix/test/cli_stages.c         if( CLI_UNINIT == cli_info[i].state ){
state             252 opal/mca/pmix/pmix4x/pmix/test/cli_stages.c         } else if( CLI_TERM <= cli_info[i].state ){
state              46 opal/mca/pmix/pmix4x/pmix/test/cli_stages.h     cli_state_t state;
state              90 opal/mca/pmix/pmix4x/pmix/test/server_callbacks.c     if( CLI_TERM <= cli->state ){
state             977 opal/mca/pmix/pmix4x/pmix/test/test_server.c         cli_info[cli_counter].state = CLI_FORKED;
state             884 opal/mca/pmix/pmix4x/pmix4x.c             memcpy(&v->data.state, &kv->data.uint8, sizeof(uint8_t));
state             941 opal/mca/pmix/pmix4x/pmix4x.c             v->data.pinfo->state = pmix4x_convert_opalstate(kv->data.pinfo.state);
state            1141 opal/mca/pmix/pmix4x/pmix4x.c         memcpy(&kv->data.uint8, &v->data.state, sizeof(uint8_t));
state            1172 opal/mca/pmix/pmix4x/pmix4x.c         kv->data.pinfo.state = pmix4x_convert_state(v->data.pinfo->state);
state            1624 opal/mca/pmix/pmix4x/pmix4x.c int pmix4x_convert_state(pmix_proc_state_t state)
state            1626 opal/mca/pmix/pmix4x/pmix4x.c     switch(state) {
state            1671 opal/mca/pmix/pmix4x/pmix4x.c pmix_proc_state_t pmix4x_convert_opalstate(int state)
state            1673 opal/mca/pmix/pmix4x/pmix4x.c     switch(state) {
state             344 opal/mca/pmix/pmix4x/pmix4x.h OPAL_MODULE_DECLSPEC int pmix4x_convert_state(pmix_proc_state_t state);
state             346 opal/mca/pmix/pmix4x/pmix4x.h OPAL_MODULE_DECLSPEC pmix_proc_state_t pmix4x_convert_opalstate(int state);
state             217 opal/mca/pstat/linux/pstat_linux_module.c         stats->state[0] = *ptr;
state              92 opal/mca/pstat/test/pstat_test.c         stats->state[0] = 'R';
state             660 opal/runtime/opal_cr.c                           int *state)
state             668 opal/runtime/opal_cr.c                                                       (opal_crs_state_type_t *)state))) {
state             674 opal/runtime/opal_cr.c     if(*state == OPAL_CRS_CONTINUE) {
state             678 opal/runtime/opal_cr.c             *state = OPAL_CRS_TERM;
state             691 opal/runtime/opal_cr.c     if(*state == OPAL_CRS_RESTART) {
state             699 opal/runtime/opal_cr.c int opal_cr_inc_core_recover(int state)
state             709 opal/runtime/opal_cr.c         if(state == OPAL_CRS_CONTINUE) {
state             716 opal/runtime/opal_cr.c         else if(state == OPAL_CRS_RESTART) {
state             725 opal/runtime/opal_cr.c     if( OPAL_CRS_CONTINUE == state ) {
state             728 opal/runtime/opal_cr.c     else if( OPAL_CRS_RESTART == state ) {
state             743 opal/runtime/opal_cr.c     if(OPAL_SUCCESS != (ret = cur_coord_callback(state)) ) {
state             747 opal/runtime/opal_cr.c                         state, ret);
state             767 opal/runtime/opal_cr.c                      int *state)
state             781 opal/runtime/opal_cr.c     if(OPAL_SUCCESS != (ret = opal_cr_inc_core_ckpt(pid, snapshot, options, state) ) ) {
state             789 opal/runtime/opal_cr.c     if(OPAL_SUCCESS != (ret = opal_cr_inc_core_recover(*state) ) ) {
state             802 opal/runtime/opal_cr.c int opal_cr_coord(int state)
state             804 opal/runtime/opal_cr.c     if(OPAL_CRS_CHECKPOINT == state) {
state             807 opal/runtime/opal_cr.c     else if (OPAL_CRS_CONTINUE == state ) {
state             810 opal/runtime/opal_cr.c     else if (OPAL_CRS_RESTART == state ) {
state             830 opal/runtime/opal_cr.c     else if (OPAL_CRS_TERM == state ) {
state             889 opal/runtime/opal_cr.c                               opal_cr_user_inc_callback_state_t state)
state             899 opal/runtime/opal_cr.c     return ((cur_user_coord_callback[event])(event, state));
state             292 opal/runtime/opal_cr.h                                        int *state);
state             298 opal/runtime/opal_cr.h                                             int *state);
state             299 opal/runtime/opal_cr.h     OPAL_DECLSPEC int opal_cr_inc_core_recover(int state);
state             326 opal/runtime/opal_cr.h                                                   opal_cr_user_inc_callback_state_t state);
state             334 opal/runtime/opal_cr.h                                                 opal_cr_user_inc_callback_state_t state);
state             356 opal/runtime/opal_cr.h     OPAL_DECLSPEC int opal_cr_coord(int state);
state              82 opal/tools/opal-checkpoint/opal-checkpoint.c                                          opal_crs_state_type_t *state);
state              76 orte/mca/errmgr/base/base.h ORTE_DECLSPEC void orte_errmgr_base_migrate_state_notify(int state);
state              77 orte/mca/errmgr/base/base.h ORTE_DECLSPEC int orte_errmgr_base_migrate_state_str(char ** state_str, int state);
state              92 orte/mca/errmgr/base/base.h ORTE_DECLSPEC void orte_errmgr_base_proc_state_notify(orte_proc_state_t state, orte_process_name_t *proc);
state              84 orte/mca/errmgr/default_app/errmgr_default_app.c     orte_proc_state_t state;
state              95 orte/mca/errmgr/default_app/errmgr_default_app.c             state = ORTE_PROC_STATE_ABORTED;
state              98 orte/mca/errmgr/default_app/errmgr_default_app.c             state = ORTE_PROC_STATE_CALLED_ABORT;
state             101 orte/mca/errmgr/default_app/errmgr_default_app.c             state = ORTE_PROC_STATE_TERMINATED;
state             105 orte/mca/errmgr/default_app/errmgr_default_app.c     ORTE_ACTIVATE_PROC_STATE((orte_process_name_t*)source, state);
state             224 orte/mca/errmgr/default_hnp/errmgr_default_hnp.c     jdata->state = jobstate;
state             357 orte/mca/errmgr/default_hnp/errmgr_default_hnp.c     orte_proc_state_t state = caddy->proc_state;
state             367 orte/mca/errmgr/default_hnp/errmgr_default_hnp.c                          orte_proc_state_to_str(state)));
state             387 orte/mca/errmgr/default_hnp/errmgr_default_hnp.c     if (ORTE_PROC_STATE_COMM_FAILED == state) {
state             417 orte/mca/errmgr/default_hnp/errmgr_default_hnp.c                         ORTE_FLAG_TEST(pptr, ORTE_PROC_FLAG_ALIVE) && proct->state < ORTE_PROC_STATE_UNTERMINATED) {
state             445 orte/mca/errmgr/default_hnp/errmgr_default_hnp.c             jdata->state = ORTE_JOB_STATE_COMM_FAILED;
state             476 orte/mca/errmgr/default_hnp/errmgr_default_hnp.c     if (pptr->state < ORTE_PROC_STATE_TERMINATED) {
state             477 orte/mca/errmgr/default_hnp/errmgr_default_hnp.c         pptr->state = state;
state             521 orte/mca/errmgr/default_hnp/errmgr_default_hnp.c     switch (state) {
state             543 orte/mca/errmgr/default_hnp/errmgr_default_hnp.c             jdata->state = ORTE_JOB_STATE_ABORTED;
state             572 orte/mca/errmgr/default_hnp/errmgr_default_hnp.c                 jdata->state = ORTE_JOB_STATE_ABORTED_BY_SIG;
state             598 orte/mca/errmgr/default_hnp/errmgr_default_hnp.c             jdata->state = ORTE_JOB_STATE_ABORTED_WO_SYNC;
state             623 orte/mca/errmgr/default_hnp/errmgr_default_hnp.c                              orte_proc_state_to_str(state)));
state             626 orte/mca/errmgr/default_hnp/errmgr_default_hnp.c                 jdata->state = ORTE_JOB_STATE_FAILED_TO_START;
state             628 orte/mca/errmgr/default_hnp/errmgr_default_hnp.c                 jdata->state = ORTE_JOB_STATE_FAILED_TO_LAUNCH;
state             653 orte/mca/errmgr/default_hnp/errmgr_default_hnp.c             jdata->state = ORTE_JOB_STATE_CALLED_ABORT;
state             681 orte/mca/errmgr/default_hnp/errmgr_default_hnp.c                 jdata->state = ORTE_JOB_STATE_NON_ZERO_TERM;
state             706 orte/mca/errmgr/default_hnp/errmgr_default_hnp.c             jdata->state = ORTE_JOB_STATE_HEARTBEAT_FAILED;
state             788 orte/mca/errmgr/default_hnp/errmgr_default_hnp.c                              orte_proc_state_to_str(state)));
state             138 orte/mca/errmgr/default_orted/errmgr_default_orted.c     orte_proc_state_t state = ORTE_PROC_STATE_CALLED_ABORT;
state             188 orte/mca/errmgr/default_orted/errmgr_default_orted.c     if (ORTE_SUCCESS != (rc = opal_dss.pack(alert, &state, 1, ORTE_PROC_STATE))) {
state             263 orte/mca/errmgr/default_orted/errmgr_default_orted.c     jdata->state = jobstate;
state             321 orte/mca/errmgr/default_orted/errmgr_default_orted.c     orte_proc_state_t state = caddy->proc_state;
state             335 orte/mca/errmgr/default_orted/errmgr_default_orted.c                          orte_proc_state_to_str(state)));
state             348 orte/mca/errmgr/default_orted/errmgr_default_orted.c     if (ORTE_PROC_STATE_HEARTBEAT_FAILED == state) {
state             358 orte/mca/errmgr/default_orted/errmgr_default_orted.c     if (ORTE_PROC_STATE_LIFELINE_LOST == state ||
state             359 orte/mca/errmgr/default_orted/errmgr_default_orted.c         ORTE_PROC_STATE_UNABLE_TO_SEND_MSG == state ||
state             360 orte/mca/errmgr/default_orted/errmgr_default_orted.c         ORTE_PROC_STATE_NO_PATH_TO_TARGET == state ||
state             361 orte/mca/errmgr/default_orted/errmgr_default_orted.c         ORTE_PROC_STATE_PEER_UNKNOWN == state ||
state             362 orte/mca/errmgr/default_orted/errmgr_default_orted.c         ORTE_PROC_STATE_FAILED_TO_CONNECT == state) {
state             386 orte/mca/errmgr/default_orted/errmgr_default_orted.c     if (ORTE_PROC_STATE_COMM_FAILED == state) {
state             475 orte/mca/errmgr/default_orted/errmgr_default_orted.c                          orte_proc_state_to_str(state),
state             478 orte/mca/errmgr/default_orted/errmgr_default_orted.c     if (ORTE_PROC_STATE_TERM_NON_ZERO == state) {
state             480 orte/mca/errmgr/default_orted/errmgr_default_orted.c         child->state = state;
state             528 orte/mca/errmgr/default_orted/errmgr_default_orted.c     if (ORTE_PROC_STATE_FAILED_TO_START == state ||
state             529 orte/mca/errmgr/default_orted/errmgr_default_orted.c         ORTE_PROC_STATE_FAILED_TO_LAUNCH == state) {
state             531 orte/mca/errmgr/default_orted/errmgr_default_orted.c         child->state = state;
state             542 orte/mca/errmgr/default_orted/errmgr_default_orted.c             if (ORTE_PROC_STATE_FAILED_TO_START == state) {
state             551 orte/mca/errmgr/default_orted/errmgr_default_orted.c     if (ORTE_PROC_STATE_TERMINATED < state) {
state             605 orte/mca/errmgr/default_orted/errmgr_default_orted.c             child->state = state;
state             723 orte/mca/errmgr/default_orted/errmgr_default_orted.c     if (ORTE_SUCCESS != (rc = opal_dss.pack(alert, &child->state, 1, ORTE_PROC_STATE))) {
state             774 orte/mca/errmgr/default_orted/errmgr_default_orted.c     jobdat->state = ORTE_JOB_STATE_FAILED_TO_START;
state             782 orte/mca/errmgr/default_orted/errmgr_default_orted.c             if (ORTE_PROC_STATE_FAILED_TO_START == child->state) {
state             343 orte/mca/ess/base/ess_base_std_orted.c     proc->state = ORTE_PROC_STATE_RUNNING;
state             347 orte/mca/ess/base/ess_base_std_orted.c     jdata->state = ORTE_JOB_STATE_RUNNING;
state              77 orte/mca/ess/ess.h typedef int  (*orte_ess_base_module_ft_event_fn_t)(int state);
state             429 orte/mca/ess/hnp/ess_hnp_module.c     jdata->state = ORTE_JOB_STATE_DAEMONS_REPORTED;
state             466 orte/mca/ess/hnp/ess_hnp_module.c     proc->state = ORTE_PROC_STATE_RUNNING;
state             479 orte/mca/ess/hnp/ess_hnp_module.c     node->state = ORTE_NODE_STATE_UP;
state             495 orte/mca/ess/hnp/ess_hnp_module.c     jdata->state = ORTE_JOB_STATE_RUNNING;
state             688 orte/mca/filem/raw/filem_raw_module.c             (ORTE_PROC_STATE_INIT != proc->state &&
state             689 orte/mca/filem/raw/filem_raw_module.c              ORTE_PROC_STATE_RESTART != proc->state)) {
state             552 orte/mca/grpcomm/direct/grpcomm_direct.c             if ((ORTE_PROC_STATE_RUNNING < rec->state &&
state             553 orte/mca/grpcomm/direct/grpcomm_direct.c                 ORTE_PROC_STATE_CALLED_ABORT != rec->state) ||
state             558 orte/mca/grpcomm/direct/grpcomm_direct.c                                 ORTE_FLAG_TEST(rec, ORTE_PROC_FLAG_ALIVE) ? orte_proc_state_to_str(rec->state) : "NOT ALIVE");
state              81 orte/mca/iof/hnp/iof_hnp.c static int hnp_ft_event(int state);
state             518 orte/mca/iof/hnp/iof_hnp.c int hnp_ft_event(int state) {
state             206 orte/mca/iof/iof.h typedef int (*orte_iof_base_ft_event_fn_t)(int state);
state              84 orte/mca/iof/orted/iof_orted.c static int orted_ft_event(int state);
state             379 orte/mca/iof/orted/iof_orted.c static int orted_ft_event(int state)
state              61 orte/mca/iof/tool/iof_tool.c static int tool_ft_event(int state);
state             299 orte/mca/iof/tool/iof_tool.c static int tool_ft_event(int state)
state             490 orte/mca/odls/alps/odls_alps_module.c                 cd->child->state = ORTE_PROC_STATE_UNDEF;
state             513 orte/mca/odls/alps/odls_alps_module.c                     cd->child->state = ORTE_PROC_STATE_UNDEF;
state             527 orte/mca/odls/alps/odls_alps_module.c                     cd->child->state = ORTE_PROC_STATE_UNDEF;
state             541 orte/mca/odls/alps/odls_alps_module.c                     cd->child->state = ORTE_PROC_STATE_UNDEF;
state             563 orte/mca/odls/alps/odls_alps_module.c                 cd->child->state = ORTE_PROC_STATE_FAILED_TO_START;
state             575 orte/mca/odls/alps/odls_alps_module.c         cd->child->state = ORTE_PROC_STATE_RUNNING;
state             604 orte/mca/odls/alps/odls_alps_module.c             cd->child->state = ORTE_PROC_STATE_FAILED_TO_START;
state             619 orte/mca/odls/alps/odls_alps_module.c             cd->child->state = ORTE_PROC_STATE_FAILED_TO_START;
state             686 orte/mca/odls/base/odls_base_default_fns.c         if (ORTE_PROC_STATE_UNDEF == pptr->state) {
state             920 orte/mca/odls/base/odls_base_default_fns.c     orte_proc_state_t state;
state             936 orte/mca/odls/base/odls_base_default_fns.c         state = ORTE_PROC_STATE_FAILED_TO_LAUNCH;
state             959 orte/mca/odls/base/odls_base_default_fns.c         state = ORTE_PROC_STATE_FAILED_TO_LAUNCH;
state             995 orte/mca/odls/base/odls_base_default_fns.c                 state = ORTE_PROC_STATE_FAILED_TO_LAUNCH;
state            1015 orte/mca/odls/base/odls_base_default_fns.c             state = ORTE_PROC_STATE_FAILED_TO_LAUNCH;
state            1043 orte/mca/odls/base/odls_base_default_fns.c         state = ORTE_PROC_STATE_FAILED_TO_START;
state            1054 orte/mca/odls/base/odls_base_default_fns.c     ORTE_ACTIVATE_PROC_STATE(&child->name, state);
state            1371 orte/mca/odls/base/odls_base_default_fns.c             if (ORTE_PROC_STATE_INIT != child->state &&
state            1372 orte/mca/odls/base/odls_base_default_fns.c                 ORTE_PROC_STATE_RESTART != child->state) {
state            1541 orte/mca/odls/base/odls_base_default_fns.c     orte_proc_state_t state=ORTE_PROC_STATE_WAITPID_FIRED;
state            1562 orte/mca/odls/base/odls_base_default_fns.c                 state = ORTE_PROC_STATE_TERM_NON_ZERO;
state            1566 orte/mca/odls/base/odls_base_default_fns.c                 state = ORTE_PROC_STATE_ABORTED_BY_SIG;
state            1583 orte/mca/odls/base/odls_base_default_fns.c         state = ORTE_PROC_STATE_CALLED_ABORT;
state            1606 orte/mca/odls/base/odls_base_default_fns.c     if (ORTE_PROC_STATE_KILLED_BY_CMD == proc->state) {
state            1629 orte/mca/odls/base/odls_base_default_fns.c         state = ORTE_PROC_STATE_WAITPID_FIRED;
state            1642 orte/mca/odls/base/odls_base_default_fns.c                     state = ORTE_PROC_STATE_TERM_NON_ZERO;
state            1651 orte/mca/odls/base/odls_base_default_fns.c                     state = ORTE_PROC_STATE_WAITPID_FIRED;
state            1657 orte/mca/odls/base/odls_base_default_fns.c                 state = ORTE_PROC_STATE_TERM_WO_SYNC;
state            1680 orte/mca/odls/base/odls_base_default_fns.c                         state = ORTE_PROC_STATE_TERM_NON_ZERO;
state            1688 orte/mca/odls/base/odls_base_default_fns.c                         state = ORTE_PROC_STATE_TERM_WO_SYNC;
state            1704 orte/mca/odls/base/odls_base_default_fns.c                 state = ORTE_PROC_STATE_TERM_NON_ZERO;
state            1706 orte/mca/odls/base/odls_base_default_fns.c                 state = ORTE_PROC_STATE_WAITPID_FIRED;
state            1719 orte/mca/odls/base/odls_base_default_fns.c         state = ORTE_PROC_STATE_ABORTED_BY_SIG;
state            1741 orte/mca/odls/base/odls_base_default_fns.c     ORTE_ACTIVATE_PROC_STATE(&proc->name, state);
state            1855 orte/mca/odls/base/odls_base_default_fns.c                 if (ORTE_PROC_STATE_UNDEF == child->state ||
state            1856 orte/mca/odls/base/odls_base_default_fns.c                     ORTE_PROC_STATE_INIT == child->state ||
state            1857 orte/mca/odls/base/odls_base_default_fns.c                     ORTE_PROC_STATE_RUNNING == child->state) {
state            1861 orte/mca/odls/base/odls_base_default_fns.c                     child->state = ORTE_PROC_STATE_TERMINATED;
state            1908 orte/mca/odls/base/odls_base_default_fns.c                 ORTE_ACTIVATE_PROC_STATE(&child->name, child->state);
state            1947 orte/mca/odls/base/odls_base_default_fns.c             cd->child->state = ORTE_PROC_STATE_KILLED_BY_CMD;  /* we ordered it to die */
state            1956 orte/mca/odls/base/odls_base_default_fns.c                 ORTE_ACTIVATE_PROC_STATE(&cd->child->name, cd->child->state);
state            2058 orte/mca/odls/base/odls_base_default_fns.c     child->state = ORTE_PROC_STATE_FAILED_TO_START;
state             497 orte/mca/odls/default/odls_default_module.c                 cd->child->state = ORTE_PROC_STATE_UNDEF;
state             520 orte/mca/odls/default/odls_default_module.c                     cd->child->state = ORTE_PROC_STATE_UNDEF;
state             534 orte/mca/odls/default/odls_default_module.c                     cd->child->state = ORTE_PROC_STATE_UNDEF;
state             548 orte/mca/odls/default/odls_default_module.c                     cd->child->state = ORTE_PROC_STATE_UNDEF;
state             570 orte/mca/odls/default/odls_default_module.c                 cd->child->state = ORTE_PROC_STATE_FAILED_TO_START;
state             582 orte/mca/odls/default/odls_default_module.c         cd->child->state = ORTE_PROC_STATE_RUNNING;
state             612 orte/mca/odls/default/odls_default_module.c             child->state = ORTE_PROC_STATE_FAILED_TO_START;
state             627 orte/mca/odls/default/odls_default_module.c             child->state = ORTE_PROC_STATE_FAILED_TO_START;
state             278 orte/mca/odls/pspawn/odls_pspawn.c         child->state = ORTE_PROC_STATE_FAILED_TO_START;
state             291 orte/mca/odls/pspawn/odls_pspawn.c         child->state = ORTE_PROC_STATE_FAILED_TO_START;
state             298 orte/mca/odls/pspawn/odls_pspawn.c         child->state = ORTE_PROC_STATE_FAILED_TO_START;
state             367 orte/mca/odls/pspawn/odls_pspawn.c         child->state = ORTE_PROC_STATE_FAILED_TO_START;
state             372 orte/mca/odls/pspawn/odls_pspawn.c     cd->child->state = ORTE_PROC_STATE_RUNNING;
state              85 orte/mca/oob/alps/oob_alps_component.c static int component_ft_event(int state);
state             231 orte/mca/oob/alps/oob_alps_component.c static int component_ft_event(int state)
state             393 orte/mca/oob/base/oob_base_stubs.c     orte_state_caddy_t *state = (orte_state_caddy_t*)cbdata;
state             398 orte/mca/oob/base/oob_base_stubs.c                         orte_job_state_to_str(state->job_state),
state             399 orte/mca/oob/base/oob_base_stubs.c                         state->job_state);
state             411 orte/mca/oob/base/oob_base_stubs.c         if (ORTE_SUCCESS != (rc = component->ft_event(state->job_state))) {
state             415 orte/mca/oob/base/oob_base_stubs.c     OBJ_RELEASE(state);
state              62 orte/mca/oob/oob.h typedef int (*mca_oob_base_component_ft_event_fn_t)(int state);
state              79 orte/mca/oob/tcp/oob_tcp.c static void ft_event(int state);
state             151 orte/mca/oob/tcp/oob_tcp.c     if (MCA_OOB_TCP_CONNECTED == peer->state) {
state             161 orte/mca/oob/tcp/oob_tcp.c     if (MCA_OOB_TCP_CONNECTING == peer->state ||
state             162 orte/mca/oob/tcp/oob_tcp.c         MCA_OOB_TCP_CONNECT_ACK == peer->state) {
state             172 orte/mca/oob/tcp/oob_tcp.c     peer->state = MCA_OOB_TCP_CONNECTING;
state             213 orte/mca/oob/tcp/oob_tcp.c     if (MCA_OOB_TCP_CONNECTED == peer->state) {
state             227 orte/mca/oob/tcp/oob_tcp.c     if (MCA_OOB_TCP_CONNECTING != peer->state &&
state             228 orte/mca/oob/tcp/oob_tcp.c         MCA_OOB_TCP_CONNECT_ACK != peer->state) {
state             238 orte/mca/oob/tcp/oob_tcp.c         peer->state = MCA_OOB_TCP_CONNECTING;
state             295 orte/mca/oob/tcp/oob_tcp.c                             peer->state);
state             307 orte/mca/oob/tcp/oob_tcp.c static void ft_event(int state)
state             313 orte/mca/oob/tcp/oob_tcp.c static void ft_event(int state) {
state             318 orte/mca/oob/tcp/oob_tcp.c     if(OPAL_CRS_CHECKPOINT == state) {
state             326 orte/mca/oob/tcp/oob_tcp.c     else if(OPAL_CRS_CONTINUE == state) {
state             333 orte/mca/oob/tcp/oob_tcp.c     else if(OPAL_CRS_RESTART == state) {
state             364 orte/mca/oob/tcp/oob_tcp.c     else if(OPAL_CRS_TERM == state ) {
state              62 orte/mca/oob/tcp/oob_tcp.h typedef void (*mca_oob_tcp_module_ft_event_fn_t)(int state);
state             203 orte/mca/oob/tcp/oob_tcp_common.c char* mca_oob_tcp_state_print(mca_oob_tcp_state_t state)
state             205 orte/mca/oob/tcp/oob_tcp_common.c     switch (state) {
state              32 orte/mca/oob/tcp/oob_tcp_common.h ORTE_MODULE_DECLSPEC char* mca_oob_tcp_state_print(mca_oob_tcp_state_t state);
state             108 orte/mca/oob/tcp/oob_tcp_component.c static int component_ft_event(int state);
state             997 orte/mca/oob/tcp/oob_tcp_component.c static int component_ft_event(int state)
state            1004 orte/mca/oob/tcp/oob_tcp_component.c         mca_oob_tcp_module.api.ft_event(state);
state            1335 orte/mca/oob/tcp/oob_tcp_component.c     peer->state = MCA_OOB_TCP_UNCONNECTED;
state            1376 orte/mca/oob/tcp/oob_tcp_component.c     ptr->state = MCA_OOB_TCP_UNCONNECTED;
state             195 orte/mca/oob/tcp/oob_tcp_connection.c         if (MCA_OOB_TCP_FAILED == addr->state) {
state             273 orte/mca/oob/tcp/oob_tcp_connection.c                     addr->state = MCA_OOB_TCP_FAILED;
state             298 orte/mca/oob/tcp/oob_tcp_connection.c                     addr->state = MCA_OOB_TCP_UNCONNECTED;
state             310 orte/mca/oob/tcp/oob_tcp_connection.c         peer->state = MCA_OOB_TCP_FAILED;
state             362 orte/mca/oob/tcp/oob_tcp_connection.c         peer->state = MCA_OOB_TCP_CONNECT_ACK;
state             370 orte/mca/oob/tcp/oob_tcp_connection.c             peer->state = MCA_OOB_TCP_CONNECTING;
state             373 orte/mca/oob/tcp/oob_tcp_connection.c             peer->state = MCA_OOB_TCP_UNCONNECTED;
state             442 orte/mca/oob/tcp/oob_tcp_connection.c         peer->state = MCA_OOB_TCP_FAILED;
state             561 orte/mca/oob/tcp/oob_tcp_connection.c         peer->state = MCA_OOB_TCP_FAILED;
state             600 orte/mca/oob/tcp/oob_tcp_connection.c         peer->state = MCA_OOB_TCP_CONNECT_ACK;
state             616 orte/mca/oob/tcp/oob_tcp_connection.c         peer->state = MCA_OOB_TCP_FAILED;
state             689 orte/mca/oob/tcp/oob_tcp_connection.c             peer->state = MCA_OOB_TCP_UNCONNECTED;
state             692 orte/mca/oob/tcp/oob_tcp_connection.c             peer->state = MCA_OOB_TCP_CONNECTING;
state             708 orte/mca/oob/tcp/oob_tcp_connection.c             peer->state = MCA_OOB_TCP_UNCONNECTED;
state             744 orte/mca/oob/tcp/oob_tcp_connection.c             if (peer->state != MCA_OOB_TCP_CONNECT_ACK) {
state             747 orte/mca/oob/tcp/oob_tcp_connection.c                             ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), peer->state,
state             789 orte/mca/oob/tcp/oob_tcp_connection.c             peer->state = MCA_OOB_TCP_FAILED;
state             807 orte/mca/oob/tcp/oob_tcp_connection.c             peer->state = MCA_OOB_TCP_ACCEPTING;
state             823 orte/mca/oob/tcp/oob_tcp_connection.c             peer->state = MCA_OOB_TCP_FAILED;
state             836 orte/mca/oob/tcp/oob_tcp_connection.c         peer->state = MCA_OOB_TCP_FAILED;
state             856 orte/mca/oob/tcp/oob_tcp_connection.c         if (MCA_OOB_TCP_CONNECT_ACK == peer->state) {
state             878 orte/mca/oob/tcp/oob_tcp_connection.c             peer->state = MCA_OOB_TCP_UNCONNECTED;
state             896 orte/mca/oob/tcp/oob_tcp_connection.c         ( MCA_OOB_TCP_CONNECTED == peer->state ||
state             897 orte/mca/oob/tcp/oob_tcp_connection.c           MCA_OOB_TCP_CONNECTING == peer->state ||
state             898 orte/mca/oob/tcp/oob_tcp_connection.c          MCA_OOB_TCP_CONNECT_ACK == peer->state ) ) {
state             918 orte/mca/oob/tcp/oob_tcp_connection.c         peer->state = MCA_OOB_TCP_FAILED;
state             965 orte/mca/oob/tcp/oob_tcp_connection.c     peer->state = MCA_OOB_TCP_CONNECTED;
state             996 orte/mca/oob/tcp/oob_tcp_connection.c                         peer->sd, mca_oob_tcp_state_print(peer->state));
state            1004 orte/mca/oob/tcp/oob_tcp_connection.c     if (MCA_OOB_TCP_CONNECTING == peer->state) {
state            1006 orte/mca/oob/tcp/oob_tcp_connection.c             peer->active_addr->state = MCA_OOB_TCP_FAILED;
state            1012 orte/mca/oob/tcp/oob_tcp_connection.c     peer->state = MCA_OOB_TCP_CLOSED;
state            1014 orte/mca/oob/tcp/oob_tcp_connection.c         peer->active_addr->state = MCA_OOB_TCP_CLOSED;
state            1076 orte/mca/oob/tcp/oob_tcp_connection.c                                 (NULL == peer) ? 0 : peer->state);
state            1094 orte/mca/oob/tcp/oob_tcp_connection.c                 } else if (peer->state == MCA_OOB_TCP_CONNECT_ACK) {
state            1123 orte/mca/oob/tcp/oob_tcp_connection.c                     peer->state = MCA_OOB_TCP_FAILED;
state            1222 orte/mca/oob/tcp/oob_tcp_connection.c                         mca_oob_tcp_state_print(peer->state), peer->sd);
state            1224 orte/mca/oob/tcp/oob_tcp_connection.c     if (peer->state != MCA_OOB_TCP_CONNECTED) {
state            1233 orte/mca/oob/tcp/oob_tcp_connection.c             peer->state = MCA_OOB_TCP_FAILED;
state            1259 orte/mca/oob/tcp/oob_tcp_connection.c                         mca_oob_tcp_state_print(peer->state), peer->sd);
state              38 orte/mca/oob/tcp/oob_tcp_peer.h     mca_oob_tcp_state_t state;    // state of this address
state              53 orte/mca/oob/tcp/oob_tcp_peer.h     mca_oob_tcp_state_t state;
state             100 orte/mca/oob/tcp/oob_tcp_sendrecv.c         if (MCA_OOB_TCP_CONNECTED != peer->state) {
state             101 orte/mca/oob/tcp/oob_tcp_sendrecv.c             peer->state = MCA_OOB_TCP_CONNECTING;
state             215 orte/mca/oob/tcp/oob_tcp_sendrecv.c     switch (peer->state) {
state             221 orte/mca/oob/tcp/oob_tcp_sendrecv.c                             mca_oob_tcp_state_print(peer->state));
state             337 orte/mca/oob/tcp/oob_tcp_sendrecv.c                     peer->state, peer->sd);
state             442 orte/mca/oob/tcp/oob_tcp_sendrecv.c     switch (peer->state) {
state             468 orte/mca/oob/tcp/oob_tcp_sendrecv.c             peer->state = MCA_OOB_TCP_CONNECTED;
state             620 orte/mca/oob/tcp/oob_tcp_sendrecv.c                     peer->state);
state             190 orte/mca/plm/alps/plm_alps_module.c     orte_state_caddy_t *state = (orte_state_caddy_t*)cbdata;
state             193 orte/mca/plm/alps/plm_alps_module.c     ORTE_ACQUIRE_OBJECT(state);
state             198 orte/mca/plm/alps/plm_alps_module.c     if (ORTE_FLAG_TEST(state->jdata, ORTE_JOB_FLAG_DEBUGGER_DAEMON)) {
state             199 orte/mca/plm/alps/plm_alps_module.c         state->jdata->state = ORTE_JOB_STATE_DAEMONS_LAUNCHED;
state             200 orte/mca/plm/alps/plm_alps_module.c         ORTE_ACTIVATE_JOB_STATE(state->jdata, ORTE_JOB_STATE_DAEMONS_REPORTED);
state             201 orte/mca/plm/alps/plm_alps_module.c         OBJ_RELEASE(state);
state             207 orte/mca/plm/alps/plm_alps_module.c     if (ORTE_SUCCESS != (rc = orte_plm_base_setup_virtual_machine(state->jdata))) {
state             221 orte/mca/plm/alps/plm_alps_module.c         state->jdata->state = ORTE_JOB_STATE_DAEMONS_LAUNCHED;
state             222 orte/mca/plm/alps/plm_alps_module.c         ORTE_ACTIVATE_JOB_STATE(state->jdata, ORTE_JOB_STATE_DAEMONS_REPORTED);
state             223 orte/mca/plm/alps/plm_alps_module.c         OBJ_RELEASE(state);
state             242 orte/mca/plm/alps/plm_alps_module.c         state->jdata->state = ORTE_JOB_STATE_DAEMONS_LAUNCHED;
state             243 orte/mca/plm/alps/plm_alps_module.c         ORTE_ACTIVATE_JOB_STATE(state->jdata, ORTE_JOB_STATE_DAEMONS_REPORTED);
state             244 orte/mca/plm/alps/plm_alps_module.c         OBJ_RELEASE(state);
state             377 orte/mca/plm/alps/plm_alps_module.c     for (i=0; i < state->jdata->apps->size; i++) {
state             379 orte/mca/plm/alps/plm_alps_module.c         if (NULL == (app = (orte_app_context_t*)opal_pointer_array_get_item(state->jdata->apps, i))) {
state             428 orte/mca/plm/alps/plm_alps_module.c     state->jdata->state = ORTE_JOB_STATE_DAEMONS_LAUNCHED;
state             429 orte/mca/plm/alps/plm_alps_module.c     daemons->state = ORTE_JOB_STATE_DAEMONS_LAUNCHED;
state             447 orte/mca/plm/alps/plm_alps_module.c     OBJ_RELEASE(state);
state             257 orte/mca/plm/base/plm_base_launch_support.c     caddy->jdata->state = ORTE_JOB_STATE_DAEMONS_REPORTED;
state             274 orte/mca/plm/base/plm_base_launch_support.c         caddy->jdata->state = ORTE_JOB_STATE_ALLOCATION_COMPLETE;
state             278 orte/mca/plm/base/plm_base_launch_support.c         caddy->jdata->state = ORTE_JOB_STATE_ALLOCATION_COMPLETE;
state             318 orte/mca/plm/base/plm_base_launch_support.c     caddy->jdata->state = ORTE_JOB_STATE_VM_READY;
state             336 orte/mca/plm/base/plm_base_launch_support.c     caddy->jdata->state = ORTE_JOB_STATE_MAP_COMPLETE;
state             366 orte/mca/plm/base/plm_base_launch_support.c     caddy->jdata->state = caddy->job_state;
state             493 orte/mca/plm/base/plm_base_launch_support.c     caddy->jdata->state = caddy->job_state;
state             607 orte/mca/plm/base/plm_base_launch_support.c     caddy->jdata->state = caddy->job_state;
state             755 orte/mca/plm/base/plm_base_launch_support.c     caddy->jdata->state = caddy->job_state;
state             856 orte/mca/plm/base/plm_base_launch_support.c     jdata->state = caddy->job_state;
state            1053 orte/mca/plm/base/plm_base_launch_support.c             jdatorted->state = ORTE_JOB_STATE_DAEMONS_REPORTED;
state            1061 orte/mca/plm/base/plm_base_launch_support.c                     if (ORTE_JOB_STATE_DAEMONS_LAUNCHED == jdata->state) {
state            1126 orte/mca/plm/base/plm_base_launch_support.c         daemon->state = ORTE_PROC_STATE_RUNNING;
state            1389 orte/mca/plm/base/plm_base_launch_support.c                 jdatorted->state = ORTE_JOB_STATE_DAEMONS_REPORTED;
state            1399 orte/mca/plm/base/plm_base_launch_support.c                     if (ORTE_JOB_STATE_DAEMONS_LAUNCHED == jdata->state) {
state            1456 orte/mca/plm/base/plm_base_launch_support.c     daemon->state = ORTE_PROC_STATE_FAILED_TO_START;
state            1795 orte/mca/plm/base/plm_base_launch_support.c         daemons->state = ORTE_JOB_STATE_DAEMONS_REPORTED;
state            1827 orte/mca/plm/base/plm_base_launch_support.c             if (!singleton && ORTE_NODE_STATE_ADDED != node->state) {
state            1842 orte/mca/plm/base/plm_base_launch_support.c             node->state = ORTE_NODE_STATE_UP;
state            1854 orte/mca/plm/base/plm_base_launch_support.c             daemons->state = ORTE_JOB_STATE_DAEMONS_REPORTED;
state            1877 orte/mca/plm/base/plm_base_launch_support.c             if (ORTE_NODE_STATE_DO_NOT_USE == node->state) {
state            1881 orte/mca/plm/base/plm_base_launch_support.c                 node->state = ORTE_NODE_STATE_UP;
state            1884 orte/mca/plm/base/plm_base_launch_support.c             if (ORTE_NODE_STATE_DOWN == node->state) {
state            1889 orte/mca/plm/base/plm_base_launch_support.c             if (ORTE_NODE_STATE_NOT_INCLUDED == node->state) {
state            1917 orte/mca/plm/base/plm_base_launch_support.c                 daemons->state = ORTE_JOB_STATE_DAEMONS_REPORTED;
state            2041 orte/mca/plm/base/plm_base_launch_support.c                 if (ORTE_NODE_STATE_DO_NOT_USE == node->state) {
state            2045 orte/mca/plm/base/plm_base_launch_support.c                     node->state = ORTE_NODE_STATE_UP;
state            2048 orte/mca/plm/base/plm_base_launch_support.c                 if (ORTE_NODE_STATE_DOWN == node->state) {
state            2053 orte/mca/plm/base/plm_base_launch_support.c                 if (ORTE_NODE_STATE_NOT_INCLUDED == node->state) {
state            2082 orte/mca/plm/base/plm_base_launch_support.c             daemons->state = ORTE_JOB_STATE_DAEMONS_REPORTED;
state            2094 orte/mca/plm/base/plm_base_launch_support.c             if (ORTE_NODE_STATE_DO_NOT_USE == node->state) {
state            2098 orte/mca/plm/base/plm_base_launch_support.c                 node->state = ORTE_NODE_STATE_UP;
state            2101 orte/mca/plm/base/plm_base_launch_support.c             if (ORTE_NODE_STATE_DOWN == node->state) {
state            2106 orte/mca/plm/base/plm_base_launch_support.c             if (ORTE_NODE_STATE_NOT_INCLUDED == node->state) {
state            2135 orte/mca/plm/base/plm_base_launch_support.c         daemons->state = ORTE_JOB_STATE_DAEMONS_REPORTED;
state            2207 orte/mca/plm/base/plm_base_launch_support.c         daemons->state = ORTE_JOB_STATE_DAEMONS_REPORTED;
state             135 orte/mca/plm/base/plm_base_receive.c     orte_proc_state_t state;
state             320 orte/mca/plm/base/plm_base_receive.c                 if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &state, &count, ORTE_PROC_STATE))) {
state             324 orte/mca/plm/base/plm_base_receive.c                 if (ORTE_PROC_STATE_RUNNING == state) {
state             337 orte/mca/plm/base/plm_base_receive.c                                      (unsigned long)vpid, orte_proc_state_to_str(state), (int)exit_code));
state             351 orte/mca/plm/base/plm_base_receive.c                     ORTE_ACTIVATE_PROC_STATE(&name, state);
state             118 orte/mca/plm/isolated/plm_isolated.c     orte_state_caddy_t *state = (orte_state_caddy_t*)cbdata;
state             120 orte/mca/plm/isolated/plm_isolated.c     ORTE_ACQUIRE_OBJECT(state);
state             125 orte/mca/plm/isolated/plm_isolated.c     ORTE_ACTIVATE_JOB_STATE(state->jdata, ORTE_JOB_STATE_DAEMONS_REPORTED);
state             126 orte/mca/plm/isolated/plm_isolated.c     OBJ_RELEASE(state);
state             175 orte/mca/plm/lsf/plm_lsf_module.c     orte_state_caddy_t *state = (orte_state_caddy_t*)cbdata;
state             178 orte/mca/plm/lsf/plm_lsf_module.c     ORTE_ACQUIRE_OBJECT(state);
state             179 orte/mca/plm/lsf/plm_lsf_module.c     jdata  = state->jdata;
state             197 orte/mca/plm/lsf/plm_lsf_module.c         state->jdata->state = ORTE_JOB_STATE_DAEMONS_LAUNCHED;
state             198 orte/mca/plm/lsf/plm_lsf_module.c         ORTE_ACTIVATE_JOB_STATE(state->jdata, ORTE_JOB_STATE_DAEMONS_REPORTED);
state             199 orte/mca/plm/lsf/plm_lsf_module.c         OBJ_RELEASE(state);
state             224 orte/mca/plm/lsf/plm_lsf_module.c         state->jdata->state = ORTE_JOB_STATE_DAEMONS_LAUNCHED;
state             225 orte/mca/plm/lsf/plm_lsf_module.c         ORTE_ACTIVATE_JOB_STATE(state->jdata, ORTE_JOB_STATE_DAEMONS_REPORTED);
state             226 orte/mca/plm/lsf/plm_lsf_module.c         OBJ_RELEASE(state);
state             361 orte/mca/plm/lsf/plm_lsf_module.c     state->jdata->state = ORTE_JOB_STATE_DAEMONS_LAUNCHED;
state             362 orte/mca/plm/lsf/plm_lsf_module.c     daemons->state = ORTE_JOB_STATE_DAEMONS_LAUNCHED;
state             376 orte/mca/plm/lsf/plm_lsf_module.c     OBJ_RELEASE(state);
state             296 orte/mca/plm/rsh/plm_rsh_module.c             daemon->state = ORTE_PROC_STATE_FAILED_TO_START;
state             307 orte/mca/plm/rsh/plm_rsh_module.c             daemon->state = ORTE_PROC_STATE_FAILED_TO_START;
state            1005 orte/mca/plm/rsh/plm_rsh_module.c             caddy->daemon->state = ORTE_PROC_STATE_RUNNING;
state            1031 orte/mca/plm/rsh/plm_rsh_module.c     orte_state_caddy_t *state = (orte_state_caddy_t*)cbdata;
state            1038 orte/mca/plm/rsh/plm_rsh_module.c     ORTE_ACQUIRE_OBJECT(state);
state            1043 orte/mca/plm/rsh/plm_rsh_module.c     if (ORTE_FLAG_TEST(state->jdata, ORTE_JOB_FLAG_DEBUGGER_DAEMON)) {
state            1044 orte/mca/plm/rsh/plm_rsh_module.c         state->jdata->state = ORTE_JOB_STATE_DAEMONS_LAUNCHED;
state            1045 orte/mca/plm/rsh/plm_rsh_module.c         ORTE_ACTIVATE_JOB_STATE(state->jdata, ORTE_JOB_STATE_DAEMONS_REPORTED);
state            1046 orte/mca/plm/rsh/plm_rsh_module.c         OBJ_RELEASE(state);
state            1052 orte/mca/plm/rsh/plm_rsh_module.c     if (ORTE_SUCCESS != (rc = orte_plm_base_setup_virtual_machine(state->jdata))) {
state            1066 orte/mca/plm/rsh/plm_rsh_module.c         state->jdata->state = ORTE_JOB_STATE_DAEMONS_LAUNCHED;
state            1067 orte/mca/plm/rsh/plm_rsh_module.c         ORTE_ACTIVATE_JOB_STATE(state->jdata, ORTE_JOB_STATE_DAEMONS_REPORTED);
state            1068 orte/mca/plm/rsh/plm_rsh_module.c         OBJ_RELEASE(state);
state            1084 orte/mca/plm/rsh/plm_rsh_module.c         state->jdata->state = ORTE_JOB_STATE_DAEMONS_LAUNCHED;
state            1085 orte/mca/plm/rsh/plm_rsh_module.c         ORTE_ACTIVATE_JOB_STATE(state->jdata, ORTE_JOB_STATE_DAEMONS_REPORTED);
state            1086 orte/mca/plm/rsh/plm_rsh_module.c         OBJ_RELEASE(state);
state            1113 orte/mca/plm/rsh/plm_rsh_module.c         OBJ_RELEASE(state);
state            1135 orte/mca/plm/rsh/plm_rsh_module.c     app = (orte_app_context_t*)opal_pointer_array_get_item(state->jdata->apps, 0);
state            1285 orte/mca/plm/rsh/plm_rsh_module.c     state->jdata->state = ORTE_JOB_STATE_DAEMONS_LAUNCHED;
state            1291 orte/mca/plm/rsh/plm_rsh_module.c     ORTE_POST_OBJECT(state);
state            1297 orte/mca/plm/rsh/plm_rsh_module.c     OBJ_RELEASE(state);
state            1302 orte/mca/plm/rsh/plm_rsh_module.c     OBJ_RELEASE(state);
state             190 orte/mca/plm/slurm/plm_slurm_module.c     orte_state_caddy_t *state = (orte_state_caddy_t*)cbdata;
state             192 orte/mca/plm/slurm/plm_slurm_module.c     ORTE_ACQUIRE_OBJECT(state);
state             201 orte/mca/plm/slurm/plm_slurm_module.c     if (ORTE_FLAG_TEST(state->jdata, ORTE_JOB_FLAG_DEBUGGER_DAEMON)) {
state             202 orte/mca/plm/slurm/plm_slurm_module.c         state->jdata->state = ORTE_JOB_STATE_DAEMONS_LAUNCHED;
state             203 orte/mca/plm/slurm/plm_slurm_module.c         ORTE_ACTIVATE_JOB_STATE(state->jdata, ORTE_JOB_STATE_DAEMONS_REPORTED);
state             204 orte/mca/plm/slurm/plm_slurm_module.c         OBJ_RELEASE(state);
state             210 orte/mca/plm/slurm/plm_slurm_module.c     if (ORTE_SUCCESS != (rc = orte_plm_base_setup_virtual_machine(state->jdata))) {
state             224 orte/mca/plm/slurm/plm_slurm_module.c         state->jdata->state = ORTE_JOB_STATE_DAEMONS_LAUNCHED;
state             225 orte/mca/plm/slurm/plm_slurm_module.c         ORTE_ACTIVATE_JOB_STATE(state->jdata, ORTE_JOB_STATE_DAEMONS_REPORTED);
state             226 orte/mca/plm/slurm/plm_slurm_module.c         OBJ_RELEASE(state);
state             245 orte/mca/plm/slurm/plm_slurm_module.c         state->jdata->state = ORTE_JOB_STATE_DAEMONS_LAUNCHED;
state             246 orte/mca/plm/slurm/plm_slurm_module.c         ORTE_ACTIVATE_JOB_STATE(state->jdata, ORTE_JOB_STATE_DAEMONS_REPORTED);
state             247 orte/mca/plm/slurm/plm_slurm_module.c         OBJ_RELEASE(state);
state             378 orte/mca/plm/slurm/plm_slurm_module.c     for (n=0; n < state->jdata->apps->size; n++) {
state             380 orte/mca/plm/slurm/plm_slurm_module.c         if (NULL == (app = (orte_app_context_t*)opal_pointer_array_get_item(state->jdata->apps, n))) {
state             448 orte/mca/plm/slurm/plm_slurm_module.c     state->jdata->state = ORTE_JOB_STATE_DAEMONS_LAUNCHED;
state             449 orte/mca/plm/slurm/plm_slurm_module.c     daemons->state = ORTE_JOB_STATE_DAEMONS_LAUNCHED;
state             467 orte/mca/plm/slurm/plm_slurm_module.c     OBJ_RELEASE(state);
state             188 orte/mca/plm/tm/plm_tm_module.c     orte_state_caddy_t *state = (orte_state_caddy_t*)cbdata;
state             192 orte/mca/plm/tm/plm_tm_module.c     ORTE_ACQUIRE_OBJECT(state);
state             194 orte/mca/plm/tm/plm_tm_module.c     jdata = state->jdata;
state             199 orte/mca/plm/tm/plm_tm_module.c     if (ORTE_FLAG_TEST(state->jdata, ORTE_JOB_FLAG_DEBUGGER_DAEMON)) {
state             200 orte/mca/plm/tm/plm_tm_module.c         jdata->state = ORTE_JOB_STATE_DAEMONS_LAUNCHED;
state             202 orte/mca/plm/tm/plm_tm_module.c         OBJ_RELEASE(state);
state             222 orte/mca/plm/tm/plm_tm_module.c         jdata->state = ORTE_JOB_STATE_DAEMONS_LAUNCHED;
state             224 orte/mca/plm/tm/plm_tm_module.c         OBJ_RELEASE(state);
state             240 orte/mca/plm/tm/plm_tm_module.c         jdata->state = ORTE_JOB_STATE_DAEMONS_LAUNCHED;
state             242 orte/mca/plm/tm/plm_tm_module.c         OBJ_RELEASE(state);
state             402 orte/mca/plm/tm/plm_tm_module.c     state->jdata->state = ORTE_JOB_STATE_DAEMONS_LAUNCHED;
state             403 orte/mca/plm/tm/plm_tm_module.c     daemons->state = ORTE_JOB_STATE_DAEMONS_LAUNCHED;
state             414 orte/mca/plm/tm/plm_tm_module.c     OBJ_RELEASE(state);
state             424 orte/mca/plm/tm/plm_tm_module.c     orte_state_caddy_t *state = (orte_state_caddy_t*)cbdata;
state             430 orte/mca/plm/tm/plm_tm_module.c     ORTE_ACQUIRE_OBJECT(state);
state             448 orte/mca/plm/tm/plm_tm_module.c     OBJ_RELEASE(state);
state             452 orte/mca/plm/tm/plm_tm_module.c         ORTE_ACTIVATE_JOB_STATE(state->jdata, ORTE_JOB_STATE_FAILED_TO_START);
state             533 orte/mca/ras/alps/ras_alps_module.c                 node->state = ORTE_NODE_STATE_UP;
state             574 orte/mca/ras/alps/ras_alps_module.c             node->state = ORTE_NODE_STATE_UP;
state              87 orte/mca/ras/base/ras_base_allocate.c                      orte_node_state_to_str(alloc->state));
state             434 orte/mca/ras/base/ras_base_allocate.c     node->state = ORTE_NODE_STATE_UP;
state             564 orte/mca/ras/base/ras_base_allocate.c             node->state = ORTE_NODE_STATE_ADDED;
state             206 orte/mca/ras/base/ras_base_node.c                 daemon->state = ORTE_PROC_STATE_RUNNING;
state             128 orte/mca/ras/gridengine/ras_gridengine_module.c             node->state = ORTE_NODE_STATE_UP;
state             105 orte/mca/ras/lsf/ras_lsf_module.c         node->state = ORTE_NODE_STATE_UP;
state             253 orte/mca/ras/simulator/ras_sim_module.c             node->state = ORTE_NODE_STATE_UP;
state             593 orte/mca/ras/slurm/ras_slurm_module.c         node->state = ORTE_NODE_STATE_UP;
state             223 orte/mca/ras/tm/ras_tm_module.c             node->state = ORTE_NODE_STATE_UP;
state              63 orte/mca/rmaps/base/rmaps_base_map_job.c     jdata->state = ORTE_JOB_STATE_MAP;
state             231 orte/mca/rmaps/base/rmaps_base_support_fns.c                 if (ORTE_NODE_STATE_DO_NOT_USE == node->state) {
state             235 orte/mca/rmaps/base/rmaps_base_support_fns.c                     node->state = ORTE_NODE_STATE_UP;
state             238 orte/mca/rmaps/base/rmaps_base_support_fns.c                 if (ORTE_NODE_STATE_DOWN == node->state) {
state             243 orte/mca/rmaps/base/rmaps_base_support_fns.c                 if (ORTE_NODE_STATE_NOT_INCLUDED == node->state) {
state             308 orte/mca/rmaps/base/rmaps_base_support_fns.c             if (ORTE_NODE_STATE_DO_NOT_USE == node->state) {
state             312 orte/mca/rmaps/base/rmaps_base_support_fns.c                 node->state = ORTE_NODE_STATE_UP;
state             315 orte/mca/rmaps/base/rmaps_base_support_fns.c             if (ORTE_NODE_STATE_DOWN == node->state) {
state             320 orte/mca/rmaps/base/rmaps_base_support_fns.c             if (ORTE_NODE_STATE_NOT_INCLUDED == node->state) {
state             522 orte/mca/rmaps/base/rmaps_base_support_fns.c     proc->state = ORTE_PROC_STATE_INIT;
state             119 orte/mca/rmaps/resilient/rmaps_resilient.c     if (ORTE_JOB_STATE_INIT == jdata->state) {
state             145 orte/mca/rmaps/resilient/rmaps_resilient.c                              orte_proc_state_to_str(proc->state)));
state             147 orte/mca/rmaps/resilient/rmaps_resilient.c         if (proc->state != ORTE_PROC_STATE_RESTART) {
state             195 orte/mca/rmaps/resilient/rmaps_resilient.c                 proc->state = ORTE_PROC_STATE_MIGRATING;
state             269 orte/mca/rmaps/resilient/rmaps_resilient.c         proc->state = ORTE_PROC_STATE_INIT;
state             754 orte/mca/rmaps/resilient/rmaps_resilient.c             if (ORTE_NODE_STATE_UP != node->state ||
state             756 orte/mca/rmaps/resilient/rmaps_resilient.c                 ORTE_PROC_STATE_RUNNING != node->daemon->state) {
state              56 orte/mca/routed/binomial/routed_binomial.c static int binomial_ft_event(int state);
state             535 orte/mca/routed/binomial/routed_binomial.c static int binomial_ft_event(int state)
state             540 orte/mca/routed/binomial/routed_binomial.c     if(OPAL_CRS_CHECKPOINT == state) {
state             543 orte/mca/routed/binomial/routed_binomial.c     else if (OPAL_CRS_CONTINUE == state ) {
state             545 orte/mca/routed/binomial/routed_binomial.c     else if (OPAL_CRS_TERM == state ) {
state              56 orte/mca/routed/debruijn/routed_debruijn.c static int debruijn_ft_event(int state);
state             460 orte/mca/routed/debruijn/routed_debruijn.c static int debruijn_ft_event(int state)
state             465 orte/mca/routed/debruijn/routed_debruijn.c     if(OPAL_CRS_CHECKPOINT == state) {
state             468 orte/mca/routed/debruijn/routed_debruijn.c     else if (OPAL_CRS_CONTINUE == state ) {
state             470 orte/mca/routed/debruijn/routed_debruijn.c     else if (OPAL_CRS_TERM == state ) {
state              48 orte/mca/routed/direct/routed_direct.c static int direct_ft_event(int state);
state             343 orte/mca/routed/direct/routed_direct.c static int direct_ft_event(int state)
state             348 orte/mca/routed/direct/routed_direct.c     if(OPAL_CRS_CHECKPOINT == state) {
state             351 orte/mca/routed/direct/routed_direct.c     else if (OPAL_CRS_CONTINUE == state ) {
state             353 orte/mca/routed/direct/routed_direct.c     else if (OPAL_CRS_TERM == state ) {
state              58 orte/mca/routed/radix/routed_radix.c static int radix_ft_event(int state);
state             525 orte/mca/routed/radix/routed_radix.c static int radix_ft_event(int state)
state             530 orte/mca/routed/radix/routed_radix.c     if(OPAL_CRS_CHECKPOINT == state) {
state             533 orte/mca/routed/radix/routed_radix.c     else if (OPAL_CRS_CONTINUE == state ) {
state             535 orte/mca/routed/radix/routed_radix.c     else if (OPAL_CRS_TERM == state ) {
state             193 orte/mca/routed/routed.h typedef int  (*orte_routed_module_ft_event_fn_t)(int state);
state             102 orte/mca/snapc/base/base.h ORTE_DECLSPEC int orte_snapc_base_none_ft_event(int state);
state             118 orte/mca/snapc/base/base.h ORTE_DECLSPEC void orte_snapc_ckpt_state_notify(int state);
state             119 orte/mca/snapc/base/base.h ORTE_DECLSPEC int orte_snapc_ckpt_state_str(char ** state_str, int state);
state              82 orte/mca/snapc/base/snapc_base_fns.c     snapshot->state = ORTE_SNAPC_CKPT_STATE_NONE;
state              92 orte/mca/snapc/base/snapc_base_fns.c     snapshot->state = ORTE_SNAPC_CKPT_STATE_NONE;
state             327 orte/mca/snapc/base/snapc_base_fns.c int orte_snapc_base_none_ft_event(int state)
state             410 orte/mca/snapc/base/snapc_base_fns.c void orte_snapc_ckpt_state_notify(int state)
state             412 orte/mca/snapc/base/snapc_base_fns.c     switch(state) {
state             804 orte/mca/snapc/base/snapc_base_fns.c int orte_snapc_ckpt_state_str(char ** state_str, int state)
state             806 orte/mca/snapc/base/snapc_base_fns.c     switch(state) {
state             838 orte/mca/snapc/base/snapc_base_fns.c         opal_asprintf(state_str, "Unknown %d", state);
state              73 orte/mca/snapc/full/snapc_full.h         int state;
state             124 orte/mca/snapc/full/snapc_full.h     int orte_snapc_full_ft_event(int state);
state             164 orte/mca/snapc/full/snapc_full.h     int app_coord_ft_event(int state);
state            1121 orte/mca/snapc/full/snapc_full_app.c int app_coord_ft_event(int state) {
state            1125 orte/mca/snapc/full/snapc_full_app.c                          "App) In ft_event(%d)", state));
state            1128 orte/mca/snapc/full/snapc_full_app.c     if(OPAL_CRS_CHECKPOINT == state) {
state            1152 orte/mca/snapc/full/snapc_full_app.c     else if (OPAL_CRS_CONTINUE == state ) {
state            1167 orte/mca/snapc/full/snapc_full_app.c     else if (OPAL_CRS_RESTART_PRE == state ) {
state            1171 orte/mca/snapc/full/snapc_full_app.c     else if (OPAL_CRS_RESTART == state ) {
state            1197 orte/mca/snapc/full/snapc_full_app.c     else if (OPAL_CRS_TERM == state ) {
state            1563 orte/mca/snapc/full/snapc_full_global.c     orted_snapshot->state = remote_ckpt_state;
state            1564 orte/mca/snapc/full/snapc_full_global.c     orte_snapc_ckpt_state_str(&state_str, orted_snapshot->state);
state            1567 orte/mca/snapc/full/snapc_full_global.c                          (int)(orted_snapshot->state), state_str));
state            1732 orte/mca/snapc/full/snapc_full_global.c                 orted_snapshot->state = ORTE_SNAPC_CKPT_STATE_NONE;
state            1739 orte/mca/snapc/full/snapc_full_global.c                     app_snapshot->state = ORTE_SNAPC_CKPT_STATE_NONE;
state            2087 orte/mca/snapc/full/snapc_full_global.c         orted_snapshot->state   = ckpt_state;
state            2335 orte/mca/snapc/full/snapc_full_global.c         if( ORTE_SNAPC_CKPT_STATE_ERROR == orted_snapshot->state ) {
state            2433 orte/mca/snapc/full/snapc_full_global.c         orte_snapc_ckpt_state_str(&state_str_a, orted_snapshot->state);
state            2439 orte/mca/snapc/full/snapc_full_global.c                              (int)orted_snapshot->state, state_str_a,
state            2442 orte/mca/snapc/full/snapc_full_global.c         if( (int)min_state > (int)orted_snapshot->state ) {
state            2443 orte/mca/snapc/full/snapc_full_global.c             min_state = orted_snapshot->state;
state            2507 orte/mca/snapc/full/snapc_full_global.c         orted_snapshot->state = ORTE_SNAPC_CKPT_STATE_NONE;
state            2514 orte/mca/snapc/full/snapc_full_global.c             app_snapshot->state = ORTE_SNAPC_CKPT_STATE_NONE;
state            2675 orte/mca/snapc/full/snapc_full_global.c     if( ORTE_SNAPC_CKPT_STATE_FINISHED_LOCAL != orted_snapshot->state ) {
state            2698 orte/mca/snapc/full/snapc_full_global.c             if( ORTE_SNAPC_CKPT_STATE_FINISHED_LOCAL != loc_orted_snapshot->state ) {
state             122 orte/mca/snapc/full/snapc_full_local.c static int snapc_full_local_update_coord(int state, bool quick);
state             297 orte/mca/snapc/full/snapc_full_local.c             if(ORTE_SNAPC_CKPT_STATE_NONE      != vpid_snapshot->super.state &&
state             298 orte/mca/snapc/full/snapc_full_local.c                ORTE_SNAPC_CKPT_STATE_ERROR     != vpid_snapshot->super.state &&
state             299 orte/mca/snapc/full/snapc_full_local.c                ORTE_SNAPC_CKPT_STATE_ESTABLISHED  != vpid_snapshot->super.state &&
state             300 orte/mca/snapc/full/snapc_full_local.c                ORTE_SNAPC_CKPT_STATE_RECOVERED != vpid_snapshot->super.state ) {
state             567 orte/mca/snapc/full/snapc_full_local.c         vpid_snapshot->super.state = ORTE_SNAPC_CKPT_STATE_RECOVERED;
state             578 orte/mca/snapc/full/snapc_full_local.c             if( ORTE_SNAPC_CKPT_STATE_RECOVERED != vpid_snapshot->super.state ) {
state             930 orte/mca/snapc/full/snapc_full_local.c             vpid_snapshot->super.state = job_ckpt_state;
state            1148 orte/mca/snapc/full/snapc_full_local.c         vpid_snapshot->super.state = ORTE_SNAPC_CKPT_STATE_RUNNING;
state            1240 orte/mca/snapc/full/snapc_full_local.c             vpid_snapshot->super.state = ORTE_SNAPC_CKPT_STATE_STOPPED;
state            1299 orte/mca/snapc/full/snapc_full_local.c static int snapc_full_local_update_coord(int state, bool quick)
state            1321 orte/mca/snapc/full/snapc_full_local.c     if (ORTE_SUCCESS != (ret = opal_dss.pack(buffer, &state, 1, OPAL_INT))) {
state            1720 orte/mca/snapc/full/snapc_full_local.c             vpid_snapshot->super.state = ORTE_SNAPC_CKPT_STATE_INC_PREPED;
state            1740 orte/mca/snapc/full/snapc_full_local.c         vpid_snapshot->super.state = ORTE_SNAPC_CKPT_STATE_ERROR;
state            1742 orte/mca/snapc/full/snapc_full_local.c         vpid_snapshot->super.state = ORTE_SNAPC_CKPT_STATE_FINISHED_LOCAL;
state            1769 orte/mca/snapc/full/snapc_full_local.c     if( ORTE_SNAPC_CKPT_STATE_ERROR == vpid_snapshot->super.state ) {
state            1865 orte/mca/snapc/full/snapc_full_local.c         orte_snapc_ckpt_state_str(&state_str_a, vpid_snapshot->super.state);
state            1871 orte/mca/snapc/full/snapc_full_local.c                              (int)vpid_snapshot->super.state, state_str_a,
state            1873 orte/mca/snapc/full/snapc_full_local.c         if( min_state > vpid_snapshot->super.state ) {
state            1874 orte/mca/snapc/full/snapc_full_local.c             min_state = vpid_snapshot->super.state;
state            2068 orte/mca/snapc/full/snapc_full_local.c         vpid_snapshot->super.state = ORTE_SNAPC_CKPT_STATE_NONE;
state              85 orte/mca/snapc/full/snapc_full_module.c     snapshot->state = ORTE_SNAPC_CKPT_STATE_NONE;
state              92 orte/mca/snapc/full/snapc_full_module.c     snapshot->state = ORTE_SNAPC_CKPT_STATE_NONE;
state             288 orte/mca/snapc/full/snapc_full_module.c int orte_snapc_full_ft_event(int state) {
state             296 orte/mca/snapc/full/snapc_full_module.c             return app_coord_ft_event(state);
state             134 orte/mca/snapc/snapc.h #define ORTE_SNAPC_CKPT_NOTIFY(state) (ORTE_SNAPC_CKPT_SHIFT + state)
state             137 orte/mca/snapc/snapc.h #define ORTE_SNAPC_CKPT_STATE(state) (state - ORTE_SNAPC_CKPT_SHIFT)
state             140 orte/mca/snapc/snapc.h #define CHECK_ORTE_SNAPC_CKPT_STATE(state) (state >= ORTE_SNAPC_CKPT_SHIFT)
state             155 orte/mca/snapc/snapc.h     int state;
state             321 orte/mca/snapc/snapc.h typedef int  (*orte_snapc_base_ft_event_fn_t)(int state);
state              87 orte/mca/sstore/central/sstore_central_global.c     int state;
state             178 orte/mca/sstore/central/sstore_central_global.c     info->state = SSTORE_GLOBAL_NONE;
state             206 orte/mca/sstore/central/sstore_central_global.c     info->state = SSTORE_GLOBAL_NONE;
state             417 orte/mca/sstore/central/sstore_central_global.c     if( SSTORE_GLOBAL_REG != handle_info->state ) {
state             418 orte/mca/sstore/central/sstore_central_global.c         handle_info->state = SSTORE_GLOBAL_REG;
state             566 orte/mca/sstore/central/sstore_central_global.c     if( SSTORE_GLOBAL_SYNCING != handle_info->state ) {
state             567 orte/mca/sstore/central/sstore_central_global.c         handle_info->state = SSTORE_GLOBAL_SYNCING;
state             727 orte/mca/sstore/central/sstore_central_global.c     handle_info->state = SSTORE_GLOBAL_INIT;
state              94 orte/mca/sstore/stage/sstore_stage_global.c     int state;
state             220 orte/mca/sstore/stage/sstore_stage_global.c     info->state = SSTORE_GLOBAL_NONE;
state             258 orte/mca/sstore/stage/sstore_stage_global.c     info->state = SSTORE_GLOBAL_NONE;
state             378 orte/mca/sstore/stage/sstore_stage_global.c             if( SSTORE_GLOBAL_SYNCED != handle_info->state &&
state             379 orte/mca/sstore/stage/sstore_stage_global.c                 SSTORE_GLOBAL_NONE   != handle_info->state ) {
state             517 orte/mca/sstore/stage/sstore_stage_global.c     if( SSTORE_GLOBAL_REG != handle_info->state ) {
state             518 orte/mca/sstore/stage/sstore_stage_global.c         handle_info->state = SSTORE_GLOBAL_REG;
state             670 orte/mca/sstore/stage/sstore_stage_global.c     if( SSTORE_GLOBAL_SYNCING != handle_info->state ) {
state             671 orte/mca/sstore/stage/sstore_stage_global.c         handle_info->state = SSTORE_GLOBAL_SYNCING;
state             735 orte/mca/sstore/stage/sstore_stage_global.c     handle_info->state = SSTORE_GLOBAL_SYNCED;
state             928 orte/mca/sstore/stage/sstore_stage_global.c     handle_info->state = SSTORE_GLOBAL_INIT;
state              49 orte/mca/state/base/state_base_fns.c                                         orte_job_state_t state)
state              66 orte/mca/state/base/state_base_fns.c         if (s->job_state == state) {
state              71 orte/mca/state/base/state_base_fns.c                                  orte_job_state_to_str(state), s->priority));
state              77 orte/mca/state/base/state_base_fns.c                                      orte_job_state_to_str(state)));
state              83 orte/mca/state/base/state_base_fns.c                 caddy->job_state = state;
state              93 orte/mca/state/base/state_base_fns.c     if (ORTE_JOB_STATE_ERROR < state && NULL != error) {
state             110 orte/mca/state/base/state_base_fns.c         caddy->job_state = state;
state             117 orte/mca/state/base/state_base_fns.c                          orte_job_state_to_str(state), s->priority));
state             122 orte/mca/state/base/state_base_fns.c int orte_state_base_add_job_state(orte_job_state_t state,
state             134 orte/mca/state/base/state_base_fns.c         if (st->job_state == state) {
state             137 orte/mca/state/base/state_base_fns.c                                  orte_job_state_to_str(state)));
state             143 orte/mca/state/base/state_base_fns.c     st->job_state = state;
state             151 orte/mca/state/base/state_base_fns.c int orte_state_base_set_job_state_callback(orte_job_state_t state,
state             161 orte/mca/state/base/state_base_fns.c         if (st->job_state == state) {
state             169 orte/mca/state/base/state_base_fns.c     st->job_state = state;
state             177 orte/mca/state/base/state_base_fns.c int orte_state_base_set_job_state_priority(orte_job_state_t state,
state             187 orte/mca/state/base/state_base_fns.c         if (st->job_state == state) {
state             195 orte/mca/state/base/state_base_fns.c int orte_state_base_remove_job_state(orte_job_state_t state)
state             204 orte/mca/state/base/state_base_fns.c         if (st->job_state == state) {
state             232 orte/mca/state/base/state_base_fns.c                                          orte_proc_state_t state)
state             249 orte/mca/state/base/state_base_fns.c         if (s->proc_state == state) {
state             254 orte/mca/state/base/state_base_fns.c                                  orte_proc_state_to_str(state), s->priority));
state             260 orte/mca/state/base/state_base_fns.c                                      orte_proc_state_to_str(state)));
state             265 orte/mca/state/base/state_base_fns.c             caddy->proc_state = state;
state             273 orte/mca/state/base/state_base_fns.c     if (ORTE_PROC_STATE_ERROR < state && NULL != error) {
state             289 orte/mca/state/base/state_base_fns.c     caddy->proc_state = state;
state             294 orte/mca/state/base/state_base_fns.c                          orte_proc_state_to_str(state), s->priority));
state             298 orte/mca/state/base/state_base_fns.c int orte_state_base_add_proc_state(orte_proc_state_t state,
state             310 orte/mca/state/base/state_base_fns.c         if (st->proc_state == state) {
state             313 orte/mca/state/base/state_base_fns.c                                  orte_proc_state_to_str(state)));
state             319 orte/mca/state/base/state_base_fns.c     st->proc_state = state;
state             327 orte/mca/state/base/state_base_fns.c int orte_state_base_set_proc_state_callback(orte_proc_state_t state,
state             337 orte/mca/state/base/state_base_fns.c         if (st->proc_state == state) {
state             345 orte/mca/state/base/state_base_fns.c int orte_state_base_set_proc_state_priority(orte_proc_state_t state,
state             355 orte/mca/state/base/state_base_fns.c         if (st->proc_state == state) {
state             363 orte/mca/state/base/state_base_fns.c int orte_state_base_remove_proc_state(orte_proc_state_t state)
state             372 orte/mca/state/base/state_base_fns.c         if (st->proc_state == state) {
state             430 orte/mca/state/base/state_base_fns.c     orte_state_caddy_t *state = (orte_state_caddy_t*)cbdata;
state             431 orte/mca/state/base/state_base_fns.c     orte_job_t *jdata = state->jdata;
state             439 orte/mca/state/base/state_base_fns.c     OBJ_RELEASE(state);
state             456 orte/mca/state/base/state_base_fns.c     jdata->state = ORTE_JOB_STATE_NOTIFIED;
state             520 orte/mca/state/base/state_base_fns.c                                orte_proc_state_t state,
state             632 orte/mca/state/base/state_base_fns.c     orte_proc_state_t state;
state             640 orte/mca/state/base/state_base_fns.c     state = caddy->proc_state;
state             646 orte/mca/state/base/state_base_fns.c                         orte_proc_state_to_str(state));
state             655 orte/mca/state/base/state_base_fns.c     if (ORTE_PROC_STATE_RUNNING == state) {
state             657 orte/mca/state/base/state_base_fns.c         if (pdata->state < ORTE_PROC_STATE_TERMINATED) {
state             658 orte/mca/state/base/state_base_fns.c             pdata->state = state;
state             668 orte/mca/state/base/state_base_fns.c     } else if (ORTE_PROC_STATE_REGISTERED == state) {
state             670 orte/mca/state/base/state_base_fns.c         if (pdata->state < ORTE_PROC_STATE_TERMINATED) {
state             671 orte/mca/state/base/state_base_fns.c             pdata->state = state;
state             677 orte/mca/state/base/state_base_fns.c     } else if (ORTE_PROC_STATE_IOF_COMPLETE == state) {
state             679 orte/mca/state/base/state_base_fns.c         if (pdata->state < ORTE_PROC_STATE_TERMINATED) {
state             680 orte/mca/state/base/state_base_fns.c             pdata->state = state;
state             690 orte/mca/state/base/state_base_fns.c     } else if (ORTE_PROC_STATE_WAITPID_FIRED == state) {
state             692 orte/mca/state/base/state_base_fns.c         if (pdata->state < ORTE_PROC_STATE_TERMINATED) {
state             693 orte/mca/state/base/state_base_fns.c             pdata->state = state;
state             699 orte/mca/state/base/state_base_fns.c     } else if (ORTE_PROC_STATE_TERMINATED == state) {
state             702 orte/mca/state/base/state_base_fns.c         if (pdata->state < ORTE_PROC_STATE_TERMINATED) {
state             703 orte/mca/state/base/state_base_fns.c             pdata->state = state;
state             751 orte/mca/state/base/state_base_fns.c         } else if (ORTE_PROC_STATE_TERMINATED < pdata->state &&
state             756 orte/mca/state/base/state_base_fns.c             _send_notification(OPAL_ERR_PROC_ABORTED, pdata->state, &pdata->name, &parent);
state             799 orte/mca/state/base/state_base_fns.c         if (jdata->state < ORTE_JOB_STATE_UNTERMINATED) {
state             800 orte/mca/state/base/state_base_fns.c             jdata->state = ORTE_JOB_STATE_TERMINATED;
state             833 orte/mca/state/base/state_base_fns.c                          orte_job_state_to_str(jdata->state)));
state             880 orte/mca/state/base/state_base_fns.c     if (NULL != jdata->map && jdata->state == ORTE_JOB_STATE_TERMINATED) {
state             942 orte/mca/state/base/state_base_fns.c             if (jdata->state == ORTE_JOB_STATE_TERMINATED) {
state             948 orte/mca/state/base/state_base_fns.c             } else if (jdata->state == ORTE_JOB_STATE_KILLED_BY_CMD ||
state             949 orte/mca/state/base/state_base_fns.c                        jdata->state == ORTE_JOB_STATE_NOTIFIED) {
state             975 orte/mca/state/base/state_base_fns.c         if (ORTE_JOB_STATE_NOTIFIED != job->state) {
state             993 orte/mca/state/base/state_base_fns.c                                  (NULL == jdata) ? "UNKNOWN" : orte_job_state_to_str(jdata->state) ));
state              80 orte/mca/state/base/state_base_frame.c MCA_BASE_FRAMEWORK_DECLARE(orte, state, "ORTE State Machine",
state              86 orte/mca/state/base/state_base_frame.c static void orte_state_construct(orte_state_t *state)
state              88 orte/mca/state/base/state_base_frame.c     state->job_state = ORTE_JOB_STATE_UNDEF;
state              89 orte/mca/state/base/state_base_frame.c     state->proc_state = ORTE_PROC_STATE_UNDEF;
state              90 orte/mca/state/base/state_base_frame.c     state->cbfunc = NULL;
state              91 orte/mca/state/base/state_base_frame.c     state->priority = ORTE_INFO_PRI;
state              40 orte/mca/state/base/state_private.h                                                       orte_job_state_t state);
state              42 orte/mca/state/base/state_private.h ORTE_DECLSPEC int orte_state_base_add_job_state(orte_job_state_t state,
state              46 orte/mca/state/base/state_private.h ORTE_DECLSPEC int orte_state_base_set_job_state_callback(orte_job_state_t state,
state              49 orte/mca/state/base/state_private.h ORTE_DECLSPEC int orte_state_base_set_job_state_priority(orte_job_state_t state,
state              52 orte/mca/state/base/state_private.h ORTE_DECLSPEC int orte_state_base_remove_job_state(orte_job_state_t state);
state              58 orte/mca/state/base/state_private.h                                                        orte_proc_state_t state);
state              60 orte/mca/state/base/state_private.h ORTE_DECLSPEC int orte_state_base_add_proc_state(orte_proc_state_t state,
state              64 orte/mca/state/base/state_private.h ORTE_DECLSPEC int orte_state_base_set_proc_state_callback(orte_proc_state_t state,
state              67 orte/mca/state/base/state_private.h ORTE_DECLSPEC int orte_state_base_set_proc_state_priority(orte_proc_state_t state,
state              70 orte/mca/state/base/state_private.h ORTE_DECLSPEC int orte_state_base_remove_proc_state(orte_proc_state_t state);
state             210 orte/mca/state/hnp/state_hnp.c                                orte_proc_state_t state,
state             201 orte/mca/state/novm/state_novm.c     orte_state_caddy_t *state = (orte_state_caddy_t*)cbdata;
state             209 orte/mca/state/novm/state_novm.c     jdata = state->jdata;
state             211 orte/mca/state/novm/state_novm.c     jdata->state = ORTE_JOB_STATE_ALLOCATION_COMPLETE;
state             254 orte/mca/state/novm/state_novm.c     OBJ_RELEASE(state);
state             260 orte/mca/state/novm/state_novm.c     orte_state_caddy_t *state = (orte_state_caddy_t*)cbdata;
state             264 orte/mca/state/novm/state_novm.c     jdata = state->jdata;
state             266 orte/mca/state/novm/state_novm.c     jdata->state = ORTE_JOB_STATE_MAP_COMPLETE;
state             271 orte/mca/state/novm/state_novm.c     OBJ_RELEASE(state);
state             276 orte/mca/state/novm/state_novm.c     orte_state_caddy_t *state = (orte_state_caddy_t*)cbdata;
state             280 orte/mca/state/novm/state_novm.c     jdata = state->jdata;
state             285 orte/mca/state/novm/state_novm.c     jdata->state = ORTE_JOB_STATE_VM_READY;
state             288 orte/mca/state/novm/state_novm.c     OBJ_RELEASE(state);
state             211 orte/mca/state/orted/state_orted.c                 if (ORTE_PROC_STATE_UNTERMINATED < child->state) {
state             212 orte/mca/state/orted/state_orted.c                     if (ORTE_SUCCESS != (rc = opal_dss.pack(alert, &child->state, 1, ORTE_PROC_STATE))) {
state             258 orte/mca/state/orted/state_orted.c     orte_proc_state_t state;
state             271 orte/mca/state/orted/state_orted.c     state = caddy->proc_state;
state             277 orte/mca/state/orted/state_orted.c                          orte_proc_state_to_str(state)));
state             286 orte/mca/state/orted/state_orted.c     if (ORTE_PROC_STATE_RUNNING == state) {
state             288 orte/mca/state/orted/state_orted.c         pdata->state = state;
state             298 orte/mca/state/orted/state_orted.c     } else if (ORTE_PROC_STATE_REGISTERED == state) {
state             300 orte/mca/state/orted/state_orted.c         pdata->state = state;
state             342 orte/mca/state/orted/state_orted.c     } else if (ORTE_PROC_STATE_IOF_COMPLETE == state) {
state             362 orte/mca/state/orted/state_orted.c     } else if (ORTE_PROC_STATE_WAITPID_FIRED == state) {
state             372 orte/mca/state/orted/state_orted.c     } else if (ORTE_PROC_STATE_TERMINATED == state) {
state             381 orte/mca/state/orted/state_orted.c         pdata->state = state;
state             540 orte/mca/state/orted/state_orted.c     if (ORTE_SUCCESS != (rc = opal_dss.pack(alert, &child->state, 1, ORTE_PROC_STATE))) {
state             150 orte/mca/state/state.h                                                                orte_job_state_t state);
state             155 orte/mca/state/state.h typedef int (*orte_state_base_module_add_job_state_fn_t)(orte_job_state_t state,
state             162 orte/mca/state/state.h typedef int (*orte_state_base_module_set_job_state_callback_fn_t)(orte_job_state_t state,
state             168 orte/mca/state/state.h typedef int (*orte_state_base_module_set_job_state_priority_fn_t)(orte_job_state_t state,
state             174 orte/mca/state/state.h typedef int (*orte_state_base_module_remove_job_state_fn_t)(orte_job_state_t state);
state             207 orte/mca/state/state.h                                                                 orte_proc_state_t state);
state             212 orte/mca/state/state.h typedef int (*orte_state_base_module_add_proc_state_fn_t)(orte_proc_state_t state,
state             219 orte/mca/state/state.h typedef int (*orte_state_base_module_set_proc_state_callback_fn_t)(orte_proc_state_t state,
state             225 orte/mca/state/state.h typedef int (*orte_state_base_module_set_proc_state_priority_fn_t)(orte_proc_state_t state,
state             231 orte/mca/state/state.h typedef int (*orte_state_base_module_remove_proc_state_fn_t)(orte_proc_state_t state);
state              91 orte/orted/ft_tester.c                 ORTE_PROC_STATE_UNTERMINATED < child->state) {
state              97 orte/orted/ft_tester.c                                      (unsigned long)child->pid, orte_proc_state_to_str(child->state)));
state             226 orte/orted/orted_comm.c                 jdata->state |= ORTE_JOB_STATE_SUSPENDED;
state             229 orte/orted/orted_comm.c             jdata->state &= ~ORTE_JOB_STATE_SUSPENDED;
state             531 orte/orted/orted_comm.c                     node->state = ORTE_NODE_STATE_ADDED;
state             575 orte/orted/orted_main.c         proc->state = ORTE_PROC_STATE_RUNNING;
state             599 orte/orted/orted_main.c         proc->state = ORTE_PROC_STATE_RUNNING;
state            2087 orte/orted/orted_submit.c         if (OPAL_SUCCESS == opal_dss.unpack(buffer, &trk->jdata->state, &cnt, ORTE_JOB_STATE_T)) {
state            2158 orte/orted/orted_submit.c         opal_dss.unpack(buffer, &trk->jdata->state, &cnt, ORTE_JOB_STATE_T);
state            3197 orte/orted/orted_submit.c                     orte_job_state_to_str(jdata->state),
state            3208 orte/orted/orted_submit.c                             orte_proc_state_to_str(proc->state), proc->exit_code);
state             754 orte/orted/pmix/pmix_server_gen.c                     kv->data.pinfo.state = proct->state;
state             804 orte/orted/pmix/pmix_server_gen.c                         kv->data.pinfo.state = proct->state;
state             960 orte/orted/pmix/pmix_server_gen.c     proc->state = ORTE_PROC_STATE_RUNNING;
state              73 orte/runtime/data_type_support/orte_dt_copy_fns.c     node->state = src->state;
state             257 orte/runtime/data_type_support/orte_dt_packing_fns.c                          (void*)(&(jobs[i]->state)), 1, ORTE_JOB_STATE))) {
state             307 orte/runtime/data_type_support/orte_dt_packing_fns.c         if (ORTE_SUCCESS != (rc = opal_dss_pack_buffer(buffer, (void*)(&(nodes[i]->state)), 1, ORTE_NODE_STATE))) {
state             380 orte/runtime/data_type_support/orte_dt_packing_fns.c                          (void*)(&(procs[i]->state)), 1, ORTE_PROC_STATE))) {
state             196 orte/runtime/data_type_support/orte_dt_print_fns.c               orte_job_state_to_str(src->state), (ORTE_FLAG_TEST(src, ORTE_JOB_FLAG_ABORTED)) ? "True" : "False");
state             348 orte/runtime/data_type_support/orte_dt_print_fns.c              pfx2, (NULL == src->name) ? "UNKNOWN" : src->name, src->state, src->flags);
state             466 orte/runtime/data_type_support/orte_dt_print_fns.c                      ORTE_VPID_PRINT(src->name.vpid), orte_proc_state_to_str(src->state));
state             469 orte/runtime/data_type_support/orte_dt_print_fns.c                      ORTE_VPID_PRINT(src->name.vpid), (int)src->pid, orte_proc_state_to_str(src->state));
state             536 orte/runtime/data_type_support/orte_dt_print_fns.c              orte_proc_state_to_str(src->state), (long)src->app_idx, pfx2, locale, pfx2,  tmp2);
state             255 orte/runtime/data_type_support/orte_dt_unpacking_fns.c                          (&(jobs[i]->state)), &n, ORTE_JOB_STATE))) {
state             323 orte/runtime/data_type_support/orte_dt_unpacking_fns.c                          (&(nodes[i]->state)), &n, ORTE_NODE_STATE))) {
state             406 orte/runtime/data_type_support/orte_dt_unpacking_fns.c                          (&(procs[i]->state)), &n, ORTE_PROC_STATE))) {
state             168 orte/runtime/orte_cr.c int orte_cr_coord(int state)
state             174 orte/runtime/orte_cr.c                         opal_crs_base_state_str((opal_crs_state_type_t)state));
state             180 orte/runtime/orte_cr.c     if(OPAL_CRS_CHECKPOINT == state) {
state             184 orte/runtime/orte_cr.c     else if (OPAL_CRS_CONTINUE == state ) {
state             188 orte/runtime/orte_cr.c     else if (OPAL_CRS_RESTART == state ) {
state             192 orte/runtime/orte_cr.c     else if (OPAL_CRS_TERM == state ) {
state             204 orte/runtime/orte_cr.c     if(OPAL_SUCCESS != (ret = prev_coord_callback(state)) ) {
state             214 orte/runtime/orte_cr.c     if(OPAL_CRS_CHECKPOINT == state) {
state             218 orte/runtime/orte_cr.c     else if (OPAL_CRS_CONTINUE == state ) {
state             222 orte/runtime/orte_cr.c     else if (OPAL_CRS_RESTART == state ) {
state             226 orte/runtime/orte_cr.c     else if (OPAL_CRS_TERM == state ) {
state              45 orte/runtime/orte_cr.h     ORTE_DECLSPEC int orte_cr_coord(int state);
state             536 orte/runtime/orte_globals.c         if (proc->state == ORTE_PROC_STATE_RUNNING) {
state             561 orte/runtime/orte_globals.c     app_context->state = ORTE_APP_STATE_UNDEF;
state             633 orte/runtime/orte_globals.c     job->state = ORTE_JOB_STATE_UNDEF;
state             740 orte/runtime/orte_globals.c     node->state = ORTE_NODE_STATE_UNKNOWN;
state             796 orte/runtime/orte_globals.c     proc->state = ORTE_PROC_STATE_UNDEF;
state             104 orte/runtime/orte_globals.h typedef void (*orte_err_cb_fn_t)(orte_process_name_t *proc, orte_proc_state_t state, void *cbdata);
state             243 orte/runtime/orte_globals.h     orte_app_state_t state;
state             282 orte/runtime/orte_globals.h     orte_node_state_t state;
state             345 orte/runtime/orte_globals.h     orte_job_state_t state;
state             401 orte/runtime/orte_globals.h     orte_proc_state_t state;
state             151 orte/runtime/orte_quit.c     if (ORTE_JOB_STATE_FAILED_TO_START == job->state ||
state             152 orte/runtime/orte_quit.c         ORTE_JOB_STATE_FAILED_TO_LAUNCH == job->state) {
state             273 orte/runtime/orte_quit.c     } else if (ORTE_JOB_STATE_ABORTED == job->state) {
state             278 orte/runtime/orte_quit.c     } else if (ORTE_JOB_STATE_ABORTED_BY_SIG == job->state) {  /* aborted by signal */
state             294 orte/runtime/orte_quit.c     } else if (ORTE_JOB_STATE_ABORTED_WO_SYNC == job->state) { /* proc exited w/o finalize */
state             299 orte/runtime/orte_quit.c     } else if (ORTE_JOB_STATE_COMM_FAILED == job->state) {
state             304 orte/runtime/orte_quit.c     } else if (ORTE_JOB_STATE_SENSOR_BOUND_EXCEEDED == job->state) {
state             318 orte/runtime/orte_quit.c     } else if (ORTE_JOB_STATE_HEARTBEAT_FAILED == job->state) {
state             323 orte/runtime/orte_quit.c                ORTE_JOB_STATE_NON_ZERO_TERM == job->state) {
state             355 orte/runtime/orte_quit.c         if (ORTE_JOB_STATE_UNDEF != job->state &&
state             356 orte/runtime/orte_quit.c             ORTE_JOB_STATE_INIT != job->state &&
state             357 orte/runtime/orte_quit.c             ORTE_JOB_STATE_RUNNING != job->state &&
state             358 orte/runtime/orte_quit.c             ORTE_JOB_STATE_TERMINATED != job->state &&
state             359 orte/runtime/orte_quit.c             ORTE_JOB_STATE_ABORT_ORDERED != job->state) {
state             367 orte/runtime/orte_quit.c                 if (ORTE_PROC_STATE_FAILED_TO_START == pptr->state ||
state             368 orte/runtime/orte_quit.c                     ORTE_PROC_STATE_FAILED_TO_LAUNCH == pptr->state) {
state             370 orte/runtime/orte_quit.c                 } else if (ORTE_PROC_STATE_ABORTED == pptr->state) {
state             372 orte/runtime/orte_quit.c                 } else if (ORTE_PROC_STATE_ABORTED_BY_SIG == pptr->state) {
state             374 orte/runtime/orte_quit.c                 } else if (ORTE_PROC_STATE_SENSOR_BOUND_EXCEEDED == pptr->state) {
state             288 orte/util/dash_host/dash_host.c             node->state = ORTE_NODE_STATE_UP;
state             227 orte/util/error_strings.c const char *orte_job_state_to_str(orte_job_state_t state)
state             229 orte/util/error_strings.c     switch(state) {
state             335 orte/util/error_strings.c const char *orte_app_ctx_state_to_str(orte_app_state_t state)
state             337 orte/util/error_strings.c     switch(state) {
state             353 orte/util/error_strings.c const char *orte_proc_state_to_str(orte_proc_state_t state)
state             355 orte/util/error_strings.c     switch(state) {
state             421 orte/util/error_strings.c const char *orte_node_state_to_str(orte_node_state_t state)
state             423 orte/util/error_strings.c     switch(state) {
state              40 orte/util/error_strings.h ORTE_DECLSPEC const char *orte_job_state_to_str(orte_job_state_t state);
state              42 orte/util/error_strings.h ORTE_DECLSPEC const char *orte_app_ctx_state_to_str(orte_app_state_t state);
state              44 orte/util/error_strings.h ORTE_DECLSPEC const char *orte_proc_state_to_str(orte_proc_state_t state);
state              46 orte/util/error_strings.h ORTE_DECLSPEC const char *orte_node_state_to_str(orte_node_state_t state);
state             409 orte/util/nidmap.c                 proc->state = ORTE_PROC_STATE_RUNNING;
state            1227 orte/util/nidmap.c                 proc->state = ORTE_PROC_STATE_INIT;
state             111 oshmem/mca/atomic/mxm/atomic_mxm.h     sreq->base.state        = MXM_REQ_NEW;
state             617 oshmem/mca/spml/ikrit/spml_ikrit.c     sreq->base.state = MXM_REQ_NEW;
state             758 oshmem/mca/spml/ikrit/spml_ikrit.c     fence_req->mxm_req.base.state = MXM_REQ_NEW;
state             785 oshmem/mca/spml/ikrit/spml_ikrit.c     if (put_req->mxm_req.base.state != MXM_REQ_COMPLETED)
state             786 oshmem/mca/spml/ikrit/spml_ikrit.c     SPML_ERROR("oops: pe %d uncompleted request state %d", put_req->pe, put_req->mxm_req.base.state);
state             869 oshmem/mca/spml/ikrit/spml_ikrit.c     put_req->mxm_req.base.state = MXM_REQ_NEW;
state             937 oshmem/mca/spml/ikrit/spml_ikrit.c     mxm_req.base.state = MXM_REQ_NEW;
state             951 oshmem/mca/spml/ikrit/spml_ikrit.c     wait.state = (mxm_req_state_t)(MXM_REQ_SENT | MXM_REQ_COMPLETED);
state             998 oshmem/mca/spml/ikrit/spml_ikrit.c     wait.state = (mxm_req_state_t)(MXM_REQ_SENT | MXM_REQ_COMPLETED);
state            1047 oshmem/mca/spml/ikrit/spml_ikrit.c     req.base.state = MXM_REQ_NEW;
state            1088 oshmem/mca/spml/ikrit/spml_ikrit.c     req.base.state = MXM_REQ_NEW;
state              78 oshmem/runtime/oshmem_shmem_finalize.c     int32_t state = ompi_mpi_state;
state              80 oshmem/runtime/oshmem_shmem_finalize.c         (state >= OMPI_MPI_STATE_INIT_COMPLETED &&
state              81 oshmem/runtime/oshmem_shmem_finalize.c          state < OMPI_MPI_STATE_FINALIZE_PAST_COMM_SELF_DESTRUCT) &&