/illumos-gate/usr/src/uts/common/io/ |
H A D | i8237A.c | 243 int chnl, istate, nstate; local 249 nstate = istate; 269 if ((nstate & 1) && d37A_next_cookie[chnl]) 272 nstate >>= 1; 273 } while (nstate);
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | dtrace_subr.c | 187 dtrace_vtime_state_t state, nstate; local 194 nstate = DTRACE_VTIME_ACTIVE; 198 nstate = DTRACE_VTIME_ACTIVE_TNF; 208 state, nstate) != state); 214 dtrace_vtime_state_t state, nstate; local 221 nstate = DTRACE_VTIME_INACTIVE; 225 nstate = DTRACE_VTIME_INACTIVE_TNF; 235 state, nstate) != state); 241 dtrace_vtime_state_t state, nstate; local 248 nstate 268 dtrace_vtime_state_t state, nstate; local [all...] |
/illumos-gate/usr/src/uts/common/io/net80211/ |
H A D | net80211_proto.c | 779 ieee80211_newstate(ieee80211com_t *ic, enum ieee80211_state nstate, int arg) argument 790 ieee80211_state_name[ostate], ieee80211_state_name[nstate]); 791 ic->ic_state = nstate; 795 switch (nstate) { 991 } /* switch nstate */
|
/illumos-gate/usr/src/uts/common/io/zyd/ |
H A D | zyd.c | 961 zyd_newstate(struct ieee80211com *ic, enum ieee80211_state nstate, int arg) argument 973 return (sc->newstate(ic, nstate, arg)); 976 switch (nstate) { 1000 return (sc->newstate(ic, nstate, arg));
|
/illumos-gate/usr/src/cmd/sgs/yacc/common/ |
H A D | y1.c | 76 int nstate = 0; /* number of states */ variable 267 aryfil(temp1, nstate, -10000000); 274 warray(L"yychk", temp1, nstate); 276 warray(L"yydef", defact, nstate); 438 nprod, nprodsz, nstate, nstatesz); 452 "%d extra closures\n", zzclose - 2*nstate); 749 p1 = pstate[nstate]; 750 p2 = pstate[nstate+1]; 786 pstate[nstate+1] = pstate[nstate]; /* delet [all...] |
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | ip_state.c | 3588 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 [all...] |
/illumos-gate/usr/src/uts/common/io/atu/ |
H A D | atu.c | 468 atu_newstate(struct ieee80211com *ic, enum ieee80211_state nstate, int arg) argument 484 switch (nstate) { 492 sc->sc_newstate(ic, nstate, arg); 528 err = sc->sc_newstate(ic, nstate, arg);
|
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_asru.c | 1562 uint_t nstate, ostate; local 1571 nstate = alp->al_flags & FMD_ASRU_STATE; 1573 if (nstate == ostate) { 1580 _fmd_asru_snames[ostate], _fmd_asru_snames[nstate])); 1594 uint_t nstate, ostate, flags = 0; local 1603 nstate = alp->al_flags & FMD_ASRU_STATE; 1605 if (nstate == ostate) { 1633 _fmd_asru_snames[ostate], _fmd_asru_snames[nstate]));
|
/illumos-gate/usr/src/uts/common/io/ath/ |
H A D | ath_main.c | 1272 ath_newstate(ieee80211com_t *ic, enum ieee80211_state nstate, int arg) argument 1293 if (nstate != IEEE80211_S_SCAN) 1297 ATH_HAL_SETLEDSTATE(ah, leds[nstate]); /* set LED */ 1299 if (nstate == IEEE80211_S_INIT) { 1311 if (nstate != IEEE80211_S_SCAN) { 1320 if (nstate == IEEE80211_S_SCAN) 1326 if (nstate == IEEE80211_S_RUN && ic->ic_opmode != IEEE80211_M_IBSS) 1337 if ((nstate == IEEE80211_S_RUN) && 1348 ath_rate_ctl_reset(asc, nstate); 1355 error = asc->asc_newstate(ic, nstate, ar [all...] |
/illumos-gate/usr/src/uts/i86pc/io/dr/ |
H A D | dr.c | 2050 dr_state_t nstate; local 2057 nstate = DR_STATE_CONFIGURED; 2059 nstate = DR_STATE_FATAL; 2061 dr_device_transition(&cp->sbc_cm, nstate); 2074 dr_state_t nstate; local 2081 nstate = DR_STATE_CONFIGURED; 2083 nstate = DR_STATE_FATAL; 2085 dr_device_transition(&mp->sbm_cm, nstate);
|
/illumos-gate/usr/src/uts/common/io/ral/ |
H A D | rt2560.c | 867 rt2560_newstate(struct ieee80211com *ic, enum ieee80211_state nstate, int arg) argument 894 switch (nstate) { 945 err = sc->sc_newstate(ic, nstate, arg); 949 if (nstate == IEEE80211_S_RUN)
|
/illumos-gate/usr/src/uts/common/io/rum/ |
H A D | rum.c | 1394 rum_newstate(struct ieee80211com *ic, enum ieee80211_state nstate, int arg) argument 1416 switch (nstate) { 1464 err = sc->sc_newstate(ic, nstate, arg); 1468 if (nstate == IEEE80211_S_RUN)
|
/illumos-gate/usr/src/uts/common/io/rwd/ |
H A D | rt2661.c | 1990 rt2661_newstate(struct ieee80211com *ic, enum ieee80211_state nstate, int arg) argument 2004 "%x -> %x\n", ostate, nstate); 2016 switch (nstate) { 2064 err = sc->sc_newstate(ic, nstate, arg);
|
/illumos-gate/usr/src/uts/common/io/rwn/ |
H A D | rt2860.c | 1520 rt2860_newstate(struct ieee80211com *ic, enum ieee80211_state nstate, int arg) argument 1529 "%x -> %x!\n", ostate, nstate); 1545 switch (nstate) { 1597 err = sc->sc_newstate(ic, nstate, arg);
|
/illumos-gate/usr/src/uts/common/io/uath/ |
H A D | uath.c | 1885 uath_newstate(struct ieee80211com *ic, enum ieee80211_state nstate, int arg) argument 1894 "%d -> %d\n", ostate, nstate); 1903 if (UATH_IS_DISCONNECT(sc) && (nstate != IEEE80211_S_INIT)) { 1908 if (UATH_IS_SUSPEND(sc) && (nstate != IEEE80211_S_INIT)) { 1913 switch (nstate) { 1981 err = sc->sc_newstate(ic, nstate, arg);
|
/illumos-gate/usr/src/uts/common/io/ural/ |
H A D | ural.c | 1382 ural_newstate(struct ieee80211com *ic, enum ieee80211_state nstate, int arg) argument 1403 switch (nstate) { 1456 err = sc->sc_newstate(ic, nstate, arg); 1460 if (nstate == IEEE80211_S_RUN)
|
/illumos-gate/usr/src/uts/common/io/wpi/ |
H A D | wpi.c | 1236 wpi_newstate(ieee80211com_t *ic, enum ieee80211_state nstate, int arg) argument 1245 switch (nstate) { 1299 err = sc->sc_newstate(ic, nstate, arg); 1401 return (sc->sc_newstate(ic, nstate, arg));
|
/illumos-gate/usr/src/uts/sun4u/ngdr/io/ |
H A D | dr.c | 2082 dr_state_t nstate; local 2089 nstate = DR_STATE_CONFIGURED; 2091 nstate = DR_STATE_FATAL; 2093 dr_device_transition(&cp->sbc_cm, nstate); 2106 dr_state_t nstate; local 2113 nstate = DR_STATE_CONFIGURED; 2115 nstate = DR_STATE_FATAL; 2117 dr_device_transition(&mp->sbm_cm, nstate);
|
/illumos-gate/usr/src/uts/common/io/arn/ |
H A D | arn_main.c | 1389 arn_newstate(ieee80211com_t *ic, enum ieee80211_state nstate, int arg) argument 1408 "%x -> %x!\n", ostate, nstate)); 1412 if (nstate != IEEE80211_S_SCAN) 1414 if (nstate != IEEE80211_S_RUN) 1419 if (nstate == IEEE80211_S_INIT) { 1465 if (nstate != IEEE80211_S_SCAN) { 1478 if (nstate == IEEE80211_S_SCAN) 1485 if (nstate == IEEE80211_S_RUN && ic->ic_opmode != IEEE80211_M_IBSS) 1499 if (nstate == IEEE80211_S_RUN) { 1565 arn_rate_ctl_reset(sc, nstate); [all...] |
/illumos-gate/usr/src/uts/common/fs/ |
H A D | fem.c | 1925 fshead_vnstate(vfs_t *vfsp, vnode_t *vp, vntrans_t nstate) argument 1938 errc = (*func)(vfsp, vp, nstate); 1946 errc = (*func)(arg0, vp, nstate); 2846 vfsnext_vnstate(fsemarg_t *vf, vnode_t *vp, vntrans_t nstate) argument 2856 return ((*func)(arg0, vp, nstate));
|
/illumos-gate/usr/src/uts/common/io/rtw/ |
H A D | rtw.c | 2481 rtw_new_state(ieee80211com_t *ic, enum ieee80211_state nstate, int arg) argument 2490 "rtw_new_state: ostate:0x%x, nstate:0x%x, opmode:0x%x\n", 2491 ostate, nstate, ic->ic_opmode); 2503 rtw_rate_ctl_reset(rsc, nstate); 2504 if (ostate == IEEE80211_S_INIT && nstate != IEEE80211_S_INIT) 2506 if (nstate != IEEE80211_S_INIT) { 2512 switch (nstate) { 2552 error = rsc->sc_newstate(ic, nstate, arg);
|
/illumos-gate/usr/src/uts/common/io/urtw/ |
H A D | urtw.c | 1841 urtw_update_msr(struct urtw_softc *sc, int nstate) argument 1855 if (nstate == IEEE80211_S_RUN) { 3645 urtw_newstate(struct ieee80211com *ic, enum ieee80211_state nstate, int arg) argument 3656 switch (nstate) { 3663 (void) urtw_update_msr(sc, nstate); 3721 (void) urtw_update_msr(sc, nstate); 3734 error = sc->sc_newstate(ic, nstate, arg);
|
/illumos-gate/usr/src/uts/common/io/iwh/ |
H A D | iwh.c | 1850 iwh_newstate(ieee80211com_t *ic, enum ieee80211_state nstate, int arg) argument 1869 switch (nstate) { 1920 err = sc->sc_newstate(ic, nstate, arg); 2051 return (sc->sc_newstate(ic, nstate, arg));
|
/illumos-gate/usr/src/uts/common/io/iwp/ |
H A D | iwp.c | 1788 iwp_newstate(ieee80211com_t *ic, enum ieee80211_state nstate, int arg) argument 1805 switch (nstate) { 1854 err = sc->sc_newstate(ic, nstate, arg); 1960 return (sc->sc_newstate(ic, nstate, arg));
|
/illumos-gate/usr/src/uts/common/io/mwl/ |
H A D | mwl.c | 2963 mwl_newstate(struct ieee80211com *ic, enum ieee80211_state nstate, int arg) argument 2981 "ostate %x -> nstate %x\n", 2982 ostate, nstate); 2984 switch (nstate) { 3034 return (sc->sc_newstate(ic, nstate, arg));
|