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

12

/illumos-gate/usr/src/uts/sun4/os/
H A Dcpupm_mach.c41 cpupm_state_t *states)
40 cpupm_plat_state_enumerate(struct cpu *cp, cpupm_dtype_t type, cpupm_state_t *states) argument
/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_util.c64 const char *states[] = { local
83 return (states[state]);
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmpmtab.c77 static char *states[] = { local
290 "<--error detected here", states[field], line);
H A Dtmttydefs.c81 static char *states[] = { local
257 "%s<--error detected here\n", states[field],line);
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dmain.c388 int states,jmpval; local
435 states = sh_getstate();
447 sh_setstate(states);
471 sh_setstate(states);
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dregexec.c95 /* macros for manipulating states, small version */
96 #define states long macro
97 #define states1 states /* for later use in regexec() decision */
126 #undef states macro
148 /* macros for manipulating states, large version */
149 #define states char * macro
180 /* multibyte character & large states version */
/illumos-gate/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
151 states[0] = T_ENDBUF;
157 while (!(n = states[*cp++]));
161 while (!(n = states[*cp++]));
193 states[0] = sfvalue(ip) ? T_ERROR : T_EOF;
199 states[0] = n ? T_ERROR : T_EOF;
278 states[0] = sfvalue(ip) ? T_ERROR : T_EOF;
284 states[0] = m ? T_ERROR : T_EOF;
297 if (!(n = states[c]))
318 } while (states[
406 char states[UCHAR_MAX+1]; local
[all...]
/illumos-gate/usr/src/cmd/svc/startd/
H A Dprotocol.c36 * a graph_event_type_t to the graph engine when an instance's states are
286 protocol_states_t *states; local
308 states = startd_alloc(sizeof (protocol_states_t));
309 states->ps_state = state;
310 states->ps_state_next = next_state;
311 states->ps_err = err;
312 states->ps_reason = reason;
315 states);
H A Drestarter.c308 * states, insert it into the list, and return 0.
438 * we're probably being restarted & don't want to mess up the states
839 protocol_states_t *states; local
891 states = startd_alloc(sizeof (protocol_states_t));
892 states->ps_state = new_state;
893 states->ps_state_next = new_state_next;
894 states->ps_err = err;
895 states->ps_reason = reason;
897 (void *)states);
H A Dgraph.c33 * be brought up or down based on service states and dependencies and sends
202 * Services in these states are not considered 'down' by the
4791 protocol_states_t *states)
4796 restarter_instance_state_t state = states->ps_state;
4797 restarter_error_t serr = states->ps_err;
4829 v->gv_reason = states->ps_reason;
4832 dgraph_state_transition_notify(v, old_state, states->ps_reason);
5767 protocol_states_t *states = e->gpe_data; local
5769 switch (r = dgraph_set_instance_state(h, e->gpe_inst, states)) {
5787 startd_free(states, sizeo
4790 dgraph_set_instance_state(scf_handle_t *h, const char *inst_name, protocol_states_t *states) argument
[all...]
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Ddisks_private.h64 int *states; member in struct:path
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_txc.c838 * This function is called to get TXC's reorder state-machine states.
843 * *states - TXC Re-order states.
854 txc_ro_states_t *states)
883 states->d0.value = d0.value;
884 states->d1.value = d1.value;
885 states->d2.value = d2.value;
886 states->d3.value = d3.value;
887 states->d4.value = d4.value;
904 states
853 npi_txc_ro_states_get(npi_handle_t handle, uint8_t port, txc_ro_states_t *states) argument
948 npi_txc_sf_states_get(npi_handle_t handle, uint8_t port, txc_sf_states_t *states) argument
[all...]
/illumos-gate/usr/src/uts/i86pc/os/cpupm/
H A Dcpupm_mach.c89 * Until proven otherwise, all power states are manageable.
227 * If C-states support exists for this system, then initialize it.
403 * By default, all states are enabled.
701 cpupm_state_t *states)
715 * If the caller passes NULL for states, just return the
716 * number of states.
718 if (states != NULL) {
720 states[i].cps_speed = speeds[i];
721 states[i].cps_handle = (cpupm_handle_t)i;
700 cpupm_plat_state_enumerate(cpu_t *cp, cpupm_dtype_t type, cpupm_state_t *states) argument
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dtopo_gather.c399 char *states = dstrdup(sts); local
407 p = strchr(states, '>');
410 strans.begin = str2dmstate(states);
415 log_msg(MM_CONF, "Invalid states property `%s'\n", sts);
443 dfree(states, stateslen);
/illumos-gate/usr/src/lib/libshell/common/include/
H A Ddefs.h83 int states; member in struct:sh_scoped
162 unsigned char *sigflag; /* pointer to signal states */ \
260 /* states */
261 /* low numbered states are same as options */
423 #define sh_isstate(x) (sh.st.states&sh_state(x))
424 #define sh_onstate(x) (sh.st.states |= sh_state(x))
425 #define sh_offstate(x) (sh.st.states &= ~sh_state(x))
426 #define sh_getstate() (sh.st.states)
427 #define sh_setstate(x) (sh.st.states = (x))
/illumos-gate/usr/src/uts/common/xen/public/
H A Dplatform.h258 XEN_GUEST_HANDLE(xen_processor_cx_t) states; /* supported c states */ member in struct:xen_processor_power
295 uint32_t state_count; /* total available performance states */
296 XEN_GUEST_HANDLE(xen_processor_px_t) states; member in struct:xen_processor_performance
/illumos-gate/usr/src/uts/common/sys/
H A Dppmvar.h44 uint_t states; /* driver states */ member in struct:ppm_unit
49 * driver states
H A Dlom_io.h397 enum states { enum
/illumos-gate/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c801 pciehpc_led_t states[] = { local
838 n = sizeof (states)/sizeof (pciehpc_led_t);
840 led = states[i];
/illumos-gate/usr/src/lib/libbsm/common/
H A Dadt.c71 * Local audit states are a bit mask
73 * The global audit states are
78 * The local Zone states are
168 adt_audit_state(int states) argument
173 return ((auditstate & states) ? B_TRUE : B_FALSE);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd.c54 * Inetd implements a state machine for each instance. The states within the
158 static state_info_t states[] = { variable
215 * and in certain states its configuration.
334 * Updates the current and next repository states of instance 'inst'. If
398 states[old_cur].smf_state, states[new_cur_state].smf_state,
399 states[old_next].smf_state, states[new_next_state].smf_state,
676 * any states but offline, disabled and maintenance.
1271 for (sip = states; si
[all...]
/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c479 enum states { EMPTY, SOFTSTATE, REGSMAP, MUTEXES, ADDINTR, enum
481 enum states state = EMPTY;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipseckey.c593 struct states { struct
596 } states[] = { local
603 struct states *sp;
611 for (sp = states; sp->state != NULL; sp++) {
/illumos-gate/usr/src/cmd/mdb/common/modules/idm/
H A Didm.c244 int states = 0, rc_audit = 0; local
257 'S', MDB_OPT_SETBITS, TRUE, &states,
271 idc.u.child.idc_states = states;
426 int states = 0, rc_audit = 0, commands = 0; local
439 'S', MDB_OPT_SETBITS, TRUE, &states,
452 idc.u.child.idc_states = states;
490 int states = 0, rc_audit = 0, commands = 0; local
500 'S', MDB_OPT_SETBITS, TRUE, &states,
511 idc.u.child.idc_states = states;
652 int states local
722 int states = 0, rc_audit = 0; local
1075 int verbose, states, rc_audit; local
1402 int verbose, states, rc_audit; local
1566 int verbose, states; local
1703 int verbose, states, rc_audit; local
2183 int verbose, states, rc_audit; local
[all...]
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c133 FID *posbase; /* Array of IDs from all states */
143 int nstates; /* Number of current states defined */
144 int statelim; /* Limit on number of states before flushing */
145 State *states; /* Array of states */ member in struct:re_re
519 (void) printf("state %d: char '%c'\n", s-r->states, *b);
646 s = r->states + getstate(r, ps);
668 (void) printf("new state[%d] %s%s\n", s-r->states, buf,
688 (void) printf("nextstate(%d, '%c'): found %s\n", s-r->states,
700 s-r->states,
[all...]

Completed in 178 milliseconds

12