Home
last modified time | relevance | path

Searched refs:states (Results 1 – 25 of 64) sorted by relevance

123

/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dcat.c150 states[0] = T_ENDBUF; in vcat()
296 if (!(n = states[c])) in vcat()
406 char states[UCHAR_MAX+1]; in b_cat() local
478 memset(states, 0, sizeof(states)); in b_cat()
486 states['\n'] = 0; in b_cat()
489 states['\t'] = T_CONTROL; in b_cat()
490 states[0] = T_ENDBUF; in b_cat()
498 states['\t'] = states['\f'] = 0; in b_cat()
499 states['\t'|0200] = states['\f'|0200] = T_EIGHTBIT; in b_cat()
506 states['\t'] = 0; in b_cat()
[all …]
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_txc.c852 txc_ro_states_t *states) in npi_txc_ro_states_get() argument
881 states->d0.value = d0.value; in npi_txc_ro_states_get()
882 states->d1.value = d1.value; in npi_txc_ro_states_get()
883 states->d2.value = d2.value; in npi_txc_ro_states_get()
884 states->d3.value = d3.value; in npi_txc_ro_states_get()
944 txc_sf_states_t *states) in npi_txc_sf_states_get() argument
982 states->d0.value = d0.value; in npi_txc_sf_states_get()
983 states->d1.value = d1.value; in npi_txc_sf_states_get()
984 states->d2.value = d2.value; in npi_txc_sf_states_get()
985 states->d3.value = d3.value; in npi_txc_sf_states_get()
[all …]
/illumos-gate/usr/src/cmd/svc/startd/
H A Dprotocol.c286 protocol_states_t *states; in state_cb() local
308 states = startd_alloc(sizeof (protocol_states_t)); in state_cb()
309 states->ps_state = state; in state_cb()
310 states->ps_state_next = next_state; in state_cb()
311 states->ps_err = err; in state_cb()
312 states->ps_reason = reason; in state_cb()
315 states); in state_cb()
H A Drestarter.c840 protocol_states_t *states; in restarter_instance_update_states() local
892 states = startd_alloc(sizeof (protocol_states_t)); in restarter_instance_update_states()
893 states->ps_state = new_state; in restarter_instance_update_states()
894 states->ps_state_next = new_state_next; in restarter_instance_update_states()
895 states->ps_err = err; in restarter_instance_update_states()
896 states->ps_reason = reason; in restarter_instance_update_states()
898 (void *)states); in restarter_instance_update_states()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Ddefs.h80 int states; member
473 #define sh_isstate(x) (sh.st.states&sh_state(x))
474 #define sh_onstate(x) (sh.st.states |= sh_state(x))
475 #define sh_offstate(x) (sh.st.states &= ~sh_state(x))
476 #define sh_getstate() (sh.st.states)
477 #define sh_setstate(x) (sh.st.states = (x))
/illumos-gate/usr/src/cmd/mdb/common/modules/idm/
H A Didm.c244 int states = 0, rc_audit = 0; in iscsi_tgt() local
271 idc.u.child.idc_states = states; in iscsi_tgt()
452 idc.u.child.idc_states = states; in iscsi_sess()
511 idc.u.child.idc_states = states; in iscsi_conn()
652 int states = 0; in iscsi_cmd() local
661 idc.u.child.idc_states = states; in iscsi_cmd()
723 int states = 0, rc_audit = 0; in iscsi_task() local
1076 int verbose, states, rc_audit; in iscsi_tgt_impl() local
1403 int verbose, states, rc_audit; in iscsi_sess_impl() local
1567 int verbose, states; in iscsi_print_ini_sess() local
[all …]
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dengine.c92 states st; /* current states */
93 states fresh; /* states for a fresh start */
94 states tmp; /* temporary */
95 states empty; /* empty set of states */
112 static states step(struct re_guts *, sopno, sopno, states, wint_t, states);
792 states st = m->st; in walk()
793 states fresh = m->fresh; in walk()
794 states empty = m->empty; in walk()
795 states tmp = m->tmp; in walk()
905 static states
[all …]
H A Dregexec.c89 #define states long macro
90 #define states1 states /* for later use in regexec() decision */
120 #undef states
144 #define states char * macro
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4500/
H A DSun-Fire-X4500-disk-hc-topology.xmlgen43 my @states = (
70 "type='string' value='%s' />\n", $i, $states[$i];
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4540/
H A DSun-Fire-X4540-disk-hc-topology.xmlgen43 my @states = (
70 "type='string' value='%s' />\n", $i, $states[$i];
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dpath.c192 for (i = 0; pp->disks[i] && pp->states[i] != -1; i++) { in add_path_state()
198 path_state_name(pp->states[i])) != 0) { in add_path_state()
230 for (i = 0; pp->disks[i] && pp->states[i] != -1; i++) { in add_wwn()
/illumos-gate/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_util.c64 const char *states[] = { in dhcp_state_to_string() local
83 return (states[state]); in dhcp_state_to_string()
/illumos-gate/usr/src/uts/sun4/os/
H A Dcpupm_mach.c41 cpupm_state_t *states) in cpupm_plat_state_enumerate() argument
/illumos-gate/usr/src/uts/common/xen/public/
H A Dplatform.h258 XEN_GUEST_HANDLE(xen_processor_cx_t) states; /* supported c states */
296 XEN_GUEST_HANDLE(xen_processor_px_t) states;
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dtopo_gather.c399 char *states = dstrdup(sts); in topoprop_indrule_add() local
407 p = strchr(states, '>'); in topoprop_indrule_add()
410 strans.begin = str2dmstate(states); in topoprop_indrule_add()
443 dfree(states, stateslen); in topoprop_indrule_add()
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A DREADME227 NWAM objects all share a basic set of states:
240 These deliberately mimic SMF states.
242 The states of interest are offline, offline* and online.
271 various states in that configuration process. For example, a link can be
293 states, but we want to stay online while we do it, since we are still
296 Another reason we wish to separate the more general states (offline, online
301 For an NCU physical link, the following link-specific auxiliary states are
325 For an IP interface NCU, the following auxiliary states are suggested.
359 In order to move through the various states, a generic
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DMakefile34 request.o script_handler.o select.o states.o util.o
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dmain.c374 int states,jmpval; in exfile() local
423 states = sh_getstate(); in exfile()
435 sh_setstate(states); in exfile()
460 sh_setstate(states); in exfile()
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmttydefs.c69 static char *states[] = { in read_ttydefs() local
255 "%s<--error detected here\n", states[field], line); in read_ttydefs()
/illumos-gate/usr/src/uts/i86pc/os/cpupm/
H A Dcpupm_mach.c700 cpupm_state_t *states) in cpupm_plat_state_enumerate() argument
717 if (states != NULL) { in cpupm_plat_state_enumerate()
719 states[i].cps_speed = speeds[i]; in cpupm_plat_state_enumerate()
720 states[i].cps_handle = (cpupm_handle_t)i; in cpupm_plat_state_enumerate()
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c142 State *states; /* Array of states */ member
516 (void) printf("state %d: char '%c'\n", s-r->states, *b); in re_reexec()
643 s = r->states + getstate(r, ps); in addstate()
665 (void) printf("new state[%d] %s%s\n", s-r->states, buf, in addstate()
685 (void) printf("nextstate(%d, '%c'): found %s\n", s-r->states, in nextstate()
697 s-r->states, a, news); in nextstate()
835 r->states = (State *)egmalloc(r->statelim * sizeof (State)); in stateinit()
883 for (i = 0, s = r->states; i < r->nstates; i++, s++) { in stateof()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd.c158 static state_info_t states[] = { variable
398 states[old_cur].smf_state, states[new_cur_state].smf_state, in update_instance_states()
399 states[old_next].smf_state, states[new_next_state].smf_state, in update_instance_states()
1271 for (sip = states; sip->istate != IIS_NONE; sip++) { in get_method_state()
2272 methods[states[inst->cur_istate].method_running].name, in process_non_start_term()
2305 methods[states[inst->cur_istate].method_running].name, in process_non_start_term()
2328 methods[states[inst->cur_istate].method_running].dst_state, in process_non_start_term()
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Dfsm.txt74 don't transition correctly between states.
/illumos-gate/usr/src/data/zoneinfo/
H A Dsouthamerica846 # adopted by same states.
850 # adopted by same states, plus AM.
854 # adopted by same states, plus MT and TO.
861 # adopted by same states, minus AL, SE.
877 # adopted by the same states as before.
881 # (1999-08-23) adopted by same states.
887 # adopted by the same states as before.
906 # adopted by the same states as before.
909 # adopted by the same states as before.
913 # adopted by the same states as before.
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dppmvar.h44 uint_t states; /* driver states */ member

123