Searched defs:state (Results 1 - 25 of 337) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libdll/common/
H A Ddllerror.c28 Dllstate_t state; variable
40 if (state.error)
42 state.error = retain;
43 return state.errorbuf;
48 state.error = retain;
49 sfsprintf(state.errorbuf, sizeof(state.errorbuf), "%s", s);
H A Ddlllib.h26 #define state _dll_state macro
34 extern Dllstate_t state;
/osnet-11/usr/src/lib/libpp/common/
H A Dppsym.c37 register int state; local
55 state = 0;
72 state++;
77 if (state)
84 if (state)
87 state = 0;
/osnet-11/usr/src/lib/librstp/common/
H A Dchoose.h32 char * GET_STATE_NAME (int state) argument
38 if (BEGIN == state) return "Begin";
39 return state_names[state];
/osnet-11/usr/src/grub/grub2/grub-core/lib/i386/
H A Dreboot.c33 struct grub_relocator16_state state; local
48 state.gs = state.fs = state.es = state.ds = state.ss = segment;
49 state.sp = 0;
50 state.cs = segment;
51 state.ip = 0;
52 state
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/term/i386/
H A Dvga_common.c33 grub_term_color_state state)
35 switch (state) {
32 grub_console_setcolorstate(struct grub_term_output *term, grub_term_color_state state) argument
/osnet-11/usr/src/lib/sun_sas/common/
H A Dverify.c40 uint_t state; local
65 state = di_state(node);
66 if (((state & DI_DRIVER_DETACHED) == DI_DRIVER_DETACHED) ||
67 ((state & DI_BUS_DOWN) == DI_BUS_DOWN) ||
68 ((state & DI_BUS_QUIESCED) == DI_BUS_QUIESCED)) {
71 "devinfo node is not online state: %d", state);
/osnet-11/usr/src/lib/libsasl/include/
H A Dmd5_private.h40 UINT4 state[4]; /* state (ABCD) */ member in struct:__anon2474
/osnet-11/usr/src/lib/libnsl/rpc/
H A Drpc_td.c45 int state; local
50 if ((state = t_getstate(fd)) == -1)
54 if ((state == T_IDLE) && (t_optreq.flags != T_NEGOTIATE)) {
86 if (state == T_IDLE)
/osnet-11/usr/src/lib/libpower/i386/
H A Dpm_se.c56 * if the hardware supports a usable "S" state. For now, we only
77 * are API's that allow for more specific suspend state selection, this
81 pm_has_sx(int state) argument
116 * Construct a name to pass for the interested state
118 if (asprintf(&name, "S%-d", state) <= 0) {
131 * Not having this state is not an error, but we done
147 * The kstat indicates this machine has this "S" state
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/
H A Dstate.c7 * lib/crypto/state.c
64 krb5_data *state)
78 (context, state);
63 krb5_c_free_state(krb5_context context, const krb5_keyblock *key, krb5_data *state) argument
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dconfig.c26 struct pci_probe_state *state = &dev->state.pci; local
29 state->advance = 1;
30 state->dev.driver = 0;
31 state->dev.bus = 0;
32 state->dev.devfn = 0;
36 if ((dev->how_probe != PROBE_AWAKE) && state->advance) {
37 find_pci(dev->type, &state->dev);
40 state->advance = 1;
42 if (state
78 struct isa_probe_state *state = &dev->state.isa; local
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dconsole.c35 console_setcolorstate (color_state state) argument
37 switch (state) {
52 console_color_state = state;
/osnet-11/usr/src/lib/libast/common/comp/
H A Dre_comp.c39 } state; variable in typeref:struct:__anon1126
48 if (state.valid)
54 if (state.valid)
56 state.valid = 0;
57 regfree(&state.re);
59 if (!(r = regcomp(&state.re, pattern, REG_LENIENT|REG_NOSUB|REG_NULL)))
61 state.valid = 1;
65 regerror(r, &state.re, state.error, sizeof(state
[all...]
/osnet-11/usr/src/lib/libast/common/regex/
H A Dreginit.c25 * posix regex state and alloc
43 * state shared by all threads
46 State_t state = variable
/osnet-11/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_evd_dto_callb.c70 DAPL_EVD_STATE state; local
86 state = *(volatile DAPL_EVD_STATE *) &evd_ptr->evd_state;
89 "-- dapl_evd_dto_callback: CQ %p, state %x\n",
91 state);
101 if (state == DAPL_EVD_STATE_WAITED) {
117 } else if (state == DAPL_EVD_STATE_OPEN) {
/osnet-11/usr/src/lib/libnsl/nsl/
H A Dt_look.c44 int state; local
57 state = _t_look_locked(fd, tiptr, do_expinline_peek, api_semantics);
63 return (state);
100 * - When returning TFLOW set state to indicate if it was
102 * - In routines that set TFLOW, clear the above set state
104 * - In this routine, if that state flag is set,
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dccdefault.c87 kim_credential_state state; local
98 err = kim_ccache_get_state (kimccache, &state);
101 if (err || state != kim_credentials_state_valid) {
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dcat.c39 struct grub_arg_list *state = ctxt->state; local
46 if (state[0].set)
H A Decho.c38 struct grub_arg_list *state = ctxt->state; local
43 if (state[0].set)
60 if (*arg == '\\' && state[1].set)
H A Dkeystatus.c59 struct grub_arg_list *state = ctxt->state; local
63 if (state[0].set)
65 if (state[1].set)
67 if (state[2].set)
H A Dprobe.c52 struct grub_arg_list *state = ctxt->state; local
73 if (state[1].set)
80 if (state[0].set)
81 grub_env_set (state[0].arg, val);
86 if (state[2].set)
91 if (state[0].set)
92 grub_env_set (state[0].arg, val);
100 if (state[3].set)
102 if (state[
[all...]
H A Dsleep.c66 struct grub_arg_list *state = ctxt->state; local
84 if (state[0].set)
87 if (state[1].set)
95 if (state[0].set)
/osnet-11/usr/src/grub/grub2/grub-core/commands/i386/pc/
H A Dhalt.c89 /* set the power state to off */
106 struct grub_arg_list *state = ctxt->state; local
109 if (state[0].set)
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dmbsrtowcs.c88 mbstate_t state = *ps; local
110 ret = mbrtowc (NULL, src, src_avail, &state);
121 /* Here mbsinit (&state). */

Completed in 62 milliseconds

1234567891011>>