Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/uts/common/os/
H A Ddtrace_subr.c186 dtrace_vtime_state_t state, nstate; in dtrace_vtime_enable() local
188 nstate = DTRACE_VTIME_INACTIVE; in dtrace_vtime_enable()
194 nstate = DTRACE_VTIME_ACTIVE; in dtrace_vtime_enable()
203 state, nstate) != state); in dtrace_vtime_enable()
209 dtrace_vtime_state_t state, nstate; in dtrace_vtime_disable() local
211 nstate = DTRACE_VTIME_INACTIVE; in dtrace_vtime_disable()
217 nstate = DTRACE_VTIME_INACTIVE; in dtrace_vtime_disable()
226 state, nstate) != state); in dtrace_vtime_disable()
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy1.c742 p1 = pstate[nstate]; in state()
743 p2 = pstate[nstate+1]; in state()
779 pstate[nstate+1] = pstate[nstate]; /* delete last state */ in state()
805 pstate[nstate+2] = p2; in state()
806 if (nstate+1 >= nstatesz) in state()
813 tstates[c] = nstate; in state()
816 return (nstate++); in state()
829 j = pstate[nstate+1]; in putitem()
833 pstate[nstate+1] = ++j; in putitem()
946 nstate = 0; in stagen()
[all …]
H A Dy4.c75 nstate = 0; in callopt()
81 temp1[++nstate] = (--optimmem) - tracemem; in callopt()
96 temp1[nstate] = yypgo[0] = (--optimmem) - tracemem; in callopt()
124 for (i = 0; i < nstate; ++i) { in callopt()
169 for (i = 0; i < nstate; ++i) { in callopt()
311 for (j = 0; j < nstate; ++j) { in stin()
381 for (i = 0; i < nstate; ++i) in nxti()
427 arout(L"yypact", indgo, nstate); in aoutput()
H A Dy3.c211 for (j = 0; j < nstate; ++j) { /* is j the most frequent */ in go2out()
219 for (k = j; k < nstate; ++k) in go2out()
230 for (j = 0; j < nstate; ++j) { in go2out()
290 aryfil(tystate, nstate, 0); in go2gen()
H A Ddextern.h148 #define SLOOP(i) for (i = 0; i < nstate; ++i)
226 extern int nstate; /* number of states */
/illumos-gate/usr/src/lib/lib9p/common/
H A Dthreadpool.c307 enum l9p_flushstate nstate = L9P_FLUSH_NONE; in l9p_threadpool_tflush() local
368 nstate = L9P_FLUSH_REQUESTED_PRE_START; in l9p_threadpool_tflush()
379 nstate = L9P_FLUSH_REQUESTED_POST_START; in l9p_threadpool_tflush()
393 nstate = L9P_FLUSH_REQUESTED_POST_START; in l9p_threadpool_tflush()
402 nstate = L9P_FLUSH_TOOLATE; in l9p_threadpool_tflush()
427 flushee->lr_flushstate = nstate; in l9p_threadpool_tflush()
/illumos-gate/usr/src/cmd/svc/common/
H A Dr.manifest91 nstate=`$SVCPROP -p restarter/next_state $svcinst`
92 if [ "$nstate" = "none" ]; then
/illumos-gate/usr/src/uts/common/io/
H A Di8237A.c241 int chnl, istate, nstate; in d37A_intr() local
247 nstate = istate; in d37A_intr()
267 if ((nstate & 1) && d37A_next_cookie[chnl]) in d37A_intr()
270 nstate >>= 1; in d37A_intr()
271 } while (nstate); in d37A_intr()
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c3602 nstate = tqe->tqe_state[dir];
3608 int, nstate,
3614 nstate = IPF_TCPS_CLOSED;
3616 nstate = IPF_TCPS_CLOSE_WAIT;
3628 switch (nstate)
3640 nstate = IPF_TCPS_SYN_SENT;
3789 nstate = IPF_TCPS_CLOSING;
3824 nstate = IPF_TCPS_LAST_ACK;
3851 nstate = IPF_TCPS_LAST_ACK;
3888 nstate = IPF_TCPS_CLOSED;
[all …]
/illumos-gate/usr/src/cmd/refer/
H A Dglue5.c163 nstate: in execute()
173 goto nstate; in execute()
185 } else goto nstate; in execute()
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_main.c1293 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()
1359 if (nstate == IEEE80211_S_RUN) { in ath_newstate()
[all …]
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c824 for(i=0; i<lemp->nstate; i++){
833 for(i=0; i<lemp->nstate; i++){
858 for(i=0; i<lemp->nstate; i++){
927 for(i=0; i<lemp->nstate; i++){
944 for(i=0; i<lemp->nstate; i++){
1405 lem.nstate = 0;
2670 for(i=0; i<lemp->nstate; i++){
3277 for(i=0; i<lemp->nstate; i++){
3376 n = lemp->nstate;
3397 n = lemp->nstate;
[all …]
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_main.c1408 "%x -> %x!\n", ostate, nstate)); in arn_newstate()
1412 if (nstate != IEEE80211_S_SCAN) in arn_newstate()
1414 if (nstate != IEEE80211_S_RUN) in arn_newstate()
1419 if (nstate == IEEE80211_S_INIT) { in arn_newstate()
1465 if (nstate != IEEE80211_S_SCAN) { in arn_newstate()
1478 if (nstate == IEEE80211_S_SCAN) in arn_newstate()
1499 if (nstate == IEEE80211_S_RUN) { in arn_newstate()
1565 arn_rate_ctl_reset(sc, nstate); in arn_newstate()
1572 error = sc->sc_newstate(ic, nstate, arg); in arn_newstate()
1577 if (nstate == IEEE80211_S_RUN) { in arn_newstate()
[all …]
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_proto.c779 ieee80211_newstate(ieee80211com_t *ic, enum ieee80211_state nstate, int arg) in ieee80211_newstate() argument
790 ieee80211_state_name[ostate], ieee80211_state_name[nstate]); in ieee80211_newstate()
791 ic->ic_state = nstate; in ieee80211_newstate()
795 switch (nstate) { in ieee80211_newstate()
/illumos-gate/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()
/illumos-gate/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()
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr.c2051 dr_state_t nstate; in dr_dev_cancel() local
2058 nstate = DR_STATE_CONFIGURED; in dr_dev_cancel()
2060 nstate = DR_STATE_FATAL; in dr_dev_cancel()
2062 dr_device_transition(&cp->sbc_cm, nstate); in dr_dev_cancel()
2075 dr_state_t nstate; in dr_dev_cancel() local
2082 nstate = DR_STATE_CONFIGURED; in dr_dev_cancel()
2084 nstate = DR_STATE_FATAL; in dr_dev_cancel()
2086 dr_device_transition(&mp->sbm_cm, nstate); in dr_dev_cancel()
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr.c2083 dr_state_t nstate; in dr_dev_cancel() local
2090 nstate = DR_STATE_CONFIGURED; in dr_dev_cancel()
2092 nstate = DR_STATE_FATAL; in dr_dev_cancel()
2094 dr_device_transition(&cp->sbc_cm, nstate); in dr_dev_cancel()
2107 dr_state_t nstate; in dr_dev_cancel() local
2114 nstate = DR_STATE_CONFIGURED; in dr_dev_cancel()
2116 nstate = DR_STATE_FATAL; in dr_dev_cancel()
2118 dr_device_transition(&mp->sbm_cm, nstate); in dr_dev_cancel()
/illumos-gate/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()
/illumos-gate/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);
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/io/uath/
H A Duath.c1890 uath_newstate(struct ieee80211com *ic, enum ieee80211_state nstate, int arg) in uath_newstate() argument
1899 "%d -> %d\n", ostate, nstate); in uath_newstate()
1908 if (UATH_IS_DISCONNECT(sc) && (nstate != IEEE80211_S_INIT)) { in uath_newstate()
1913 if (UATH_IS_SUSPEND(sc) && (nstate != IEEE80211_S_INIT)) { in uath_newstate()
1918 switch (nstate) { in uath_newstate()
1986 err = sc->sc_newstate(ic, nstate, arg); in uath_newstate()
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/io/rum/
H A Drum.c1394 rum_newstate(struct ieee80211com *ic, enum ieee80211_state nstate, int arg) in rum_newstate() argument
1416 switch (nstate) { in rum_newstate()
1464 err = sc->sc_newstate(ic, nstate, arg); in rum_newstate()
1468 if (nstate == IEEE80211_S_RUN) in rum_newstate()
/illumos-gate/usr/src/uts/common/io/urtw/
H A Durtw.c1845 urtw_update_msr(struct urtw_softc *sc, int nstate) in urtw_update_msr() argument
1859 if (nstate == IEEE80211_S_RUN) { in urtw_update_msr()
3649 urtw_newstate(struct ieee80211com *ic, enum ieee80211_state nstate, int arg) in urtw_newstate() argument
3660 switch (nstate) { in urtw_newstate()
3667 (void) urtw_update_msr(sc, nstate); in urtw_newstate()
3725 (void) urtw_update_msr(sc, nstate); in urtw_newstate()
3738 error = sc->sc_newstate(ic, nstate, arg); in urtw_newstate()

12