Searched refs:pstate (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dmbsinit.c44 const char *pstate = (const char *)ps; local
46 return pstate[0] == 0;
H A Dmbrtowc.c41 char *pstate = (char *)ps; local
43 if (pstate == NULL)
44 pstate = internal_state;
58 size_t nstate = pstate[0];
70 buf[2] = pstate[3];
73 buf[1] = pstate[2];
76 buf[0] = pstate[1];
108 pstate[0] = 0;
295 pstate[++k] = s[0];
298 pstate[
[all...]
H A Dargp.h365 void *pstate; /* Private, for use by argp. */
361 void *pstate; /* Private, for use by argp. */ member in struct:argp_state
H A Dargp-parse.c523 parser->state.pstate = parser;
951 if (state && state->pstate)
954 struct parser *parser = state->pstate;
H A Dregexec.c143 re_dfastate_t *pstate)
148 re_dfastate_t *pstate)
877 re_dfastate_t *pstate = mctx.state_log[match_last];
878 mctx.last_node = check_halt_state_context (&mctx, pstate,
2375 re_dfastate_t *pstate;
2382 pstate = mctx->state_log[cur_idx];
2383 log_nodes = pstate->entrance_nodes;
2541 transit_state_mb (re_match_context_t *mctx, re_dfastate_t *pstate)
2547 for (i = 0; i < pstate->nodes.nelem; ++i)
2550 Idx cur_node_idx = pstate
874 re_dfastate_t *pstate = mctx.state_log[match_last]; local
2371 re_dfastate_t *pstate; local
2537 transit_state_mb(re_match_context_t *mctx, re_dfastate_t *pstate) argument
[all...]
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DProcessState.java74 ProcessState pstate = (ProcessState)oldInstance;
76 "new", new Object[] { pstate.getProcessID(),
77 pstate.getState().name(),
78 pstate.getTerminationSignal(),
79 pstate.getTerminationSignalName(),
80 pstate.getExitStatus(),
81 pstate.getMessage() });
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_list.c1939 di_path_state_t pstate; local
1984 if ((pstate = di_path_state(path)) !=
2015 if (((pstate = di_path_state(path)) ==
2017 (pstate == DI_PATH_STATE_FAULT)) {
2056 if (((pstate = di_path_state(path)) ==
2058 (pstate ==
2133 di_path_state_t pstate; local
2174 if ((pstate = di_path_state(path)) !=
2208 if (((pstate = di_path_state(path)) ==
2210 (pstate
2884 di_path_state_t pstate; local
[all...]
/osnet-11/usr/src/lib/libpctx/common/
H A Dlibpctx.c534 int pstate; local
614 switch (pstate = Pstate(pctx->Pr)) {
620 (pstate = Pstate(pctx->Pr)) != PS_STOP) {
634 if ((pstate = Pstate(pctx->Pr)) != PS_LOST)
653 (int)pid, pstate);
657 if (pstate != PS_STOP)
/osnet-11/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.c156 struct parsestate pstate; /* for startparse(), nextlhs(), etc */ local
257 startparse(&pstate, &linebuf[sizeof (Header) - 1]);
258 while ((lhsp = nextlhs(&pstate)) != NULL) {
261 if ((rhsp = nextrhs(&pstate)) == NULL) {
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dlemon.c1859 struct pstate { struct
1904 struct pstate *psp;
2285 struct pstate ps;

Completed in 108 milliseconds