Searched refs:ostate (Results 51 - 54 of 54) sorted by relevance

123

/illumos-gate/usr/src/uts/common/io/uath/
H A Duath.c1889 enum ieee80211_state ostate; local
1892 ostate = ic->ic_state;
1894 "%d -> %d\n", ostate, nstate);
1915 if (ostate == IEEE80211_S_RUN) {
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl.c2966 enum ieee80211_state ostate; local
2979 ostate = ic->ic_state;
2981 "ostate %x -> nstate %x\n",
2982 ostate, nstate);
2988 if (ostate != IEEE80211_S_INIT) {
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2.c1551 enum ieee80211_state ostate = ic->ic_state; local
1557 switch (ostate) {
1633 if (ostate == IEEE80211_S_SCAN) {
1655 if (ostate == IEEE80211_S_SCAN) {
1743 if (ostate == IEEE80211_S_SCAN) {
1751 if (ostate == IEEE80211_S_SCAN) {
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl.c2910 if ((list->sc.ostate == SYSC_CFGA_OSTATE_CONFIGURED) &&

Completed in 107 milliseconds

123