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

1234567891011>>

/illumos-gate/usr/src/boot/lib/libz/
H A Dgzclose.c15 gz_statep state; local
19 state = (gz_statep)file;
21 return state->mode == GZ_READ ? gzclose_r(file) : gzclose_w(file);
/illumos-gate/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];
/illumos-gate/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;
/illumos-gate/usr/src/cmd/audio/include/
H A DFir.h41 * coef[1] * state[order - 1] +
42 * coef[2] * state[order - 2] +
44 * coef[order] * state[0]
47 * state[0] = state[1]
48 * state[1] = state[2]
50 * state[order - 2] = state[order - 1]
51 * state[orde
57 double *state; // "order" filter states member in class:Fir
[all...]
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/
H A Ddefault_state.c63 (krb5_context context, krb5_data *state)
65 if (state->data) {
66 FREE (state->data, state->length);
67 state-> data = NULL;
68 state->length = 0;
62 krb5int_default_free_state(krb5_context context, krb5_data *state) argument
/illumos-gate/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);
/illumos-gate/usr/src/uts/sun4/os/
H A Dcpupm_mach.c48 cpupm_plat_change_state(struct cpu *cp, cpupm_state_t *state) argument
/illumos-gate/usr/src/uts/common/sys/
H A Dmd4.h48 uint32_t state[4]; /* state (ABCD) */ member in struct:__anon8150
H A Dsha1.h38 * NOTE: n2rng (Niagara2 RNG driver) accesses the state field of
40 * compatiblity with n2rng. The important thing is that the state
41 * must be in a field declared as uint32_t state[5].
45 uint32_t state[5]; /* state (ABCDE) */ member in struct:__anon9016
H A Dmd5.h56 uint32_t state[4]; /* state (ABCD) */ member in struct:__anon8151
/illumos-gate/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
/illumos-gate/usr/src/lib/libsasl/include/
H A Dmd5_private.h43 UINT4 state[4]; /* state (ABCD) */ member in struct:__anon3925
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_td.c49 int state; local
54 if ((state = t_getstate(fd)) == -1)
58 if ((state == T_IDLE) && (t_optreq.flags != T_NEGOTIATE)) {
91 if (state == T_IDLE)
/illumos-gate/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...]
/illumos-gate/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;
/illumos-gate/usr/src/cmd/fm/fmadm/common/
H A Dconfig.c35 const char *state; local
38 state = "failed";
40 state = "active";
43 ami->ami_name, ami->ami_vers, state, ami->ami_desc);
/illumos-gate/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) {
/illumos-gate/usr/src/uts/common/ktli/
H A Dt_kgtstate.c43 * Kernel TLI-like function to get the state of an
47 * 0 on success and "state" is set to the current state,
69 t_kgetstate(TIUSER *tiptr, int *state) argument
83 if (state == NULL)
110 *state = T_UNBND;
114 *state = T_IDLE;
118 *state = T_INCON;
122 *state = T_OUTCON;
126 *state
[all...]
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dre_comp.c39 } state; variable in typeref:struct:__anon2607
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...]
/illumos-gate/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
/illumos-gate/usr/src/lib/libshare/common/
H A Dparser.c48 int state = TK_INIT; local
61 switch (state) {
70 state = TK_QUOTED;
75 state = TK_TOKEN;
/illumos-gate/usr/src/lib/libuuid/common/
H A Detheraddr.c102 walker_arg_t state; local
110 state.wa_addrvalid = B_FALSE;
111 dlpi_walk(get_etheraddr, &state, 0);
112 if (state.wa_addrvalid)
113 bcopy(state.wa_etheraddr, node, state.wa_etheraddrlen);
115 return (state.wa_addrvalid ? 0 : -1);
H A Duuid_misc.h64 * data type for UUID generator persistent state
74 uuid_state_t state; member in struct:__anon4187
/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_look.c47 int state; local
60 state = _t_look_locked(fd, tiptr, do_expinline_peek, api_semantics);
66 return (state);
103 * - When returning TFLOW set state to indicate if it was
105 * - In routines that set TFLOW, clear the above set state
107 * - In this routine, if that state flag is set,
/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dasru.c49 char buf[32], state[32]; local
57 state[0] = '\0';
60 (void) strcat(state, ",faulty");
62 (void) strcat(state, ",unusable");
64 (void) strcat(state, ",ok");
67 fmdump_date(buf, sizeof (buf), rp), uuid, state + 1);
79 char buf[32], state[32]; local
87 state[0] = '\0';
90 (void) strcat(state, ",faulty");
92 (void) strcat(state, ",unusabl
[all...]

Completed in 118 milliseconds

1234567891011>>