/titanic_44/usr/src/lib/libcmd/common/ |
H A D | cat.c | 124 vcat(register char* states, Sfio_t* ip, Sfio_t* op, Reserve_f reserve, int flags) in vcat() argument 151 states[0] = T_ENDBUF; in vcat() 157 while (!(n = states[*cp++])); in vcat() 161 while (!(n = states[*cp++])); in vcat() 193 states[0] = sfvalue(ip) ? T_ERROR : T_EOF; in vcat() 199 states[0] = n ? T_ERROR : T_EOF; in vcat() 278 states[0] = sfvalue(ip) ? T_ERROR : T_EOF; in vcat() 284 states[0] = m ? T_ERROR : T_EOF; in vcat() 297 if (!(n = states[c])) in vcat() 318 } while (states[c = *++cp] == T_CONTROL); in vcat() [all …]
|
/titanic_44/usr/src/uts/common/io/nxge/npi/ |
H A D | npi_txc.c | 854 txc_ro_states_t *states) in npi_txc_ro_states_get() argument 883 states->d0.value = d0.value; in npi_txc_ro_states_get() 884 states->d1.value = d1.value; in npi_txc_ro_states_get() 885 states->d2.value = d2.value; in npi_txc_ro_states_get() 886 states->d3.value = d3.value; in npi_txc_ro_states_get() 887 states->d4.value = d4.value; in npi_txc_ro_states_get() 904 states->roecc.value = ctl.value; in npi_txc_ro_states_get() 905 states->st0.value = s0.value; in npi_txc_ro_states_get() 906 states->st1.value = s1.value; in npi_txc_ro_states_get() 907 states->st2.value = s2.value; in npi_txc_ro_states_get() [all …]
|
/titanic_44/usr/src/cmd/svc/startd/ |
H A D | protocol.c | 286 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 D | restarter.c | 839 protocol_states_t *states; in restarter_instance_update_states() local 891 states = startd_alloc(sizeof (protocol_states_t)); in restarter_instance_update_states() 892 states->ps_state = new_state; in restarter_instance_update_states() 893 states->ps_state_next = new_state_next; in restarter_instance_update_states() 894 states->ps_err = err; in restarter_instance_update_states() 895 states->ps_reason = reason; in restarter_instance_update_states() 897 (void *)states); in restarter_instance_update_states()
|
/titanic_44/usr/src/lib/libshell/common/include/ |
H A D | defs.h | 83 int states; member 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))
|
/titanic_44/usr/src/lib/libc/port/locale/ |
H A D | engine.c | 88 states st; /* current states */ 89 states fresh; /* states for a fresh start */ 90 states tmp; /* temporary */ 91 states empty; /* empty set of states */ 110 static states step(struct re_guts *, sopno, sopno, states, wint_t, states); 121 static void print(struct match *, const char *, states, int, FILE *); 759 states st = m->st; in fast() 760 states fresh = m->fresh; in fast() 761 states tmp = m->tmp; in fast() 861 states st = m->st; in slow() [all …]
|
H A D | regexec.c | 96 #define states long macro 97 #define states1 states /* for later use in regexec() decision */ 126 #undef states 149 #define states char * macro
|
/titanic_44/usr/src/cmd/mdb/common/modules/idm/ |
H A D | idm.c | 244 int states = 0, rc_audit = 0; in iscsi_tgt() local 257 'S', MDB_OPT_SETBITS, TRUE, &states, in iscsi_tgt() 271 idc.u.child.idc_states = states; in iscsi_tgt() 426 int states = 0, rc_audit = 0, commands = 0; in iscsi_sess() local 439 'S', MDB_OPT_SETBITS, TRUE, &states, in iscsi_sess() 452 idc.u.child.idc_states = states; in iscsi_sess() 490 int states = 0, rc_audit = 0, commands = 0; in iscsi_conn() local 500 'S', MDB_OPT_SETBITS, TRUE, &states, in iscsi_conn() 511 idc.u.child.idc_states = states; in iscsi_conn() 652 int states = 0; in iscsi_cmd() local [all …]
|
/titanic_44/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4500/ |
H A D | Sun-Fire-X4500-disk-hc-topology.xmlgen | 43 my @states = ( 70 "type='string' value='%s' />\n", $i, $states[$i];
|
/titanic_44/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4540/ |
H A D | Sun-Fire-X4540-disk-hc-topology.xmlgen | 43 my @states = ( 70 "type='string' value='%s' />\n", $i, $states[$i];
|
/titanic_44/usr/src/lib/libdiskmgt/common/ |
H A D | path.c | 194 for (i = 0; pp->disks[i] && pp->states[i] != -1; i++) { in add_path_state() 200 path_state_name(pp->states[i])) != 0) { in add_path_state() 232 for (i = 0; pp->disks[i] && pp->states[i] != -1; i++) { in add_wwn()
|
/titanic_44/usr/src/lib/libdhcpagent/common/ |
H A D | dhcpagent_util.c | 64 const char *states[] = { in dhcp_state_to_string() local 83 return (states[state]); in dhcp_state_to_string()
|
/titanic_44/usr/src/uts/sun4/os/ |
H A D | cpupm_mach.c | 41 cpupm_state_t *states) in cpupm_plat_state_enumerate() argument
|
/titanic_44/usr/src/uts/common/xen/public/ |
H A D | platform.h | 258 XEN_GUEST_HANDLE(xen_processor_cx_t) states; /* supported c states */ 296 XEN_GUEST_HANDLE(xen_processor_px_t) states;
|
/titanic_44/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | topo_gather.c | 399 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()
|
/titanic_44/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | Makefile | 32 request.o script_handler.o select.o states.o util.o
|
/titanic_44/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | README | 227 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
|
/titanic_44/usr/src/lib/libshell/common/sh/ |
H A D | main.c | 388 int states,jmpval; in exfile() local 435 states = sh_getstate(); in exfile() 447 sh_setstate(states); in exfile() 471 sh_setstate(states); in exfile()
|
/titanic_44/usr/src/cmd/ttymon/ |
H A D | tmttydefs.c | 81 static char *states[] = { local 257 "%s<--error detected here\n", states[field],line);
|
/titanic_44/usr/src/uts/i86pc/os/cpupm/ |
H A D | cpupm_mach.c | 701 cpupm_state_t *states) in cpupm_plat_state_enumerate() argument 718 if (states != NULL) { in cpupm_plat_state_enumerate() 720 states[i].cps_speed = speeds[i]; in cpupm_plat_state_enumerate() 721 states[i].cps_handle = (cpupm_handle_t)i; in cpupm_plat_state_enumerate()
|
/titanic_44/usr/src/tools/cscope-fast/ |
H A D | cgrep.c | 145 State *states; /* Array of states */ member 519 (void) printf("state %d: char '%c'\n", s-r->states, *b); in re_reexec() 646 s = r->states + getstate(r, ps); in addstate() 668 (void) printf("new state[%d] %s%s\n", s-r->states, buf, in addstate() 688 (void) printf("nextstate(%d, '%c'): found %s\n", s-r->states, in nextstate() 700 s-r->states, a, news); in nextstate() 840 r->states = (State *)egmalloc(r->statelim * sizeof (State)); in stateinit() 888 for (i = 0, s = r->states; i < r->nstates; i++, s++) { in stateof()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | inetd.c | 158 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()
|
/titanic_44/usr/src/uts/intel/io/dktp/controller/ata/ |
H A D | fsm.txt | 74 don't transition correctly between states.
|
/titanic_44/usr/src/data/zoneinfo/ |
H A D | southamerica | 596 # _Only_ the following states in BR1 observe DST: Rio Grande do Sul (RS), 600 # [The last three states are new to this issue of the IATA SSIM.] 607 # 9/95 says that DST is observed only in the ten states I quoted from 9/95, 617 # information, I'm led to conclude that the states of Amapá (AP), Ceará (CE), 668 # programs inappropriate to youths in the states that had the timezone 820 # except for the states of AC, AM, PA, RR, RO, and AP (then a territory) 837 # adopted by same states. 841 # adopted by same states, plus AM. 843 # web page corrected 2004-01-07) adopted by same states, minus AM. 845 # adopted by same states, plus MT and TO. [all …]
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | ppmvar.h | 44 uint_t states; /* driver states */ member
|