HomeSort by relevance Sort by last modified time
    Searched defs:state (Results 1 - 25 of 761) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /onnv/onnv-gate/usr/src/cmd/fm/fmadm/common/
config.c 35 const char *state; local
38 state = "failed";
40 state = "active";
43 ami->ami_name, ami->ami_vers, state, ami->ami_desc);
  /onnv/onnv-gate/usr/src/lib/udapl/udapl_tavor/common/
dapl_evd_dto_callb.c 70 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) {
  /onnv/onnv-gate/usr/src/lib/libast/common/regex/
reginit.c 25 * posix regex state and alloc
43 * state shared by all threads
46 State_t state = variable
  /onnv/onnv-gate/usr/src/lib/libpp/common/
ppsym.c 37 register int state; local
55 state = 0;
72 state++;
77 if (state)
84 if (state)
87 state = 0;
  /onnv/onnv-gate/usr/src/cmd/audio/include/
Fir.h 41 * 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[order - 1] = inpu
57 double *state; \/\/ "order" filter states member in class:Fir
    [all...]
  /onnv/onnv-gate/usr/src/grub/grub-0.97/netboot/
config.c 26 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->dev.driver == 0
78 struct isa_probe_state *state = &dev->state.isa; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/
md4.h 48 uint32_t state[4]; /* state (ABCD) */ member in struct:__anon7363
md5.h 56 uint32_t state[4]; /* state (ABCD) */ member in struct:__anon7364
sha1.h 38 * 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:__anon8166
  /onnv/onnv-gate/usr/src/lib/sun_sas/common/
verify.c 40 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);
  /onnv/onnv-gate/usr/src/lib/libast/common/comp/
re_comp.c 39 } state; variable in typeref:struct:__anon27
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.error))
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/
DSModuleEvent.java 51 private int state; field in class:DSModuleEvent
54 * Constructs a DSModuleEvent from a source and state.
56 * @param state DATA_VALID or DATA_INVALID.
58 public DSModuleEvent(Object source, int state) {
60 this.state = state;
64 * Returns the state of the event.
65 * @return the state of the event.
68 return state;
  /onnv/onnv-gate/usr/src/common/openssl/crypto/md2/
md2.h 79 MD2_INT state[MD2_BLOCK]; member in struct:MD2state_st
  /onnv/onnv-gate/usr/src/lib/libnsl/rpc/
rpc_td.c 49 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)
  /onnv/onnv-gate/usr/src/lib/libsasl/include/
md5_private.h 43 UINT4 state[4]; /* state (ABCD) */ member in struct:__anon4084
  /onnv/onnv-gate/usr/src/uts/common/brand/lx/sys/
ldlinux.h 99 int state; /* state information */ member in struct:ldlinux
  /onnv/onnv-gate/usr/src/uts/common/xen/io/
xenbus_probe.c 131 XenbusState state; local
145 state = xenbus_read_driver_state(dev->otherend);
148 printf("state is %d, %s, %s",
149 state, dev->otherend_watch.node, vec[XS_WATCH_PATH]);
152 dev->otherend_changed(dev, state);
172 return (xenbus_watch_path2(dev, dev->otherend, "state",
  /onnv/onnv-gate/usr/src/cmd/fm/fmdump/common/
asru.c 49 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);
78 char buf[32], state[32]; local
86 state[0] = '\0';
89 (void) strcat(state, ",faulty");
91 (void) strcat(state, ",unusable")
    [all...]
  /onnv/onnv-gate/usr/src/cmd/acctadm/
aconf.h 42 int state; member in struct:acctconf
  /onnv/onnv-gate/usr/src/cmd/fmli/sys/
chgenv.c 49 register int state; local
70 state = LOOKING;
73 if (state == SKIPPING) {
75 state = LOOKING;
80 if (state == LOOKING) {
90 state = SKIPPING;
96 state = 0;
99 state = LOOKING;
  /onnv/onnv-gate/usr/src/cmd/fs.d/zfs/fstyp/
fstyp.c 87 uint64_t state; local
98 &state) != 0 || state == POOL_STATE_DESTROYED) {
  /onnv/onnv-gate/usr/src/cmd/nscd/
nscd_smfmonitor.c 42 * init service state table
66 char *state = NULL; local
69 state = smf_get_state(NSCD_SMF_SVC_FMRI(srci));
70 if (state == NULL)
74 (me, "%s -- %s\n", state, NSCD_SMF_SVC_FMRI(srci));
82 if (strcmp(state, SCF_STATE_STRING_UNINIT) == 0)
84 else if (strcmp(state, SCF_STATE_STRING_MAINT) == 0)
86 else if (strcmp(state, SCF_STATE_STRING_OFFLINE) == 0)
88 else if (strcmp(state, SCF_STATE_STRING_DISABLED) == 0)
90 else if (strcmp(state, SCF_STATE_STRING_ONLINE) == 0
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ssh/libopenbsd-compat/common/
base64.c 205 int tarindex, state, ch; local
208 state = 0;
222 switch (state) {
229 state = 1;
240 state = 2;
251 state = 3;
260 state = 0;
272 switch (state) {
312 if (state != 0)
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
prof_set.c 89 void *state; local
107 state = 0;
109 &state, &section);
116 state = 0;
117 retval = profile_find_node(section, *cpp, old_value, 0, &state, &node);
141 void *state; local
153 state = 0;
155 &state, &section);
160 state = 0;
162 retval = profile_find_node(section, *cpp, 0, 0, &state, &node)
187 void *state; local
241 void *state; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libdiskmgt/common/
inuse_zpool.c 57 pool_state_t *state, char **name, boolean_t *);
73 pool_state_t state; local
97 if (zfsdl_zpool_in_use(zfs_hdl, fd, &state,
100 if (state == POOL_STATE_ACTIVE) {
102 } else if (state == POOL_STATE_SPARE) {
105 } else if (state == POOL_STATE_L2CACHE) {

Completed in 660 milliseconds

1 2 3 4 5 6 7 8 91011>>