Searched refs:states (Results 1 - 25 of 46) sorted by relevance

12

/opensolaris-onvv-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...]
/opensolaris-onvv-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
/opensolaris-onvv-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...]
/opensolaris-onvv-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.c305 * states, insert it into the list, and return 0.
435 * we're probably being restarted & don't want to mess up the states
819 protocol_states_t *states; local
871 states = startd_alloc(sizeof (protocol_states_t));
872 states->ps_state = new_state;
873 states->ps_state_next = new_state_next;
874 states->ps_err = err;
875 states->ps_reason = reason;
877 (void *)states);
/opensolaris-onvv-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))
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DMakefile34 request.o script_handler.o select.o states.o util.o
/opensolaris-onvv-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...]
/opensolaris-onvv-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_util.c64 const char *states[] = { local
83 return (states[state]);
/opensolaris-onvv-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4500/
H A DSun-Fire-X4500-disk-hc-topology.xmlgen43 my @states = (
69 printf " <propval name='indicator-rule-states-%d' " .
70 "type='string' value='%s' />\n", $i, $states[$i];
/opensolaris-onvv-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4540/
H A DSun-Fire-X4540-disk-hc-topology.xmlgen43 my @states = (
69 printf " <propval name='indicator-rule-states-%d' " .
70 "type='string' value='%s' />\n", $i, $states[$i];
/opensolaris-onvv-gate/usr/src/lib/libdiskmgt/common/
H A Dpath.c194 for (i = 0; pp->disks[i] && pp->states[i] != -1; i++) {
200 path_state_name(pp->states[i])) != 0) {
232 for (i = 0; pp->disks[i] && pp->states[i] != -1; i++) {
H A Ddisks_private.h66 int *states; member in struct:path
/opensolaris-onvv-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
/opensolaris-onvv-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);
/opensolaris-onvv-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);
/opensolaris-onvv-gate/usr/src/cmd/ttymon/
H A Dtmttydefs.c81 static char *states[] = { local
257 "%s<--error detected here\n", states[field],line);
H A Dtmpmtab.c77 static char *states[] = { local
290 "<--error detected here", states[field], line);
/opensolaris-onvv-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...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dlom_io.h397 enum states { enum
H A Dppmvar.h44 uint_t states; /* driver states */ member in struct:ppm_unit
49 * driver states
/opensolaris-onvv-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
/opensolaris-onvv-gate/usr/src/uts/sun4u/boston/os/
H A Dboston.c373 * offline and detached states only apply to a specific cpu
393 signature.states = state;
/opensolaris-onvv-gate/usr/src/uts/sun4u/seattle/os/
H A Dseattle.c375 * offline and detached states only apply to a specific cpu
395 signature.states = state;
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd.c52 * Inetd implements a state machine for each instance. The states within the
156 static state_info_t states[] = { variable
213 * and in certain states its configuration.
332 * Updates the current and next repository states of instance 'inst'. If
396 states[old_cur].smf_state, states[new_cur_state].smf_state,
397 states[old_next].smf_state, states[new_next_state].smf_state,
674 * any states but offline, disabled and maintenance.
1269 for (sip = states; si
[all...]

Completed in 321 milliseconds

12