Searched refs:state (Results 276 - 300 of 1495) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/ttymon/
H A Dtmpmtab.c73 int input, state, size, rawc, field, linenum; local
160 for (state=P_TAG,ptr=line;state !=FAILURE && state !=SUCCESS;) {
161 switch(state) {
168 field = state;
169 state = FAILURE;
190 field = state;
191 state = FAILURE;
198 field = state;
[all...]
/illumos-gate/usr/src/uts/common/tnf/
H A Dtnf_buf.h103 * The STOPPED bit may be or-ed into the state field.
106 #define TNFW_B_SET_STOPPED(state) ((state) |= TNFW_B_STOPPED)
107 #define TNFW_B_UNSET_STOPPED(state) ((state) &= ~TNFW_B_STOPPED)
108 #define TNFW_B_IS_STOPPED(state) ((state) & TNFW_B_STOPPED)
143 * Global tracing state
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_wr.h176 int hermon_post_send(hermon_state_t *state, hermon_qphdl_t qphdl,
178 int hermon_post_recv(hermon_state_t *state, hermon_qphdl_t qphdl,
180 int hermon_post_srq(hermon_state_t *state, hermon_srqhdl_t srqhdl,
184 int hermon_wrid_from_reset_handling(hermon_state_t *state, hermon_qphdl_t qp);
185 int hermon_wrid_to_reset_handling(hermon_state_t *state, hermon_qphdl_t qp);
191 void hermon_check_qp_debug(hermon_state_t *state, hermon_qphdl_t qp);
H A Dhermon_cfg.h194 int hermon_cfg_profile_init_phase1(hermon_state_t *state);
195 int hermon_cfg_profile_init_phase2(hermon_state_t *state);
196 void hermon_cfg_profile_fini(hermon_state_t *state);
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_rsrc.h106 state->ts_instance)
258 * through the driver's soft state structure.
272 * soft state structure of the Tavor driver instance with which it is
338 int tavor_rsrc_alloc(tavor_state_t *state, tavor_rsrc_type_t rsrc,
340 void tavor_rsrc_free(tavor_state_t *state, tavor_rsrc_t **hdl);
341 int tavor_rsrc_init_phase1(tavor_state_t *state);
342 int tavor_rsrc_init_phase2(tavor_state_t *state);
343 void tavor_rsrc_fini(tavor_state_t *state,
H A Dtavor_cfg.h230 int tavor_cfg_profile_init_phase1(tavor_state_t *state);
231 int tavor_cfg_profile_init_phase2(tavor_state_t *state);
232 void tavor_cfg_profile_fini(tavor_state_t *state);
/illumos-gate/usr/src/uts/sun4v/io/
H A Dds_snmp.c74 * The single mutex 'lock' protects all the SNMP/DS variables in the state
93 ds_snmp_flags_t state; member in struct:ds_snmp_state
436 cmn_err(CE_WARN, "%s@%d: Unable to allocate state",
457 sp->state = DS_SNMP_READY;
582 if (sp->state != DS_SNMP_DATA_AVL && sp->state != DS_SNMP_DATA_ERR) {
588 while (sp->state != DS_SNMP_DATA_AVL &&
589 sp->state != DS_SNMP_DATA_ERR) {
603 if (sp->state == DS_SNMP_DATA_ERR) {
610 sp->state
[all...]
/illumos-gate/usr/src/cmd/lp/cmd/scripts/
H A Dlpsched40 state=`svcprop -p restarter/state svc:/application/print/server:default`
41 if [ "$state" = "online" ] ; then
/illumos-gate/usr/src/common/lzma/
H A DLzmaDec.h39 /* ---------- LZMA Decoder state ---------- */
57 unsigned state; member in struct:__anon1987
118 /* There are two variants to allocate state for Dictionary Interface:
133 SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc);
134 void LzmaDec_Free(CLzmaDec *state, ISzAlloc *alloc);
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dhercules.c143 hercules_setcolorstate (color_state state) argument
145 switch (state) {
160 herc_color_state = state;
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/watchdog/
H A Dpiclwatchdog.c86 static int state_configured = 0; /* chassis state */
205 * get the HEALTHY# line state
239 * posts picl-state-change event if there is change in watchdog-timer state
242 post_wd_state_event(picl_nodehdl_t nodeh, char *state) argument
250 if (state == NULL) {
273 state)) != 0) {
300 * Updates the State value in picl tree and posts a state-change event
306 char state[PICL_PROPNAMELEN_MAX]; local
310 (void) strncpy(state, PICL_PROPVAL_WD_STATE_ARME
537 int err, state; local
1133 wd_get_status(wd_state_t *state) argument
1179 wd_state_t state; local
[all...]
/illumos-gate/usr/src/cmd/tr/
H A Dtr.c228 if (s1.state == CCLASS_LOWER &&
229 s2.state == CCLASS_UPPER &&
238 } while (s1.state == CCLASS_LOWER && s1.cnt > 1);
243 } while (s2.state == CCLASS_UPPER && s2.cnt > 1);
245 } else if (s1.state == CCLASS_UPPER &&
246 s2.state == CCLASS_LOWER &&
255 } while (s1.state == CCLASS_UPPER && s1.cnt > 1);
260 } while (s2.state == CCLASS_LOWER && s2.cnt > 1);
283 s2.state = NORMAL;
294 if ((s2.state
[all...]
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c222 * our retained error state.
963 * Initialize a symbol table state structure
966 * state - State structure to be initialized
976 init_symtbl_state(SYMTBL_STATE *state, Cache *cache, Word shnum, Word secndx, argument
982 state->file = file;
983 state->ehdr = ehdr;
984 state->cache = cache;
985 state->osabi = osabi;
986 state->shnum = shnum;
987 state
1040 symbols_getxindex(SYMTBL_STATE *state) argument
1081 output_symbol(SYMTBL_STATE *state, Word symndx, Word info, Word disp_symndx, Sym *sym) argument
1323 SYMTBL_STATE state; local
2444 SYMTBL_STATE state; local
3583 parse_note_entry(parse_note_t *state) argument
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dvalidate.c48 if (ctx && ctx->state != BAD)
/illumos-gate/usr/src/lib/libsasl/include/
H A Dhmac-md5.h26 /* intermediate HMAC state
48 /* precalculate intermediate state from key
53 /* initialize context from intermediate state
55 void _sasl_hmac_md5_import(HMAC_MD5_CTX *hmac, HMAC_MD5_STATE *state);
H A Dmd5_private.h43 UINT4 state[4]; /* state (ABCD) */ member in struct:__anon3925
/illumos-gate/usr/src/lib/libc/port/threads/
H A Ddoor_calls.c48 * Global state -- the non-statics are accessed from the __door_return()
468 * has its own startup state, all such state are protected by the same
497 volatile enum door_xsync_state state; member in struct:door_xsync
543 ASSERT(xsp->state == DOOR_XSYNC_CREATEWAIT ||
544 xsp->state == DOOR_XSYNC_ABORT);
546 if (xsp->state == DOOR_XSYNC_ABORT)
549 xsp->state = next_state;
559 while (xsp->state == DOOR_XSYNC_BOUND)
562 next_state = xsp->state;
[all...]
/illumos-gate/usr/src/common/crypto/md4/
H A Dmd4.c110 context->state[0] = 0x67452301UL;
111 context->state[1] = 0xefcdab89UL;
112 context->state[2] = 0x98badcfeUL;
113 context->state[3] = 0x10325476UL;
143 MD4Transform(context->state, (uchar_t *)context->buffer);
146 MD4Transform(context->state, (uchar_t *)&input[i]);
180 /* Store state in digest */
181 Encode(digest, context->state, 16);
188 * MD4 basic transformation. Transforms state based on block.
191 MD4Transform(uint32_t state[ argument
[all...]
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dttymux_rcm_impl.h86 uint_t state; member in struct:link
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/kssl/ksslcfg/
H A Dksslcfg_delete.c49 char *state; local
72 /* Check state after the wait */
73 if ((state = smf_get_state(fmri)) != NULL) {
74 if (strcmp(state, "disabled") == 0)
196 char *state; local
199 state = smf_get_state(buf);
200 if (state)
201 KSSL_DEBUG("state=%s\n", state);
202 if (state
[all...]
/illumos-gate/usr/src/cmd/fm/notify/smtp-notify/common/
H A Dprocess_msg_template.sh63 cat $tmpfile1 | sed s/\%\<FROM-STATE\>/\%\<attr.from-state\>/g > $tmpfile2
64 cat $tmpfile2 | sed s/\%\<TO-STATE\>/\%\<attr.to-state\>/g > $tmpfile1
/illumos-gate/usr/src/cmd/acctadm/
H A Daconf.h42 int state; member in struct:acctconf
/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/cmd/busstat/
H A Dbusstat.h117 #define STATE_INIT 0x10 /* Initial state of node when created */
142 int state; /* state flag */ member in struct:dev_node
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_probe.c131 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",

Completed in 1078 milliseconds

<<11121314151617181920>>