ostate 237 arch/i386/pci/ichpcib.c u_int8_t state, ostate, cntl;
ostate 249 arch/i386/pci/ichpcib.c ostate = state;
ostate 263 arch/i386/pci/ichpcib.c if (state != ostate) {
ostate 1611 dev/ic/an.c enum ieee80211_state ostate;
ostate 1614 dev/ic/an.c ostate = ic->ic_state;
ostate 1615 dev/ic/an.c DPRINTF(("an_newstate: %s -> %s\n", ieee80211_state_name[ostate],
ostate 2534 dev/ic/atw.c enum ieee80211_state ostate = ic->ic_state;
ostate 2596 dev/ic/atw.c if (ostate == IEEE80211_S_INIT && nstate == IEEE80211_S_SCAN)
ostate 1143 dev/ic/malo.c enum ieee80211_state ostate;
ostate 1149 dev/ic/malo.c ostate = ic->ic_state;
ostate 1156 dev/ic/malo.c if (ostate == IEEE80211_S_INIT) {
ostate 2968 dev/ic/pgt.c enum ieee80211_state ostate;
ostate 2970 dev/ic/pgt.c ostate = ic->ic_state;
ostate 2973 dev/ic/pgt.c ieee80211_state_name[ostate], ieee80211_state_name[nstate]));
ostate 737 dev/ic/rt2560.c enum ieee80211_state ostate;
ostate 742 dev/ic/rt2560.c ostate = ic->ic_state;
ostate 748 dev/ic/rt2560.c if (ostate == IEEE80211_S_RUN) {
ostate 772 dev/ic/rt2661.c enum ieee80211_state ostate;
ostate 777 dev/ic/rt2661.c ostate = ic->ic_state;
ostate 783 dev/ic/rt2661.c if (ostate == IEEE80211_S_RUN) {
ostate 2607 dev/ic/rtw.c int ostate, s;
ostate 2612 dev/ic/rtw.c ostate = ls->ls_state;
ostate 2623 dev/ic/rtw.c if (ostate != ls->ls_state)
ostate 3462 dev/ic/rtw.c enum ieee80211_state ostate;
ostate 3465 dev/ic/rtw.c ostate = ic->ic_state;
ostate 3475 dev/ic/rtw.c if (ostate == IEEE80211_S_INIT && nstate != IEEE80211_S_INIT)
ostate 3486 dev/ic/rtw.c if (ostate != IEEE80211_S_SCAN) {
ostate 740 dev/pci/if_iwi.c enum ieee80211_state ostate;
ostate 743 dev/pci/if_iwi.c ostate = ic->ic_state;
ostate 767 dev/pci/if_iwi.c if (ostate != IEEE80211_S_RUN)
ostate 711 dev/pcmcia/if_malo.c enum ieee80211_state ostate;
ostate 713 dev/pcmcia/if_malo.c ostate = ic->ic_state;
ostate 715 dev/pcmcia/if_malo.c if (ostate == nstate)
ostate 1215 dev/usb/if_atu.c enum ieee80211_state ostate = ic->ic_state;
ostate 1218 dev/usb/if_atu.c ieee80211_state_name[ostate], ieee80211_state_name[nstate]));
ostate 1236 dev/usb/if_atu.c if (ostate == IEEE80211_S_SCAN) {
ostate 558 dev/usb/if_ral.c enum ieee80211_state ostate;
ostate 562 dev/usb/if_ral.c ostate = ic->ic_state;
ostate 566 dev/usb/if_ral.c if (ostate == IEEE80211_S_RUN) {
ostate 642 dev/usb/if_rum.c enum ieee80211_state ostate;
ostate 646 dev/usb/if_rum.c ostate = ic->ic_state;
ostate 650 dev/usb/if_rum.c if (ostate == IEEE80211_S_RUN) {
ostate 799 dev/usb/if_uath.c enum ieee80211_state ostate;
ostate 801 dev/usb/if_uath.c ostate = ic->ic_state;
ostate 805 dev/usb/if_uath.c if (ostate == IEEE80211_S_RUN) {
ostate 689 dev/usb/if_zyd.c enum ieee80211_state ostate;
ostate 691 dev/usb/if_zyd.c ostate = ic->ic_state;
ostate 695 dev/usb/if_zyd.c if (ostate == IEEE80211_S_RUN) {
ostate 318 miscfs/fifofs/fifo_vnops.c short ostate;
ostate 328 miscfs/fifofs/fifo_vnops.c ostate = ap->a_vp->v_fifoinfo->fi_readsock->so_state;
ostate 335 miscfs/fifofs/fifo_vnops.c ap->a_vp->v_fifoinfo->fi_readsock->so_state = ostate;
ostate 364 net80211/ieee80211_proto.c enum ieee80211_state ostate;
ostate 368 net80211/ieee80211_proto.c ostate = ic->ic_state;
ostate 370 net80211/ieee80211_proto.c ieee80211_state_name[ostate], ieee80211_state_name[nstate]));
ostate 375 net80211/ieee80211_proto.c switch (ostate) {
ostate 442 net80211/ieee80211_proto.c switch (ostate) {
ostate 483 net80211/ieee80211_proto.c switch (ostate) {
ostate 510 net80211/ieee80211_proto.c ic->ic_state = ostate; /* stay RUN */
ostate 522 net80211/ieee80211_proto.c switch (ostate) {
ostate 540 net80211/ieee80211_proto.c switch (ostate) {
ostate 118 netinet/tcp_debug.c tcp_trace(short act, short ostate, struct tcpcb *tp, caddr_t headers,
ostate 136 netinet/tcp_debug.c td->td_ostate = ostate;
ostate 170 netinet/tcp_debug.c printf("%x %s:", tp, tcpstates[ostate]);
ostate 380 netinet/tcp_input.c short ostate = 0;
ostate 692 netinet/tcp_input.c ostate = tp->t_state;
ostate 2140 netinet/tcp_input.c tcp_trace(TA_INPUT, ostate, tp, (caddr_t) &tcp_saveti6,
ostate 2145 netinet/tcp_input.c tcp_trace(TA_INPUT, ostate, tp, (caddr_t) &tcp_saveti,
ostate 2228 netinet/tcp_input.c tcp_trace(TA_DROP, ostate, tp, (caddr_t) &tcp_saveti6,
ostate 2233 netinet/tcp_input.c tcp_trace(TA_DROP, ostate, tp, (caddr_t) &tcp_saveti,
ostate 157 netinet/tcp_usrreq.c short ostate;
ostate 199 netinet/tcp_usrreq.c ostate = tp->t_state;
ostate 201 netinet/tcp_usrreq.c ostate = 0;
ostate 495 netinet/tcp_usrreq.c tcp_trace(TA_USER, ostate, tp, (caddr_t)0, req, 0);