Searched defs:states (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_util.c64 const char *states[] = { local
83 return (states[state]);
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dmain.c394 int states,jmpval; local
443 states = sh_getstate();
455 sh_setstate(states);
479 sh_setstate(states);
/osnet-11/usr/src/lib/libcmd/common/
H A Dcat.c124 vcat(register char* states, Sfio_t* ip, Sfio_t* op, Reserve_f reserve, int flags) argument
150 states[0] = T_ENDBUF;
156 while (!(n = states[*cp++]));
160 while (!(n = states[*cp++]));
192 states[0] = sfvalue(ip) ? T_ERROR : T_EOF;
198 states[0] = n ? T_ERROR : T_EOF;
277 states[0] = (m = sfvalue(ip)) ? T_ERROR : T_EOF;
283 states[0] = m ? T_ERROR : T_EOF;
296 if (!(n = states[c]))
317 } while (states[
406 char states[UCHAR_MAX+1]; local
[all...]
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Ddisks_private.h72 int *states; member in struct:path
/osnet-11/usr/src/lib/libbsm/common/
H A Dadt.c72 * Local audit states are a bit mask
74 * The global audit states are
79 * The local Zone states are
132 * of audit states set in the argument.
137 adt_audit_state(int states) argument
142 return ((auditstate & states) ? B_TRUE : B_FALSE);
/osnet-11/usr/src/lib/libshell/common/include/
H A Ddefs.h83 int states; member in struct:sh_scoped
189 unsigned char *sigflag; /* pointer to signal states */ \
286 /* states */
287 /* low numbered states are same as options */
463 #define sh_isstate(x) (sh.st.states&sh_state(x))
464 #define sh_onstate(x) (sh.st.states |= sh_state(x))
465 #define sh_offstate(x) (sh.st.states &= ~sh_state(x))
466 #define sh_getstate() (sh.st.states)
467 #define sh_setstate(x) (sh.st.states = (x))
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/unicode/
H A Dure.c149 * This is a structure used to track a list or a stack of states.
158 * Structure to track the list of unique states for a symbol
167 _ure_stlist_t states; member in struct:__anon1040
184 * Structure used for keeping lists of states.
187 _ure_state_t *states; member in struct:__anon1042
193 * Structure to track pairs of DFA states when equivalent states are
227 * The reduced table of unique groups of NFA states.
229 _ure_statetable_t states; member in struct:_ure_buffer_t
232 * Tracks states whe
256 _ure_dstate_t *states; member in struct:_ure_dfa_t
1315 _ure_add_state(ucs2_t nstates, ucs2_t *states, _ure_buffer_t *b) argument
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c796 pciehpc_led_t states[] = { local
833 n = sizeof (states)/sizeof (pciehpc_led_t);
835 led = states[i];

Completed in 53 milliseconds