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

12

/illumos-gate/usr/src/uts/common/os/
H A Ddtrace_subr.c187 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/cmd/sgs/yacc/common/
H A Dy1.c76 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...]
H A Dy4.c77 nstate = 0;
83 temp1[++nstate] = (--optimmem) - tracemem;
98 temp1[nstate] = yypgo[0] = (--optimmem) - tracemem;
126 for (i = 0; i < nstate; ++i) {
171 for (i = 0; i < nstate; ++i) {
313 for (j = 0; j < nstate; ++j) {
383 for (i = 0; i < nstate; ++i)
429 arout(L"yypact", indgo, nstate);
H A Ddextern.h150 #define SLOOP(i) for (i = 0; i < nstate; ++i)
228 extern int nstate; /* number of states */
H A Dy3.c215 for (j = 0; j < nstate; ++j) { /* is j the most frequent */
223 for (k = j; k < nstate; ++k)
234 for (j = 0; j < nstate; ++j) {
293 aryfil(tystate, nstate, 0);
439 (void) fprintf(foutput, "\nstate %d\n", i);
/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/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,
129 * hv_rng_ctl_write(uint64_t ctlregsptr_ra, uint64_t nstate,
141 * hv_rng_ctl_write_v2(uint64_t ctlregsptr_ra, uint64_t nstate,
/illumos-gate/usr/src/uts/common/io/
H A Di8237A.c243 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/cmd/egrep/
H A Degrep.y95 int nstate = 1;
486 if (notin(nstate)) {
487 if (++nstate >= NSTATES) {
493 nstate = 1;
496 add(state, nstate);
497 if (tmpstat[line] == 1) out[nstate] = 1;
498 return nstate;
500 add(state, nstate);
501 if (tmpstat[line] == 1) out[nstate] = 1;
502 gotofn[s][c] = nstate;
[all...]
/illumos-gate/usr/src/cmd/refer/
H A Dglue5.c166 nstate:
176 goto nstate;
188 } else goto nstate;
/illumos-gate/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
[all...]
/illumos-gate/usr/src/cmd/fgrep/
H A Dfgrep.c371 nstate:
376 goto nstate;
390 goto nstate;
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c235 int nstate; /* Number of states */ member in struct:lemon
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
[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) 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/arn/
H A Darn_main.c1389 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/io/ath/
H A Dath_main.c1272 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/cmd/fm/fmd/common/
H A Dfmd_asru.c1562 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/zyd/
H A Dzyd.c961 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/uts/i86pc/io/dr/
H A Ddr.c2050 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/sun4u/ngdr/io/
H A Ddr.c2082 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/atu/
H A Datu.c468 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/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) 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/ral/
H A Drt2560.c867 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 Drum.c1394 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)

Completed in 179 milliseconds

12