| /onnv/onnv-gate/usr/src/cmd/ndmpd/ndmp/ |
| ndmpd_prop.c | 56 uint32_t sc_flags; member in struct:ndmpd_cfg_param 119 if ((cfg->sc_flags & NDMP_CF_DEFINED) || value) { 154 cfg->sc_flags |= NDMP_CF_DEFINED; 162 cfg->sc_flags &= ~NDMP_CF_DEFINED;
|
| /onnv/onnv-gate/usr/src/uts/common/io/urtw/ |
| urtw_var.h | 97 int sc_flags; member in struct:urtw_softc 142 ((_sc)->sc_flags & URTW_FLAG_PLUGIN_ONLINE) 144 ((_sc)->sc_flags & URTW_FLAG_RUNNING) 146 (((_sc)->sc_flags & URTW_FLAG_RUNNING) == 0) 147 #define URTW_IS_SUSPENDING(_sc) ((_sc)->sc_flags & URTW_FLAG_SUSPEND)
|
| /onnv/onnv-gate/usr/src/cmd/saf/ |
| structs.h | 51 long sc_flags; /* flags */ member in struct:sactab 91 * defn's for sc_flags
|
| readtab.c | 188 tsp->sc_flags = sp->sc_flags; 218 if (startflag && !(sp->sc_flags & X_FLAG)) 240 if (startflag && !(sp->sc_flags & X_FLAG)) 365 sp->sc_flags, sp->sc_rsmax, sp->sc_pstate, sp->sc_cmd, sp->sc_comment);
|
| util.c | 170 sp->sc_flags = 0; 174 sp->sc_flags |= D_FLAG; 177 sp->sc_flags |= X_FLAG;
|
| /onnv/onnv-gate/usr/src/uts/common/io/ural/ |
| ural_var.h | 90 uint32_t sc_flags; member in struct:ural_softc 124 #define RAL_IS_RUNNING(_sc) ((_sc)->sc_flags & RAL_FLAG_RUNNING)
|
| /onnv/onnv-gate/usr/src/uts/common/io/rwd/ |
| rt2661_var.h | 177 uint32_t sc_flags; member in struct:rt2661_softc 195 #define RT2661_IS_RUNNING(_sc) (((_sc)->sc_flags & RT2661_F_RUNNING)) 196 #define RT2661_IS_SUSPEND(_sc) (((_sc)->sc_flags & RT2661_F_SUSPEND)) 197 #define RT2661_IS_FWLOADED(_sc) (((_sc)->sc_flags & RT2661_F_FWLOADED)) 198 #define RT2661_IS_FASTREBOOT(_sc) (((_sc)->sc_flags & RT2661_F_QUIESCE))
|
| /onnv/onnv-gate/usr/src/uts/common/io/ral/ |
| rt2560_var.h | 167 uint32_t sc_flags; member in struct:rt2560_softc 202 #define RAL_IS_RUNNING(_sc) (((_sc)->sc_flags & RAL_FLAG_RUNNING) && \ 203 !((_sc)->sc_flags & RAL_FLAG_SUSPENDING)) 204 #define RAL_IS_INITED(_sc) ((_sc)->sc_flags & RAL_FLAG_RUNNING)
|
| /onnv/onnv-gate/usr/src/uts/common/io/rwn/ |
| rt2860_var.h | 118 #define RT2860_IS_RUNNING(_sc) (((_sc)->sc_flags & RT2860_F_RUNNING)) 119 #define RT2860_IS_INITED(_sc) ((_sc)->sc_flags & RT2860_F_RUNNING) 120 #define RT2860_IS_SUSPEND(_sc) ((_sc)->sc_flags & RT2860_F_SUSPEND) 188 uint32_t sc_flags; member in struct:rt2860_softc
|
| /onnv/onnv-gate/usr/src/uts/common/io/rum/ |
| rum_var.h | 93 uint32_t sc_flags; member in struct:rum_softc 131 #define RAL_IS_RUNNING(_sc) ((_sc)->sc_flags & RAL_FLAG_RUNNING)
|
| /onnv/onnv-gate/usr/src/uts/common/io/uath/ |
| uath_var.h | 183 uint32_t sc_flags; member in struct:uath_softc 248 #define UATH_IS_RUNNING(_sc) ((_sc)->sc_flags & UATH_FLAG_RUNNING) 249 #define UATH_IS_SUSPEND(_sc) ((_sc)->sc_flags & UATH_FLAG_SUSPEND) 250 #define UATH_IS_DISCONNECT(_sc) ((_sc)->sc_flags & UATH_FLAG_DISCONNECT) 251 #define UATH_IS_RECONNECT(_sc) ((_sc)->sc_flags & UATH_FLAG_RECONNECT)
|
| /onnv/onnv-gate/usr/src/uts/common/io/iwp/ |
| iwp.c | 488 if (sc->sc_flags & IWP_F_RUNNING) { 492 atomic_and_32(&sc->sc_flags, ~IWP_F_SUSPEND); 862 atomic_or_32(&sc->sc_flags, IWP_F_ATTACHED); 914 atomic_and_32(&sc->sc_flags, ~IWP_F_HW_ERR_RECOVER); 915 atomic_and_32(&sc->sc_flags, ~IWP_F_RATE_AUTO_CTL); 917 atomic_or_32(&sc->sc_flags, IWP_F_SUSPEND); 919 if (sc->sc_flags & IWP_F_RUNNING) { 932 if (!(sc->sc_flags & IWP_F_ATTACHED)) { [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/1394/targets/scsa1394/ |
| hba.c | 1265 if (cmd->sc_flags & SCSA1394_CMD_DMA_BUF_VALID) { 1267 (cmd->sc_flags & SCSA1394_CMD_READ) ? [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/wpi/ |
| wpi.c | 420 sc->sc_flags &= ~WPI_F_SUSPEND; 423 if (sc->sc_flags & WPI_F_RUNNING) 427 sc->sc_flags |= WPI_F_LAZY_RESUME; 669 sc->sc_flags |= WPI_F_ATTACHED; 708 sc->sc_flags |= WPI_F_SUSPEND; 711 if (sc->sc_flags & WPI_F_RUNNING) { 720 if (!(sc->sc_flags & WPI_F_ATTACHED)) 1132 if (!(sc->sc_flags & WPI_F_QUIESCED)) { 1249 sc->sc_flags |= WPI_F_SCANNING; 1272 sc->sc_flags &= ~WPI_F_SCANNING [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/iwi/ |
| ipw2200.c | 359 sc->sc_flags &= ~IPW2200_FLAG_SUSPEND; 360 if (sc->sc_flags & IPW2200_FLAG_RUNNING) 665 if (sc->sc_flags & IPW2200_FLAG_RUNNING) { 668 sc->sc_flags |= IPW2200_FLAG_SUSPEND; 749 sc->sc_flags |= IPW2200_FLAG_QUIESCED; 776 sc->sc_flags &= ~IPW2200_FLAG_SCANNING; 777 sc->sc_flags &= ~IPW2200_FLAG_ASSOCIATED; 1050 if (!(sc->sc_flags & IPW2200_FLAG_FW_CACHED)) { 1098 sc->sc_flags |= IPW2200_FLAG_FW_INITED; 1188 sc->sc_flags &= ~IPW2200_FLAG_FW_INITED [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/iwh/ |
| iwh.c | 525 if (sc->sc_flags & IWH_F_RUNNING) { 529 atomic_and_32(&sc->sc_flags, ~IWH_F_SUSPEND); 930 atomic_or_32(&sc->sc_flags, IWH_F_ATTACHED); 997 atomic_and_32(&sc->sc_flags, ~IWH_F_HW_ERR_RECOVER); 998 atomic_and_32(&sc->sc_flags, ~IWH_F_RATE_AUTO_CTL); 1000 atomic_or_32(&sc->sc_flags, IWH_F_SUSPEND); 1002 if (sc->sc_flags & IWH_F_RUNNING) { 1015 if (!(sc->sc_flags & IWH_F_ATTACHED)) { [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/ipw/ |
| ipw2100.c | 604 sc->sc_flags &= ~IPW2100_FLAG_RUNNING; 675 sc->sc_flags |= IPW2100_FLAG_RUNNING; 702 sc->sc_flags |= IPW2100_FLAG_QUIESCED; 725 sc->sc_flags &= ~IPW2100_FLAG_FW_INITED; 727 if (!(sc->sc_flags & IPW2100_FLAG_QUIESCED)) 1038 sc->sc_flags |= IPW2100_FLAG_CMD_WAIT; 1106 if (!(sc->sc_flags & IPW2100_FLAG_FW_CACHED)) { 1222 sc->sc_flags |= IPW2100_FLAG_HAS_RADIO_SWITCH; 1226 (sc->sc_flags & IPW2100_FLAG_HAS_RADIO_SWITCH)? "yes" : "no", 1251 if (ntries == 50 && !(sc->sc_flags & IPW2100_FLAG_QUIESCED) [all...] |
| ipw2100_hw.c | 360 sc->sc_flags |= IPW2100_FLAG_FW_CACHED; 376 sc->sc_flags &= ~IPW2100_FLAG_FW_CACHED; 485 while (!(sc->sc_flags & IPW2100_FLAG_FW_INITED)) { 499 if (!(sc->sc_flags & IPW2100_FLAG_FW_INITED)) {
|
| /onnv/onnv-gate/usr/src/uts/common/sys/1394/targets/scsa1394/ |
| cmd.h | 64 int sc_flags; /* command flags */ member in struct:scsa1394_cmd
|
| /onnv/onnv-gate/usr/src/uts/common/io/atu/ |
| atu.h | 76 uint32_t sc_flags; member in struct:atu_softc 107 #define ATU_RUNNING(sc) ((sc)->sc_flags & ATU_FLAG_RUNNING) 108 #define ATU_REATTACH(sc) ((sc)->sc_flags & ATU_FLAG_REATTACH) 109 #define ATU_RADIO_ON(sc) ((sc)->sc_flags & ATU_FLAG_RADIO_ON)
|
| /onnv/onnv-gate/usr/src/uts/common/io/arn/ |
| arn_main.c | 821 if (sc->sc_flags & SC_OP_INVALID) 826 (sc->sc_flags & SC_OP_CHAINMASK_UPDATE) || 827 (sc->sc_flags & SC_OP_FULL_RESET)) { 849 if (!stopped || (sc->sc_flags & SC_OP_FULL_RESET)) 871 sc->sc_flags &= ~SC_OP_CHAINMASK_UPDATE; 872 sc->sc_flags &= ~SC_OP_FULL_RESET; 1041 if (sc->sc_flags & SC_OP_INVALID) { 1240 if (sc->sc_flags & SC_OP_BEACONS) [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/iwk/ |
| iwk2.c | 491 sc->sc_flags &= ~IWK_F_SUSPEND; 494 if (sc->sc_flags & IWK_F_RUNNING) 498 sc->sc_flags |= IWK_F_LAZY_RESUME; 811 sc->sc_flags |= IWK_F_ATTACHED; 862 sc->sc_flags |= IWK_F_SUSPEND; 864 if (sc->sc_flags & IWK_F_RUNNING) { 874 if (!(sc->sc_flags & IWK_F_ATTACHED)) 952 sc->sc_flags |= IWK_F_QUIESCED; [all...] |
| iwk2_var.h | 138 uint32_t sc_flags; member in struct:iwk_softc
|
| /onnv/onnv-gate/usr/src/uts/common/io/sdcard/impl/ |
| sda_cmd.c | 75 #define c_flags c_public.sc_flags 335 cmdp->sc_flags |= SDA_CMDF_DAT;
|
| sda_init.c | 69 cmdp->sc_flags |= SDA_CMDF_INIT; 87 cmdp->sc_flags |= SDA_CMDF_INIT; 599 cmdp->sc_flags |= SDA_CMDF_INIT | SDA_CMDF_DAT | SDA_CMDF_READ;
|