Searched defs:next_state (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libc/port/threads/
H A Ddoor_calls.c519 enum door_xsync_state next_state; local
523 next_state = DOOR_XSYNC_SETSPEC_FAIL;
536 next_state = DOOR_XSYNC_BOUND;
538 next_state = DOOR_XSYNC_BINDFAIL;
547 next_state = DOOR_XSYNC_ABORTED;
549 xsp->state = next_state;
554 if (next_state != DOOR_XSYNC_BOUND) {
562 next_state = xsp->state;
563 ASSERT(next_state == DOOR_XSYNC_ENTER_SERVICE ||
564 next_state
[all...]
/osnet-11/usr/src/lib/librestart/common/
H A Dlibrestart.c622 int state, next_state; local
641 &next_state) != 0)) {
648 e->re_next_state = next_state;
782 restarter_instance_state_t *state, restarter_instance_state_t *next_state)
787 *next_state = e->re_next_state;
872 restarter_instance_state_t next_state,
926 id.i_next_state = next_state;
781 restarter_event_get_current_states(restarter_event_t *e, restarter_instance_state_t *state, restarter_instance_state_t *next_state) argument
869 restarter_set_states(restarter_event_handle_t *h, const char *inst, restarter_instance_state_t cur_state, restarter_instance_state_t new_cur_state, restarter_instance_state_t next_state, restarter_instance_state_t new_next_state, restarter_error_t e, restarter_str_t aux) argument
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/unicode/
H A Dure.c241 ucs2_t next_state; member in struct:__anon1044
1798 tp->next_state = buf->states.states[sp->trans[j].rhs].id;
1942 fprintf(out, "S%hd", sp->trans[j].next_state);
2064 stp = dfa->states + stp->trans[i].next_state;
2110 stp = dfa->states + stp->trans[i].next_state;
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregexec.c135 re_dfastate_t *next_state)
2359 re_dfastate_t *next_state)
2366 mctx->state_log[cur_idx] = next_state;
2371 mctx->state_log[cur_idx] = next_state;
2384 if (next_state != NULL)
2386 table_nodes = next_state->entrance_nodes;
2400 next_state = mctx->state_log[cur_idx]
2403 this function is next_state and ERR is already set. */
2409 if (BE (dfa->nbackref, 0) && next_state != NULL)
2414 *err = check_subexp_matching_top (mctx, &next_state
2354 merge_state_with_log(reg_errcode_t *err, re_match_context_t *mctx, re_dfastate_t *next_state) argument
[all...]
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_internal.h753 ns_state_t next_state; member in struct:ns_ldap_cookie

Completed in 71 milliseconds