Home
last modified time | relevance | path

Searched refs:nstate (Results 1 – 25 of 40) sorted by relevance

12

/titanic_41/usr/src/uts/common/os/
H A Ddtrace_subr.c186 dtrace_vtime_state_t state, nstate; in dtrace_vtime_enable() local
193 nstate = DTRACE_VTIME_ACTIVE; in dtrace_vtime_enable()
197 nstate = DTRACE_VTIME_ACTIVE_TNF; in dtrace_vtime_enable()
207 state, nstate) != state); in dtrace_vtime_enable()
213 dtrace_vtime_state_t state, nstate; in dtrace_vtime_disable() local
220 nstate = DTRACE_VTIME_INACTIVE; in dtrace_vtime_disable()
224 nstate = DTRACE_VTIME_INACTIVE_TNF; in dtrace_vtime_disable()
234 state, nstate) != state); in dtrace_vtime_disable()
240 dtrace_vtime_state_t state, nstate; in dtrace_vtime_enable_tnf() local
247 nstate = DTRACE_VTIME_ACTIVE_TNF; in dtrace_vtime_enable_tnf()
[all …]
/titanic_41/usr/src/cmd/sgs/yacc/common/
H A Dy1.c76 int nstate = 0; /* number of states */ variable
267 aryfil(temp1, nstate, -10000000); in others()
274 warray(L"yychk", temp1, nstate); in others()
276 warray(L"yydef", defact, nstate); in others()
438 nprod, nprodsz, nstate, nstatesz); in summary()
452 "%d extra closures\n", zzclose - 2*nstate); in summary()
749 p1 = pstate[nstate]; in state()
750 p2 = pstate[nstate+1]; in state()
786 pstate[nstate+1] = pstate[nstate]; /* delete last state */ in state()
812 pstate[nstate+2] = p2; in state()
[all …]
H A Dy4.c77 nstate = 0; in callopt()
83 temp1[++nstate] = (--optimmem) - tracemem; in callopt()
98 temp1[nstate] = yypgo[0] = (--optimmem) - tracemem; in callopt()
126 for (i = 0; i < nstate; ++i) { in callopt()
171 for (i = 0; i < nstate; ++i) { in callopt()
313 for (j = 0; j < nstate; ++j) { in stin()
383 for (i = 0; i < nstate; ++i) in nxti()
429 arout(L"yypact", indgo, nstate); in aoutput()
H A Dy3.c215 for (j = 0; j < nstate; ++j) { /* is j the most frequent */ in go2out()
223 for (k = j; k < nstate; ++k) in go2out()
234 for (j = 0; j < nstate; ++j) { in go2out()
293 aryfil(tystate, nstate, 0); in go2gen()
H A Ddextern.h150 #define SLOOP(i) for (i = 0; i < nstate; ++i)
228 extern int nstate; /* number of states */
/titanic_41/usr/src/cmd/egrep/
H A Degrep.y95 int nstate = 1; variable
486 if (notin(nstate)) { in nxtst()
487 if (++nstate >= NSTATES) { in nxtst()
493 nstate = 1; in nxtst()
496 add(state, nstate); in nxtst()
497 if (tmpstat[line] == 1) out[nstate] = 1; in nxtst()
498 return nstate; in nxtst()
500 add(state, nstate); in nxtst()
501 if (tmpstat[line] == 1) out[nstate] = 1; in nxtst()
502 gotofn[s][c] = nstate; in nxtst()
[all …]
/titanic_41/usr/src/cmd/svc/common/
H A Dr.manifest91 nstate=`$SVCPROP -p restarter/next_state $svcinst`
92 if [ "$nstate" = "none" ]; then
/titanic_41/usr/src/uts/common/io/
H A Di8237A.c243 int chnl, istate, nstate; in d37A_intr() local
249 nstate = istate; in d37A_intr()
269 if ((nstate & 1) && d37A_next_cookie[chnl]) in d37A_intr()
272 nstate >>= 1; in d37A_intr()
273 } while (nstate); in d37A_intr()
/titanic_41/usr/src/uts/common/inet/ipf/
H A Dip_state.c3588 int dlen, ostate, nstate, rval, dir; local
3601 nstate = tqe->tqe_state[dir];
3607 int, nstate,
3613 nstate = IPF_TCPS_CLOSED;
3615 nstate = IPF_TCPS_CLOSE_WAIT;
3627 switch (nstate)
3635 nstate = IPF_TCPS_SYN_RECEIVED;
3639 nstate = IPF_TCPS_SYN_SENT;
3659 nstate = IPF_TCPS_HALF_ESTAB;
3664 nstate = IPF_TCPS_ESTABLISHED;
[all …]
/titanic_41/usr/src/uts/sun4v/io/n2rng/
H A Dn2rng_hcall.s56 hv_rng_ctl_write(uint64_t ctlregsptr_ra, uint64_t nstate, uint64_t wtimeout,
62 hv_rng_ctl_write_v2(uint64_t ctlregsptr_ra, uint64_t nstate, uint64_t wtimeout,
/titanic_41/usr/src/cmd/refer/
H A Dglue5.c166 nstate: in execute()
176 goto nstate; in execute()
188 } else goto nstate; in execute()
/titanic_41/usr/src/uts/common/io/ath/
H A Dath_main.c1272 ath_newstate(ieee80211com_t *ic, enum ieee80211_state nstate, int arg) in ath_newstate() argument
1293 if (nstate != IEEE80211_S_SCAN) in ath_newstate()
1297 ATH_HAL_SETLEDSTATE(ah, leds[nstate]); /* set LED */ in ath_newstate()
1299 if (nstate == IEEE80211_S_INIT) { in ath_newstate()
1311 if (nstate != IEEE80211_S_SCAN) { in ath_newstate()
1320 if (nstate == IEEE80211_S_SCAN) in ath_newstate()
1326 if (nstate == IEEE80211_S_RUN && ic->ic_opmode != IEEE80211_M_IBSS) in ath_newstate()
1337 if ((nstate == IEEE80211_S_RUN) && in ath_newstate()
1348 ath_rate_ctl_reset(asc, nstate); in ath_newstate()
1355 error = asc->asc_newstate(ic, nstate, arg); in ath_newstate()
[all …]
/titanic_41/usr/src/lib/libsqlite/tool/
H A Dlemon.c235 int nstate; /* Number of states */ member
757 stp->index = lemp->nstate++; /* Every state gets a sequence number */
827 for(i=0; i<lemp->nstate; i++){
836 for(i=0; i<lemp->nstate; i++){
861 for(i=0; i<lemp->nstate; i++){
869 for(i=0; i<lemp->nstate; i++){
902 for(i=0; i<lemp->nstate; i++){ /* Loop over all states */
930 for(i=0; i<lemp->nstate; i++){
947 for(i=0; i<lemp->nstate; i++){
1408 lem.nstate = 0;
[all …]
/titanic_41/usr/src/uts/common/io/arn/
H A Darn_main.c1436 arn_newstate(ieee80211com_t *ic, enum ieee80211_state nstate, int arg) in arn_newstate() argument
1455 "%x -> %x!\n", ostate, nstate)); in arn_newstate()
1459 if (nstate != IEEE80211_S_SCAN) in arn_newstate()
1461 if (nstate != IEEE80211_S_RUN) in arn_newstate()
1466 if (nstate == IEEE80211_S_INIT) { in arn_newstate()
1512 if (nstate != IEEE80211_S_SCAN) { in arn_newstate()
1525 if (nstate == IEEE80211_S_SCAN) in arn_newstate()
1532 if (nstate == IEEE80211_S_RUN && ic->ic_opmode != IEEE80211_M_IBSS) in arn_newstate()
1546 if (nstate == IEEE80211_S_RUN) { in arn_newstate()
1612 arn_rate_ctl_reset(sc, nstate); in arn_newstate()
[all …]
/titanic_41/usr/src/uts/common/io/net80211/
H A Dnet80211_proto.c775 ieee80211_newstate(ieee80211com_t *ic, enum ieee80211_state nstate, int arg) in ieee80211_newstate() argument
786 ieee80211_state_name[ostate], ieee80211_state_name[nstate]); in ieee80211_newstate()
787 ic->ic_state = nstate; in ieee80211_newstate()
791 switch (nstate) { in ieee80211_newstate()
/titanic_41/usr/src/cmd/fgrep/
H A Dfgrep.c371 nstate: in execute()
376 goto nstate; in execute()
390 goto nstate; in execute()
/titanic_41/usr/src/cmd/fm/fmd/common/
H A Dfmd_asru.c1562 uint_t nstate, ostate; in fmd_asru_setflags() local
1571 nstate = alp->al_flags & FMD_ASRU_STATE; in fmd_asru_setflags()
1573 if (nstate == ostate) { in fmd_asru_setflags()
1580 _fmd_asru_snames[ostate], _fmd_asru_snames[nstate])); in fmd_asru_setflags()
1594 uint_t nstate, ostate, flags = 0; in fmd_asru_clrflags() local
1603 nstate = alp->al_flags & FMD_ASRU_STATE; in fmd_asru_clrflags()
1605 if (nstate == ostate) { in fmd_asru_clrflags()
1633 _fmd_asru_snames[ostate], _fmd_asru_snames[nstate])); in fmd_asru_clrflags()
/titanic_41/usr/src/uts/common/io/zyd/
H A Dzyd.c961 zyd_newstate(struct ieee80211com *ic, enum ieee80211_state nstate, int arg) in zyd_newstate() argument
973 return (sc->newstate(ic, nstate, arg)); in zyd_newstate()
976 switch (nstate) { in zyd_newstate()
1000 return (sc->newstate(ic, nstate, arg)); in zyd_newstate()
/titanic_41/usr/src/uts/i86pc/io/dr/
H A Ddr.c2050 dr_state_t nstate; in dr_dev_cancel() local
2057 nstate = DR_STATE_CONFIGURED; in dr_dev_cancel()
2059 nstate = DR_STATE_FATAL; in dr_dev_cancel()
2061 dr_device_transition(&cp->sbc_cm, nstate); in dr_dev_cancel()
2074 dr_state_t nstate; in dr_dev_cancel() local
2081 nstate = DR_STATE_CONFIGURED; in dr_dev_cancel()
2083 nstate = DR_STATE_FATAL; in dr_dev_cancel()
2085 dr_device_transition(&mp->sbm_cm, nstate); in dr_dev_cancel()
/titanic_41/usr/src/uts/sun4u/ngdr/io/
H A Ddr.c2082 dr_state_t nstate; in dr_dev_cancel() local
2089 nstate = DR_STATE_CONFIGURED; in dr_dev_cancel()
2091 nstate = DR_STATE_FATAL; in dr_dev_cancel()
2093 dr_device_transition(&cp->sbc_cm, nstate); in dr_dev_cancel()
2106 dr_state_t nstate; in dr_dev_cancel() local
2113 nstate = DR_STATE_CONFIGURED; in dr_dev_cancel()
2115 nstate = DR_STATE_FATAL; in dr_dev_cancel()
2117 dr_device_transition(&mp->sbm_cm, nstate); in dr_dev_cancel()
/titanic_41/usr/src/uts/common/sys/
H A Dfem.h294 vntrans_t nstate) /* NB: No ";" */
415 extern int vfsnext_vnstate(fsemarg_t *vf, vnode_t *vp, vntrans_t nstate);
/titanic_41/usr/src/uts/common/io/atu/
H A Datu.c468 atu_newstate(struct ieee80211com *ic, enum ieee80211_state nstate, int arg) in atu_newstate() argument
484 switch (nstate) { in atu_newstate()
492 sc->sc_newstate(ic, nstate, arg); in atu_newstate()
528 err = sc->sc_newstate(ic, nstate, arg); in atu_newstate()
/titanic_41/usr/src/uts/common/io/rtw/
H A Drtw.c2481 rtw_new_state(ieee80211com_t *ic, enum ieee80211_state nstate, int arg) in rtw_new_state() argument
2491 ostate, nstate, ic->ic_opmode); in rtw_new_state()
2503 rtw_rate_ctl_reset(rsc, nstate); in rtw_new_state()
2504 if (ostate == IEEE80211_S_INIT && nstate != IEEE80211_S_INIT) in rtw_new_state()
2506 if (nstate != IEEE80211_S_INIT) { in rtw_new_state()
2512 switch (nstate) { in rtw_new_state()
2552 error = rsc->sc_newstate(ic, nstate, arg); in rtw_new_state()
/titanic_41/usr/src/uts/common/io/ural/
H A Dural.c1382 ural_newstate(struct ieee80211com *ic, enum ieee80211_state nstate, int arg) in ural_newstate() argument
1403 switch (nstate) { in ural_newstate()
1456 err = sc->sc_newstate(ic, nstate, arg); in ural_newstate()
1460 if (nstate == IEEE80211_S_RUN) in ural_newstate()
/titanic_41/usr/src/uts/common/io/uath/
H A Duath.c1885 uath_newstate(struct ieee80211com *ic, enum ieee80211_state nstate, int arg) in uath_newstate() argument
1894 "%d -> %d\n", ostate, nstate); in uath_newstate()
1903 if (UATH_IS_DISCONNECT(sc) && (nstate != IEEE80211_S_INIT)) { in uath_newstate()
1908 if (UATH_IS_SUSPEND(sc) && (nstate != IEEE80211_S_INIT)) { in uath_newstate()
1913 switch (nstate) { in uath_newstate()
1981 err = sc->sc_newstate(ic, nstate, arg); in uath_newstate()

12