sc_flags           85 arch/i386/i386/apm.c 	int	sc_flags;
sc_flags          368 arch/i386/i386/apm.c 	if (!apm_error && (sc->sc_flags & SCFLAG_OPEN) == 0) {
sc_flags          445 arch/i386/i386/apm.c 		    (sc->sc_flags & SCFLAG_PRINT) != SCFLAG_NOPRINT &&
sc_flags          446 arch/i386/i386/apm.c 		    ((sc->sc_flags & SCFLAG_PRINT) != SCFLAG_PCTPRINT ||
sc_flags          977 arch/i386/i386/apm.c 		if (sc->sc_flags & SCFLAG_OWRITE) {
sc_flags          981 arch/i386/i386/apm.c 		sc->sc_flags |= SCFLAG_OWRITE;
sc_flags          988 arch/i386/i386/apm.c 		sc->sc_flags |= SCFLAG_OREAD;
sc_flags         1013 arch/i386/i386/apm.c 		sc->sc_flags &= ~SCFLAG_OWRITE;
sc_flags         1016 arch/i386/i386/apm.c 		sc->sc_flags &= ~SCFLAG_OREAD;
sc_flags         1058 arch/i386/i386/apm.c 				sc->sc_flags &= ~SCFLAG_PRINT;
sc_flags         1061 arch/i386/i386/apm.c 				sc->sc_flags &= ~SCFLAG_PRINT;
sc_flags         1062 arch/i386/i386/apm.c 				sc->sc_flags |= SCFLAG_NOPRINT;
sc_flags         1065 arch/i386/i386/apm.c 				sc->sc_flags &= ~SCFLAG_PRINT;
sc_flags         1066 arch/i386/i386/apm.c 				sc->sc_flags |= SCFLAG_PCTPRINT;
sc_flags          273 arch/i386/i386/ioapic.c 	sc->sc_flags = aaa->flags;
sc_flags          574 arch/i386/i386/ioapic.c 	if (ioapics->sc_flags & IOAPIC_PICMODE) {
sc_flags           65 arch/i386/include/i82093var.h 	int			sc_flags;
sc_flags           99 arch/i386/pci/piixpcib.c 	int		sc_flags;
sc_flags          163 arch/i386/pci/piixpcib.c 		sc->sc_flags = regs.edx;
sc_flags          201 arch/i386/pci/piixpcib.c 	sc->sc_flags = 0;
sc_flags           86 dev/acpi/acpicpu.c 	int			sc_flags;
sc_flags          137 dev/acpi/acpicpu.c 	if (sc->sc_flags & FLAGS_NOTHROTTLE)
sc_flags          174 dev/acpi/acpicpu.c 		    (sc->sc_flags & FLAGS_NO_C2))
sc_flags          179 dev/acpi/acpicpu.c 		    (sc->sc_flags & FLAGS_NO_C3))
sc_flags          261 dev/acpi/acpicpu.c 		sc->sc_flags |= FLAGS_NOTHROTTLE;
sc_flags          281 dev/acpi/acpicpu.c 			sc->sc_flags |= FLAGS_NO_C2;
sc_flags          283 dev/acpi/acpicpu.c 			sc->sc_flags |= FLAGS_NO_C3;
sc_flags          293 dev/acpi/acpicpu.c 		sc->sc_flags |= FLAGS_NOPSS;
sc_flags          310 dev/acpi/acpicpu.c 			sc->sc_flags |= FLAGS_NOPCT;
sc_flags          353 dev/acpi/acpicpu.c 	if (!(sc->sc_flags & FLAGS_NOPSS) && !(sc->sc_flags & FLAGS_NOPCT)) {
sc_flags          357 dev/acpi/acpicpu.c 	} else if (!(sc->sc_flags & FLAGS_NOPSS)) {
sc_flags          369 dev/acpi/acpicpu.c 	if (!(sc->sc_flags & FLAGS_NOPSS) && !(sc->sc_flags & FLAGS_NOPCT)) {
sc_flags          136 dev/ata/wd.c   	int sc_flags;
sc_flags          281 dev/ata/wd.c   		wd->sc_flags |= WDF_LBA48;
sc_flags          285 dev/ata/wd.c   		wd->sc_flags |= WDF_LBA;
sc_flags          290 dev/ata/wd.c   		wd->sc_flags |= WDF_LBA;
sc_flags          293 dev/ata/wd.c   	if ((wd->sc_flags & WDF_LBA48) != 0) {
sc_flags          302 dev/ata/wd.c   	} else if ((wd->sc_flags & WDF_LBA) != 0) {
sc_flags          439 dev/ata/wd.c   	if ((wd->sc_flags & WDF_LOADED) == 0) {
sc_flags          454 dev/ata/wd.c   	    (wd->sc_flags & (WDF_WLABEL|WDF_LABELLING)) != 0) <= 0)
sc_flags          524 dev/ata/wd.c   	if ((wd->sc_flags & WDF_LBA48) &&
sc_flags          529 dev/ata/wd.c   	if (wd->sc_flags & WDF_LBA)
sc_flags          674 dev/ata/wd.c   		if ((wd->sc_flags & WDF_LOADED) == 0) {
sc_flags          679 dev/ata/wd.c   		if ((wd->sc_flags & WDF_LOADED) == 0) {
sc_flags          680 dev/ata/wd.c   			wd->sc_flags |= WDF_LOADED;
sc_flags          833 dev/ata/wd.c   	if ((wd->sc_flags & WDF_LOADED) == 0) {
sc_flags          869 dev/ata/wd.c   		wd->sc_flags |= WDF_LABELLING;
sc_flags          881 dev/ata/wd.c   		wd->sc_flags &= ~WDF_LABELLING;
sc_flags          892 dev/ata/wd.c   			wd->sc_flags |= WDF_WLABEL;
sc_flags          894 dev/ata/wd.c   			wd->sc_flags &= ~WDF_WLABEL;
sc_flags         1041 dev/ata/wd.c   		if (wd->sc_flags & WDF_LBA48)
sc_flags         1043 dev/ata/wd.c   		if (wd->sc_flags & WDF_LBA)
sc_flags         1158 dev/ata/wd.c   	wdc_c.r_command = (wd->sc_flags & WDF_LBA48 ? WDCC_FLUSHCACHE_EXT :
sc_flags           66 dev/bluetooth/btms.c 	uint16_t		 sc_flags;
sc_flags          176 dev/bluetooth/btms.c 			sc->sc_flags |= BTMS_HASZ;
sc_flags          178 dev/bluetooth/btms.c 			sc->sc_flags ^= BTMS_REVZ;
sc_flags          203 dev/bluetooth/btms.c 			if (sc->sc_flags & BTMS_HASZ)
sc_flags          204 dev/bluetooth/btms.c 				sc->sc_flags |= BTMS_HASW;
sc_flags          206 dev/bluetooth/btms.c 				sc->sc_flags |= BTMS_HASZ;
sc_flags          222 dev/bluetooth/btms.c 	    sc->sc_flags & BTMS_HASW ? ", W" : "",
sc_flags          223 dev/bluetooth/btms.c 	    sc->sc_flags & BTMS_HASZ ? " and Z dir" : "",
sc_flags          224 dev/bluetooth/btms.c 	    sc->sc_flags & BTMS_HASW ? "s" : "");
sc_flags          300 dev/bluetooth/btms.c 	if (sc->sc_flags & BTMS_REVZ)
sc_flags          117 dev/cardbus/if_pgt_cardbus.c 		sc->sc_flags |= SC_ISL3877;
sc_flags          162 dev/cardbus/if_re_cardbus.c 	sc->sc_flags |= RL_ENABLED;
sc_flags          132 dev/ccd.c      	int		sc_flags;		/* flags */
sc_flags          460 dev/ccd.c      	cs->sc_flags |= CCDF_INITED;
sc_flags          590 dev/ccd.c      	if ((cs->sc_flags & CCDF_INITED) && (cs->sc_dkdev.dk_openmask == 0))
sc_flags          595 dev/ccd.c      		if (((cs->sc_flags & CCDF_INITED) == 0) ||
sc_flags          668 dev/ccd.c      	if ((cs->sc_flags & CCDF_INITED) == 0) {
sc_flags          685 dev/ccd.c      	wlabel = cs->sc_flags & (CCDF_WLABEL|CCDF_LABELLING);
sc_flags          986 dev/ccd.c      	if ((cs->sc_flags & CCDF_INITED) == 0)
sc_flags         1010 dev/ccd.c      	if ((cs->sc_flags & CCDF_INITED) == 0)
sc_flags         1037 dev/ccd.c      	if (cmd != CCDIOCSET && !(cs->sc_flags & CCDF_INITED))
sc_flags         1054 dev/ccd.c      		if (cs->sc_flags & CCDF_INITED)
sc_flags         1187 dev/ccd.c      		cs->sc_flags &= ~CCDF_INITED;
sc_flags         1230 dev/ccd.c      		cs->sc_flags |= CCDF_LABELLING;
sc_flags         1240 dev/ccd.c      		cs->sc_flags &= ~CCDF_LABELLING;
sc_flags         1250 dev/ccd.c      			cs->sc_flags |= CCDF_WLABEL;
sc_flags         1252 dev/ccd.c      			cs->sc_flags &= ~CCDF_WLABEL;
sc_flags         1274 dev/ccd.c      	if ((cs->sc_flags & CCDF_INITED) == 0)
sc_flags          695 dev/flash.c    		if ((sc->sc_flags & FDK_LOADED) == 0 ||
sc_flags          696 dev/flash.c    		    ((sc->sc_flags & FDK_SAFE) == 0) !=
sc_flags          698 dev/flash.c    			sc->sc_flags &= ~FDK_SAFE;
sc_flags          699 dev/flash.c    			sc->sc_flags |= FDK_LOADED;
sc_flags          701 dev/flash.c    				sc->sc_flags |= FDK_SAFE;
sc_flags          704 dev/flash.c    	} else if (((sc->sc_flags & FDK_SAFE) == 0) !=
sc_flags          798 dev/flash.c    	if ((sc->sc_flags & FDK_LOADED) == 0) {
sc_flags          846 dev/flash.c    	if ((sc->sc_flags & FDK_LOADED) == 0) {
sc_flags           82 dev/flashvar.h 	int			 sc_flags;
sc_flags          328 dev/i2o/iop.c  	sc->sc_flags |= IOP_HAVESTATUS;
sc_flags          454 dev/i2o/iop.c  			if ((iop->sc_flags & IOP_HAVESTATUS) == 0)
sc_flags          459 dev/i2o/iop.c  				iop->sc_flags &= ~IOP_HAVESTATUS;
sc_flags          483 dev/i2o/iop.c  			if ((iop->sc_flags & IOP_HAVESTATUS) == 0)
sc_flags          568 dev/i2o/iop.c  	sc->sc_flags |= IOP_ONLINE;
sc_flags          886 dev/i2o/iop.c  		if ((sc->sc_flags & IOP_ONLINE) == 0)
sc_flags         2312 dev/i2o/iop.c  	if ((sc->sc_flags & IOP_ONLINE) == 0)
sc_flags         2314 dev/i2o/iop.c  	if ((sc->sc_flags & IOP_OPEN) != 0)
sc_flags         2316 dev/i2o/iop.c  	sc->sc_flags |= IOP_OPEN;
sc_flags         2321 dev/i2o/iop.c  		sc->sc_flags ^= IOP_OPEN;
sc_flags         2335 dev/i2o/iop.c  	sc->sc_flags &= ~IOP_OPEN;
sc_flags          252 dev/i2o/ioprbs.c 	sc->sc_flags = rv ? 0 : IOPRBS_CLAIMED;
sc_flags          349 dev/i2o/ioprbs.c 		sc->sc_flags |= IOPRBS_ENABLED;
sc_flags          380 dev/i2o/ioprbs.c 	if ((sc->sc_flags & IOPRBS_CLAIMED) != 0)
sc_flags          390 dev/i2o/ioprbs.c 		sc->sc_flags &= ~IOPRBS_NEW_EVTMASK;
sc_flags          394 dev/i2o/ioprbs.c 		if ((sc->sc_flags & IOPRBS_NEW_EVTMASK) == 0)
sc_flags          398 dev/i2o/ioprbs.c 		if ((sc->sc_flags & IOPRBS_NEW_EVTMASK) == 0)
sc_flags          625 dev/i2o/ioprbs.c 		sc->sc_flags |= IOPRBS_NEW_EVTMASK;
sc_flags           62 dev/i2o/ioprbsvar.h 	int	sc_flags;
sc_flags          124 dev/i2o/iopvar.h 	int		sc_flags;	/* IOP-wide flags */
sc_flags          262 dev/ic/acx.c   	    (sc->sc_flags & ACX_FLAG_ACX111) ? "ACX111" : "ACX100",
sc_flags          410 dev/ic/acx.c   	if (sc->sc_flags & ACX_FLAG_ACX111) {
sc_flags          421 dev/ic/acx.c   		    (sc->sc_flags & ACX_FLAG_ACX111) ? "111" : "100");
sc_flags          435 dev/ic/acx.c   	sc->sc_flags |= ACX_FLAG_FW_LOADED;
sc_flags          439 dev/ic/acx.c   		    (sc->sc_flags & ACX_FLAG_ACX111) ? "111" : "100",
sc_flags          556 dev/ic/acx.c   	sc->sc_flags &= ~ACX_FLAG_FW_LOADED;
sc_flags          905 dev/ic/acx.c   	if ((sc->sc_flags & ACX_FLAG_FW_LOADED) == 0 ||
sc_flags         1093 dev/ic/acx.c   	if ((sc->sc_flags & ACX_FLAG_FW_LOADED) == 0)
sc_flags         2613 dev/ic/acx.c   	if ((sc->sc_flags & ACX_FLAG_FW_LOADED) == 0) {
sc_flags          297 dev/ic/acx111.c 	sc->sc_flags |= ACX_FLAG_ACX111;
sc_flags          342 dev/ic/acxvar.h 	uint32_t		sc_flags;	/* see ACX_FLAG_ */
sc_flags          851 dev/ic/advlib.h 	u_int16_t		sc_flags;	/* see below sc_flags values */
sc_flags          912 dev/ic/aic6360.c 	sc->sc_flags &= ~AIC_DROP_MSGIN;
sc_flags          942 dev/ic/aic6360.c 			sc->sc_flags |= AIC_DROP_MSGIN;
sc_flags          947 dev/ic/aic6360.c 		if ((sc->sc_flags & AIC_DROP_MSGIN) == 0) {
sc_flags          950 dev/ic/aic6360.c 				sc->sc_flags |= AIC_DROP_MSGIN;
sc_flags         1264 dev/ic/aic6360.c 		sc->sc_flags |= AIC_ABORTING;
sc_flags         1285 dev/ic/aic6360.c 		sc->sc_flags |= AIC_ABORTING;
sc_flags         1668 dev/ic/aic6360.c 			sc->sc_flags |= AIC_DROP_MSGIN;
sc_flags         1816 dev/ic/aic6360.c 		sc->sc_flags = 0;
sc_flags         1860 dev/ic/aic6360.c 			if ((sc->sc_flags & AIC_ABORTING) == 0) {
sc_flags          152 dev/ic/aic6360var.h 	u_char	 sc_flags;
sc_flags          572 dev/ic/aic6915.c 			    ((ifp->if_flags ^ sc->sc_flags) &
sc_flags          583 dev/ic/aic6915.c 		sc->sc_flags = ifp->if_flags;
sc_flags          775 dev/ic/aic6915.h 	int sc_flags;			/* misc. flags */
sc_flags          472 dev/ic/ami.c   	if (sc->sc_flags & AMI_BROKEN) {
sc_flags          531 dev/ic/ami.c   	    sc->sc_link.openings, sc->sc_maxcmds, sc->sc_flags);
sc_flags          539 dev/ic/ami.c   	if (sc->sc_flags & AMI_BROKEN && sc->sc_nunits > 1)
sc_flags          552 dev/ic/ami.c   	if (sc->sc_flags & AMI_BROKEN)
sc_flags         1670 dev/ic/ami.c   	if (sc->sc_flags & AMI_BROKEN)
sc_flags         1914 dev/ic/ami.c   	for(i = 0; i < ((sc->sc_flags & AMI_QUARTZ) ?
sc_flags         1971 dev/ic/ami.c   	for(i = 0; i < ((sc->sc_flags & AMI_QUARTZ) ?
sc_flags         2046 dev/ic/ami.c   	for(i = 0; i < ((sc->sc_flags & AMI_QUARTZ) ?
sc_flags           92 dev/ic/amivar.h 	int			sc_flags;
sc_flags          190 dev/ic/ath.c   		sc->sc_flags |= ATH_ENABLED;
sc_flags          202 dev/ic/ath.c   	sc->sc_flags &= ~ATH_ENABLED;
sc_flags          218 dev/ic/ath.c   	sc->sc_flags &= ~ATH_ATTACHED;	/* make sure that it's not attached */
sc_flags          412 dev/ic/ath.c   	sc->sc_flags |= ATH_ATTACHED;
sc_flags          433 dev/ic/ath.c   		sc->sc_flags |= ATH_GPIO;
sc_flags          451 dev/ic/ath.c   	if ((sc->sc_flags & ATH_ATTACHED) == 0)
sc_flags          309 dev/ic/athvar.h 	u_int			sc_flags;	/* misc flags */
sc_flags          366 dev/ic/athvar.h #define	ATH_IS_ENABLED(sc)	((sc)->sc_flags & ATH_ENABLED)
sc_flags          357 dev/ic/atw.c   		sc->sc_flags |= ATWF_ENABLED;
sc_flags          374 dev/ic/atw.c   	sc->sc_flags &= ~ATWF_ENABLED;
sc_flags          736 dev/ic/atw.c   	sc->sc_flags |= ATWF_ATTACHED /* | ATWF_RTSCTS */;
sc_flags         2383 dev/ic/atw.c   	if (sc->sc_flags & ATWF_SHORT_PREAMBLE)
sc_flags         2744 dev/ic/atw.c   	if ((sc->sc_flags & ATWF_ATTACHED) == 0)
sc_flags         3263 dev/ic/atw.c   	    sc->sc_dev.dv_xname, sc->sc_flags));
sc_flags         3627 dev/ic/atw.c   	    sc->sc_dev.dv_xname, sc->sc_flags, ifp->if_flags));
sc_flags         3805 dev/ic/atw.c   		} else if (sc->sc_flags & ATWF_RTSCTS) {
sc_flags          230 dev/ic/atwvar.h 	int			sc_flags;
sc_flags          376 dev/ic/atwvar.h #define	ATW_IS_ENABLED(sc)	((sc)->sc_flags & ATWF_ENABLED)
sc_flags          422 dev/ic/ciss.c  	sc->sc_flags |= CISS_BIO;
sc_flags         1045 dev/ic/ciss.c  	if (!(sc->sc_flags & CISS_BIO))
sc_flags           41 dev/ic/cissvar.h 	u_int	sc_flags;
sc_flags           99 dev/ic/dp8390.c 	    (sc->sc_flags & DP8390_NO_MULTI_BUFFERING))
sc_flags          641 dev/ic/dp8390.c 		if ((sc->sc_flags & DP8390_DO_AX88190_WORKAROUND) != 0)
sc_flags           31 dev/ic/dp8390var.h 	int	sc_flags;		/* interface flags, from config */
sc_flags          451 dev/ic/fxp.c   	if (sc->sc_flags & FXPF_DISABLE_STANDBY) {
sc_flags          479 dev/ic/fxp.c   		sc->sc_flags |= FXPF_RECV_WORKAROUND;
sc_flags          981 dev/ic/fxp.c   	} else if (sc->sc_flags & FXPF_RECV_WORKAROUND)
sc_flags         1277 dev/ic/fxp.c   	if (sc->sc_flags & FXPF_MWI_ENABLE)
sc_flags         1813 dev/ic/fxp.c   	if (sc->sc_flags & FXPF_UCODE)
sc_flags         1826 dev/ic/fxp.c   		sc->sc_flags |= FXPF_UCODE;
sc_flags         1881 dev/ic/fxp.c   	sc->sc_flags |= FXPF_UCODE;
sc_flags          117 dev/ic/fxpvar.h 	int sc_flags;			/* misc. flags */
sc_flags          338 dev/ic/gem.c   			sc->sc_flags |= GEM_GIGABIT;
sc_flags          900 dev/ic/gem.c   		if (sc->sc_flags & GEM_GIGABIT)
sc_flags          156 dev/ic/gemvar.h 	u_int		sc_flags;	/* */
sc_flags          194 dev/ic/i82596var.h 	u_int	sc_flags;	/* (MI/MD) flags */
sc_flags          172 dev/ic/lemac.c 				sc->sc_flags &= ~LEMAC_LINKUP;
sc_flags          175 dev/ic/lemac.c 			sc->sc_flags |= LEMAC_LINKUP;
sc_flags          354 dev/ic/lemac.c 			sc->sc_flags |= LEMAC_LINKUP;
sc_flags          506 dev/ic/lemac.c 			sc->sc_flags |= LEMAC_ALLMULTI;
sc_flags          514 dev/ic/lemac.c 	sc->sc_flags &= ~LEMAC_ALLMULTI;
sc_flags          529 dev/ic/lemac.c 	sc->sc_flags &= ~LEMAC_LINKUP;
sc_flags          563 dev/ic/lemac.c 		sc->sc_flags |= LEMAC_2K_MODE;
sc_flags          566 dev/ic/lemac.c 		sc->sc_flags |= LEMAC_WAS_64K_MODE;
sc_flags          570 dev/ic/lemac.c 		sc->sc_flags |= LEMAC_WAS_32K_MODE;
sc_flags          573 dev/ic/lemac.c 		sc->sc_flags |= LEMAC_PIO_MODE;
sc_flags          582 dev/ic/lemac.c 	sc->sc_flags |= LEMAC_ALIVE;
sc_flags          588 dev/ic/lemac.c 	if ((sc->sc_flags & LEMAC_ALIVE) == 0)
sc_flags          614 dev/ic/lemac.c 			if (sc->sc_flags & LEMAC_ALLMULTI)
sc_flags          906 dev/ic/lemac.c 	if (sc->sc_flags & LEMAC_LINKUP)
sc_flags         1052 dev/ic/lemac.c 	    lemac_modes[sc->sc_flags & LEMAC_MODE_MASK]);
sc_flags         1064 dev/ic/lemac.c 	if (sc->sc_flags & LEMAC_ALIVE) {
sc_flags           44 dev/ic/lemacvar.h 	unsigned sc_flags;
sc_flags           81 dev/ic/lemacvar.h 	(((sc->sc_flags & LEMAC_MODE_MASK) == LEMAC_PIO_MODE) || \
sc_flags          173 dev/ic/lpt.c   	sc->sc_flags = (sc->sc_flags & LPT_POLLED) | flags;
sc_flags          174 dev/ic/lpt.c   	if ((sc->sc_flags & (LPT_POLLED|LPT_NOINTR)) == LPT_POLLED)
sc_flags          226 dev/ic/lpt.c   	if ((sc->sc_flags & LPT_NOINTR) == 0)
sc_flags          286 dev/ic/lpt.c   	if ((sc->sc_flags & LPT_NOINTR) == 0)
sc_flags          306 dev/ic/lpt.c   	if (sc->sc_flags & LPT_NOINTR) {
sc_flags          406 dev/ic/lpt.c   	    (sc->sc_flags & LPT_NOINTR))
sc_flags           70 dev/ic/lptvar.h 	u_int8_t sc_flags;
sc_flags          102 dev/ic/mfivar.h 	u_int32_t		sc_flags;
sc_flags          333 dev/ic/mpi.c   	if ((sc->sc_flags & MPI_F_RAID) == 0)
sc_flags         1676 dev/ic/mpi.c   	if (sc->sc_flags & MPI_F_SPI)
sc_flags         2187 dev/ic/mpi.c   	sc->sc_flags |= MPI_F_RAID;
sc_flags          103 dev/ic/mpivar.h 	int			sc_flags;
sc_flags          607 dev/ic/ncr5380sbc.c 	if (sc->sc_flags & NCR5380_FORCE_POLLING)
sc_flags          111 dev/ic/ncr5380var.h 	int		sc_flags;	/* Misc. flags and capabilities */
sc_flags          718 dev/ic/ncr53c9x.c 			sc->sc_flags |= NCR_ATN;
sc_flags          741 dev/ic/ncr53c9x.c 		sc->sc_flags |= NCR_ATN;
sc_flags         1220 dev/ic/ncr53c9x.c 		sc->sc_flags |= NCR_ATN;			\
sc_flags         1454 dev/ic/ncr53c9x.c 		sc->sc_flags &= ~NCR_DROP_MSGI;
sc_flags         1464 dev/ic/ncr53c9x.c 	if ((sc->sc_flags & NCR_DROP_MSGI)) {
sc_flags         1473 dev/ic/ncr53c9x.c 		sc->sc_flags |= NCR_DROP_MSGI;
sc_flags         1570 dev/ic/ncr53c9x.c 				sc->sc_flags &= ~NCR_SYNCHNEGO;
sc_flags         1643 dev/ic/ncr53c9x.c 					if ((sc->sc_flags&NCR_SYNCHNEGO)
sc_flags         1671 dev/ic/ncr53c9x.c 					if ((sc->sc_flags&NCR_SYNCHNEGO) == 0) {
sc_flags         1689 dev/ic/ncr53c9x.c 				sc->sc_flags &= ~NCR_SYNCHNEGO;
sc_flags         1772 dev/ic/ncr53c9x.c 	sc->sc_flags &= ~NCR_DROP_MSGI;
sc_flags         1798 dev/ic/ncr53c9x.c 	if (sc->sc_flags & NCR_ATN) {
sc_flags         1832 dev/ic/ncr53c9x.c 			if ((sc->sc_flags & NCR_SYNCHNEGO) == 0) {
sc_flags         1866 dev/ic/ncr53c9x.c 			sc->sc_flags |= NCR_ABORTING;
sc_flags         1879 dev/ic/ncr53c9x.c 			sc->sc_flags |= NCR_ABORTING;
sc_flags         1902 dev/ic/ncr53c9x.c 			sc->sc_flags &= ~NCR_ATN;
sc_flags         2030 dev/ic/ncr53c9x.c 			if (sc->sc_flags & NCR_EXPECT_ILLCMD) {
sc_flags         2041 dev/ic/ncr53c9x.c 				sc->sc_flags &= ~NCR_EXPECT_ILLCMD;
sc_flags         2058 dev/ic/ncr53c9x.c 	sc->sc_flags &= ~NCR_EXPECT_ILLCMD;
sc_flags         2182 dev/ic/ncr53c9x.c 			if ((sc->sc_flags & NCR_SYNCHNEGO)) {
sc_flags         2189 dev/ic/ncr53c9x.c 				sc->sc_flags &= ~NCR_SYNCHNEGO;
sc_flags         2194 dev/ic/ncr53c9x.c 			if ((sc->sc_flags & NCR_ABORTING) == 0) {
sc_flags         2283 dev/ic/ncr53c9x.c 			sc->sc_flags = 0;
sc_flags         2345 dev/ic/ncr53c9x.c 				sc->sc_flags |= NCR_EXPECT_ILLCMD;
sc_flags         2349 dev/ic/ncr53c9x.c 				sc->sc_flags |= NCR_EXPECT_ILLCMD;
sc_flags         2409 dev/ic/ncr53c9x.c 					sc->sc_flags |= NCR_SYNCHNEGO;
sc_flags         2498 dev/ic/ncr53c9x.c 		if (sc->sc_flags & NCR_ICCS) {
sc_flags         2502 dev/ic/ncr53c9x.c 			sc->sc_flags &= ~NCR_ICCS;
sc_flags         2565 dev/ic/ncr53c9x.c 			sc->sc_flags |= NCR_WAITI;
sc_flags         2568 dev/ic/ncr53c9x.c 			if ((sc->sc_flags & NCR_WAITI) == 0) {
sc_flags         2575 dev/ic/ncr53c9x.c 			sc->sc_flags &= ~NCR_WAITI;
sc_flags         2667 dev/ic/ncr53c9x.c 		sc->sc_flags |= NCR_ICCS;
sc_flags          307 dev/ic/ncr53c9xvar.h 	u_char	sc_flags;	/* See below */
sc_flags          147 dev/ic/ne2000.c 		dsc->sc_flags |= DP8390_DO_AX88190_WORKAROUND;
sc_flags          592 dev/ic/ne2000.c 	if (sc->sc_flags & DP8390_NO_REMOTE_DMA_COMPLETE)
sc_flags          457 dev/ic/osiop.c 	if ((acb->xsflags & SCSI_POLL) || (sc->sc_flags & OSIOP_NODMA))
sc_flags          519 dev/ic/osiop.c 			else if ((sc->sc_flags & OSIOP_INTDEFER) == 0) {
sc_flags          520 dev/ic/osiop.c 				sc->sc_flags &= ~OSIOP_INTSOFF;
sc_flags          758 dev/ic/osiop.c 		if (((acb->xsflags & SCSI_POLL) == 0) && ((sc->sc_flags & OSIOP_NODMA) == 0))
sc_flags          817 dev/ic/osiop.c 		sc->sc_flags |= OSIOP_NODMA;
sc_flags          856 dev/ic/osiop.c 	if (sc->sc_flags & OSIOP_ALIVE)
sc_flags          932 dev/ic/osiop.c 	sc->sc_flags &= ~(OSIOP_INTDEFER | OSIOP_INTSOFF);
sc_flags         1533 dev/ic/osiop.c 		acb->intstat = sc->sc_flags & OSIOP_INTSOFF;
sc_flags         1586 dev/ic/osiop.c 			sc->sc_flags |= acb->intstat;
sc_flags         1739 dev/ic/osiop.c 	if (acb->xsflags & SCSI_POLL || sc->sc_flags & OSIOP_NODMA) {
sc_flags         1740 dev/ic/osiop.c 		sc->sc_flags |= OSIOP_INTSOFF;
sc_flags         1741 dev/ic/osiop.c 		sc->sc_flags &= ~OSIOP_INTDEFER;
sc_flags         1747 dev/ic/osiop.c 	} else if ((sc->sc_flags & OSIOP_INTDEFER) == 0) {
sc_flags         1748 dev/ic/osiop.c 		sc->sc_flags &= ~OSIOP_INTSOFF;
sc_flags         1815 dev/ic/osiop.c 	if (sc->sc_flags & OSIOP_INTDEFER) {
sc_flags         1816 dev/ic/osiop.c 		sc->sc_flags &= ~(OSIOP_INTDEFER | OSIOP_INTSOFF);
sc_flags         1825 dev/ic/osiop.c 		if ((sc->sc_flags & (OSIOP_INTSOFF | OSIOP_INTDEFER)) !=
sc_flags          224 dev/ic/osiopvar.h 	int sc_flags;
sc_flags          303 dev/ic/pgt.c   	if (sc->sc_flags & SC_ISL3877)
sc_flags          444 dev/ic/pgt.c   	if (sc->sc_flags & SC_NEEDS_FIRMWARE) {
sc_flags          451 dev/ic/pgt.c   		sc->sc_flags &= ~SC_NEEDS_FIRMWARE;
sc_flags          485 dev/ic/pgt.c   	sc->sc_flags |= SC_UNINITIALIZED;
sc_flags          486 dev/ic/pgt.c   	sc->sc_flags |= flag;
sc_flags          521 dev/ic/pgt.c   			if (flag == SC_NEEDS_RESET && sc->sc_flags & SC_DYING) {
sc_flags          522 dev/ic/pgt.c   				sc->sc_flags &= ~flag;
sc_flags          532 dev/ic/pgt.c   		sc->sc_flags &= ~SC_POWERSAVE;
sc_flags          533 dev/ic/pgt.c   		sc->sc_flags |= SC_NEEDS_FIRMWARE;
sc_flags          536 dev/ic/pgt.c   			tsleep(&sc->sc_flags, 0, "pgtres", hz);
sc_flags          537 dev/ic/pgt.c   			if (sc->sc_flags & SC_UNINITIALIZED) {
sc_flags          556 dev/ic/pgt.c   		sc->sc_flags &= ~flag;
sc_flags          597 dev/ic/pgt.c   	sc->sc_flags |= SC_NEEDS_FIRMWARE | SC_UNINITIALIZED;
sc_flags          604 dev/ic/pgt.c   	tsleep(&sc->sc_flags, 0, "pgtres", hz);
sc_flags          605 dev/ic/pgt.c   	if (sc->sc_flags & SC_UNINITIALIZED) {
sc_flags          628 dev/ic/pgt.c   	if (sc->sc_flags & SC_NEEDS_FIRMWARE || sc->sc_flags & SC_UNINITIALIZED)
sc_flags          682 dev/ic/pgt.c   	if ((sc->sc_flags & SC_UNINITIALIZED) == 0) {
sc_flags          687 dev/ic/pgt.c   		sc->sc_flags &= ~SC_UNINITIALIZED;
sc_flags          688 dev/ic/pgt.c   		wakeup(&sc->sc_flags);
sc_flags          746 dev/ic/pgt.c   				sc->sc_flags |= SC_INTR_RESET;
sc_flags          759 dev/ic/pgt.c   				sc->sc_flags |= SC_INTR_RESET;
sc_flags         1075 dev/ic/pgt.c   	sc->sc_flags &= ~SC_POWERSAVE;
sc_flags         1106 dev/ic/pgt.c   		sc->sc_flags |= SC_POWERSAVE;
sc_flags         1171 dev/ic/pgt.c   	if (sc->sc_flags & (SC_DYING | SC_NEEDS_RESET))
sc_flags         1180 dev/ic/pgt.c   	if (sc->sc_flags & SC_DYING)
sc_flags         1204 dev/ic/pgt.c   	    sc->sc_flags & SC_POWERSAVE) {
sc_flags         1224 dev/ic/pgt.c   		sc->sc_flags &= ~SC_POWERSAVE;
sc_flags         1239 dev/ic/pgt.c   	if (sc->sc_flags & SC_INTR_RESET) {
sc_flags         1240 dev/ic/pgt.c   		sc->sc_flags &= ~SC_INTR_RESET;
sc_flags         1325 dev/ic/pgt.c   	if (sc->sc_flags & SC_DYING)
sc_flags         1665 dev/ic/pgt.c   	if (sc->sc_flags & (SC_DYING | SC_NEEDS_RESET))
sc_flags         1715 dev/ic/pgt.c   		if (sc->sc_flags & (SC_DYING | SC_NEEDS_RESET)) {
sc_flags         1781 dev/ic/pgt.c   	if (sc->sc_flags & SC_POWERSAVE) {
sc_flags         2131 dev/ic/pgt.c   	if (sc->sc_flags & (SC_DYING | SC_NEEDS_RESET) ||
sc_flags         2281 dev/ic/pgt.c   		tsleep(&sc->sc_flags, 0, "pgtsca", hz * SCAN_TIMEOUT);
sc_flags         2500 dev/ic/pgt.c   	if (sc->sc_flags & (SC_DYING | SC_NEEDS_RESET))
sc_flags         2544 dev/ic/pgt.c   	if (!(sc->sc_flags & (SC_DYING | SC_UNINITIALIZED)))
sc_flags         2817 dev/ic/pgt.c   			sc->sc_flags |= SC_NOFREE_ALLNODES;
sc_flags         2990 dev/ic/pgt.c   		if (sc->sc_flags & SC_NOFREE_ALLNODES)
sc_flags         2991 dev/ic/pgt.c   			sc->sc_flags &= ~SC_NOFREE_ALLNODES;
sc_flags          130 dev/ic/pgtvar.h 	unsigned int		sc_flags;
sc_flags         1293 dev/ic/rt2560.c 	if (sc->sc_flags & RT2560_UPDATE_SLOT) {
sc_flags         1294 dev/ic/rt2560.c 		sc->sc_flags &= ~RT2560_UPDATE_SLOT;
sc_flags         1295 dev/ic/rt2560.c 		sc->sc_flags |= RT2560_SET_SLOTTIME;
sc_flags         1296 dev/ic/rt2560.c 	} else if (sc->sc_flags & RT2560_SET_SLOTTIME) {
sc_flags         1297 dev/ic/rt2560.c 		sc->sc_flags &= ~RT2560_SET_SLOTTIME;
sc_flags         2332 dev/ic/rt2560.c 		sc->sc_flags |= RT2560_UPDATE_SLOT;
sc_flags         2593 dev/ic/rt2560.c 	if (!(sc->sc_flags & RT2560_ENABLED)) {
sc_flags         2599 dev/ic/rt2560.c 		sc->sc_flags |= RT2560_ENABLED;
sc_flags         2721 dev/ic/rt2560.c 		if (sc->sc_flags & RT2560_ENABLED) {
sc_flags         2723 dev/ic/rt2560.c 			sc->sc_flags &= ~RT2560_ENABLED;
sc_flags          116 dev/ic/rt2560var.h 	int			sc_flags;
sc_flags         1162 dev/ic/rt2661.c 	if (sc->sc_flags & RT2661_UPDATE_SLOT) {
sc_flags         1163 dev/ic/rt2661.c 		sc->sc_flags &= ~RT2661_UPDATE_SLOT;
sc_flags         1164 dev/ic/rt2661.c 		sc->sc_flags |= RT2661_SET_SLOTTIME;
sc_flags         1165 dev/ic/rt2661.c 	} else if (sc->sc_flags & RT2661_SET_SLOTTIME) {
sc_flags         1166 dev/ic/rt2661.c 		sc->sc_flags &= ~RT2661_SET_SLOTTIME;
sc_flags         2269 dev/ic/rt2661.c 		sc->sc_flags |= RT2661_UPDATE_SLOT;
sc_flags         2435 dev/ic/rt2661.c 	if (!(sc->sc_flags & RT2661_ENABLED)) {
sc_flags         2441 dev/ic/rt2661.c 		sc->sc_flags |= RT2661_ENABLED;
sc_flags         2446 dev/ic/rt2661.c 	if (!(sc->sc_flags & RT2661_FWLOADED)) {
sc_flags         2475 dev/ic/rt2661.c 		sc->sc_flags |= RT2661_FWLOADED;
sc_flags         2635 dev/ic/rt2661.c 		if (sc->sc_flags & RT2661_ENABLED) {
sc_flags         2637 dev/ic/rt2661.c 			sc->sc_flags &= ~(RT2661_ENABLED | RT2661_FWLOADED);
sc_flags         2931 dev/ic/rt2661.c 		sc->sc_flags &= ~RT2661_FWLOADED; 
sc_flags          110 dev/ic/rt2661var.h 	int				sc_flags;
sc_flags          732 dev/ic/rtl81x9reg.h 	int			sc_flags;	/* misc flags */
sc_flags          767 dev/ic/rtl81x9reg.h #define RL_IS_ENABLED(sc)	((sc)->sc_flags & RL_ENABLED)
sc_flags          566 dev/ic/rtw.c   	u_int32_t *flags = &sc->sc_flags;
sc_flags          615 dev/ic/rtw.c   	if (sc->sc_flags & RTW_F_RTL8185) {
sc_flags         1842 dev/ic/rtw.c   	if ((sc->sc_flags & RTW_F_ENABLED) == 0 ||
sc_flags         1923 dev/ic/rtw.c   	if ((sc->sc_flags & RTW_F_ENABLED) == 0)
sc_flags         1930 dev/ic/rtw.c   	if ((sc->sc_flags & RTW_F_INVALID) == 0) {
sc_flags         2137 dev/ic/rtw.c   	rtw_pwrstate0(sc, power, 1, sc->sc_flags & RTW_F_DIGPHY);
sc_flags         2139 dev/ic/rtw.c   	rtw_pwrstate0(sc, power, 0, sc->sc_flags & RTW_F_DIGPHY);
sc_flags         2185 dev/ic/rtw.c   	KASSERT((sc->sc_flags & RTW_F_ENABLED) != 0);
sc_flags         2213 dev/ic/rtw.c   	if ((sc->sc_flags & RTW_F_ENABLED) == 0)
sc_flags         2217 dev/ic/rtw.c   	if ((sc->sc_flags & RTW_F_INVALID) == 0 &&
sc_flags         2226 dev/ic/rtw.c   	sc->sc_flags &= ~RTW_F_ENABLED;
sc_flags         2232 dev/ic/rtw.c   	if ((sc->sc_flags & RTW_F_ENABLED) == 0) {
sc_flags         2238 dev/ic/rtw.c   		sc->sc_flags |= RTW_F_ENABLED;
sc_flags         2254 dev/ic/rtw.c   	if ((sc->sc_flags & RTW_F_RTL8185) == 0)
sc_flags         2441 dev/ic/rtw.c   	if (sc->sc_flags & RTW_F_RTL8185)
sc_flags         2680 dev/ic/rtw.c   			if ((sc->sc_flags & RTW_F_ENABLED) != 0) {
sc_flags         2684 dev/ic/rtw.c   		} else if ((sc->sc_flags & RTW_F_ENABLED) != 0)
sc_flags         2701 dev/ic/rtw.c   			if ((sc->sc_flags & RTW_F_ENABLED) != 0)
sc_flags         3371 dev/ic/rtw.c   	if ((sc->sc_flags & RTW_F_ENABLED) == 0)
sc_flags         3618 dev/ic/rtw.c   	if ((sc->sc_flags & RTW_F_ENABLED) == 0) {
sc_flags         3957 dev/ic/rtw.c   		sc->sc_flags |= RTW_F_RTL8185;
sc_flags         4053 dev/ic/rtw.c   		sc->sc_flags |= RTW_F_9356SROM;
sc_flags         4055 dev/ic/rtw.c   	if (rtw_srom_read(&sc->sc_regs, sc->sc_flags, &sc->sc_srom,
sc_flags         4066 dev/ic/rtw.c   	    ((sc->sc_flags & RTW_F_DIGPHY) != 0) ? "digital" : "analog"));
sc_flags         4196 dev/ic/rtw.c   	sc->sc_flags |= RTW_F_INVALID;
sc_flags         4372 dev/ic/rtw.c   	if (sc->sc_flags & RTW_F_DIGPHY)
sc_flags         4389 dev/ic/rtw.c   	if (sc->sc_flags & RTW_F_DIGPHY)
sc_flags         4413 dev/ic/rtw.c   	if (sc->sc_flags & RTW_F_DIGPHY)
sc_flags         4468 dev/ic/rtw.c   	if (!(sc->sc_flags & RTW_F_DIGPHY))
sc_flags         4750 dev/ic/rtw.c   	int antdiv = sc->sc_flags & RTW_F_ANTDIV;
sc_flags         4751 dev/ic/rtw.c   	int dflantb = sc->sc_flags & RTW_F_DFLANTB;
sc_flags          364 dev/ic/rtwvar.h 	u_int32_t		sc_flags;
sc_flags          122 dev/ic/siopvar.h 	u_int32_t sc_flags;
sc_flags          310 dev/ic/smc91cxx.c 			sc->sc_flags |= SMC_FLAGS_HAS_MII;
sc_flags          327 dev/ic/smc91cxx.c 	sc->sc_flags |= SMC_FLAGS_ATTACHED;
sc_flags          356 dev/ic/smc91cxx.c 	if ((sc->sc_flags & SMC_FLAGS_ENABLED) == 0)
sc_flags          362 dev/ic/smc91cxx.c 	if (sc->sc_flags & SMC_FLAGS_HAS_MII)
sc_flags          398 dev/ic/smc91cxx.c 	if ((sc->sc_flags & SMC_FLAGS_ENABLED) == 0) {
sc_flags          407 dev/ic/smc91cxx.c 	if (sc->sc_flags & SMC_FLAGS_HAS_MII) {
sc_flags          525 dev/ic/smc91cxx.c 	if (sc->sc_flags & SMC_FLAGS_HAS_MII) {
sc_flags          741 dev/ic/smc91cxx.c 	if ((sc->sc_flags & SMC_FLAGS_ENABLED) == 0 ||
sc_flags         1101 dev/ic/smc91cxx.c 		if ((sc->sc_flags & SMC_FLAGS_ENABLED) == 0) {
sc_flags         1200 dev/ic/smc91cxx.c 	if ((sc->sc_flags & SMC_FLAGS_ENABLED) == 0 && sc->sc_enable != NULL) {
sc_flags         1208 dev/ic/smc91cxx.c 	sc->sc_flags |= SMC_FLAGS_ENABLED;
sc_flags         1219 dev/ic/smc91cxx.c 	if ((sc->sc_flags & SMC_FLAGS_ENABLED) != 0 && sc->sc_disable != NULL) {
sc_flags         1221 dev/ic/smc91cxx.c 		sc->sc_flags &= ~SMC_FLAGS_ENABLED;
sc_flags         1259 dev/ic/smc91cxx.c 	if ((sc->sc_flags & SMC_FLAGS_ATTACHED) == 0)
sc_flags         1361 dev/ic/smc91cxx.c 	if ((sc->sc_flags & SMC_FLAGS_HAS_MII) == 0)
sc_flags           55 dev/ic/smc91cxxvar.h 	u_int32_t	sc_flags;	/* misc. flags*/
sc_flags          514 dev/ic/sti.c   	waa.console = sc->sc_flags & STI_CONSOLE ? 1 : 0;
sc_flags          521 dev/ic/sti.c   	if (waa.console && !ISSET(sc->sc_flags, STI_ATTACHED)) {
sc_flags          527 dev/ic/sti.c   		sc->sc_flags |= STI_ATTACHED;
sc_flags           87 dev/ic/stivar.h 	u_int	sc_flags;
sc_flags          113 dev/isa/fd.c   	int sc_flags;
sc_flags          503 dev/isa/fd.c   		    && (fd->sc_flags & FD_MOTOR))
sc_flags          516 dev/isa/fd.c   	fd->sc_flags &= ~(FD_MOTOR | FD_MOTOR_WAIT);
sc_flags          530 dev/isa/fd.c   	fd->sc_flags &= ~FD_MOTOR_WAIT;
sc_flags          558 dev/isa/fd.c   	if ((fd->sc_flags & FD_OPEN) != 0 &&
sc_flags          564 dev/isa/fd.c   	fd->sc_flags |= FD_OPEN;
sc_flags          578 dev/isa/fd.c   	fd->sc_flags &= ~FD_OPEN;
sc_flags          650 dev/isa/fd.c   		if ((fd->sc_flags & FD_MOTOR_WAIT) != 0) {
sc_flags          654 dev/isa/fd.c   		if ((fd->sc_flags & FD_MOTOR) == 0) {
sc_flags          658 dev/isa/fd.c   			if (ofd && ofd->sc_flags & FD_MOTOR) {
sc_flags          660 dev/isa/fd.c   				ofd->sc_flags &= ~(FD_MOTOR | FD_MOTOR_WAIT);
sc_flags          662 dev/isa/fd.c   			fd->sc_flags |= FD_MOTOR | FD_MOTOR_WAIT;
sc_flags          873 dev/isa/fd.c   		if (fd->sc_flags & FD_MOTOR_WAIT)
sc_flags          364 dev/isa/gus.c  	if (sc->sc_flags & GUS_OPEN)
sc_flags          371 dev/isa/gus.c  	sc->sc_flags |= GUS_OPEN;
sc_flags          584 dev/isa/gus.c  	sc->sc_flags |= GUS_LOCKED;
sc_flags          637 dev/isa/gus.c  	sc->sc_flags &= ~(GUS_OPEN|GUS_LOCKED|GUS_DMAOUT_ACTIVE|GUS_DMAIN_ACTIVE);
sc_flags          680 dev/isa/gus.c  		DMAPRINTF(("gusintr dma flags=%x\n", sc->sc_flags));
sc_flags          685 dev/isa/gus.c  		if (sc->sc_flags & GUS_DMAIN_ACTIVE) {
sc_flags          694 dev/isa/gus.c  		DMAPRINTF(("gusintr voice flags=%x\n", sc->sc_flags));
sc_flags          788 dev/isa/gus.c  	sc->sc_flags &= ~GUS_DMAOUT_ACTIVE;  /* pending DMA is done */
sc_flags          844 dev/isa/gus.c  	sc->sc_flags &= ~GUS_LOCKED;
sc_flags          847 dev/isa/gus.c  	    if (sc->sc_flags & GUS_PLAYING) {
sc_flags         1060 dev/isa/gus.c  		    if (sc->sc_dmaoutintr && !(sc->sc_flags & GUS_LOCKED)) {
sc_flags         1189 dev/isa/gus.c  	if (sc->sc_playbuf == sc->sc_dmabuf && (sc->sc_flags & GUS_LOCKED)) {
sc_flags         1274 dev/isa/gus.c  	DMAPRINTF(("gusdmaout flags=%x scflags=%x\n", flags, sc->sc_flags));
sc_flags         1314 dev/isa/gus.c  	sc->sc_flags |= GUS_DMAOUT_ACTIVE;
sc_flags         1396 dev/isa/gus.c  		sc->sc_flags |= GUS_PLAYING; /* playing is about to start */
sc_flags         1398 dev/isa/gus.c  		DMAPRINTF(("gus voice playing=%x\n", sc->sc_flags));
sc_flags         1448 dev/isa/gus.c  	  sc->sc_flags &= ~GUS_PLAYING;
sc_flags         1450 dev/isa/gus.c  	DMAPRINTF(("gusintr voice notplaying=%x\n", sc->sc_flags));
sc_flags         2206 dev/isa/gus.c  		sc->sc_flags &= ~GUS_CODEC_INSTALLED;
sc_flags         2210 dev/isa/gus.c  		sc->sc_flags |= GUS_CODEC_INSTALLED;
sc_flags         2317 dev/isa/gus.c  	sc->sc_flags |= GUS_DMAIN_ACTIVE;
sc_flags         2350 dev/isa/gus.c  	    sc->sc_flags &= ~GUS_DMAIN_ACTIVE;
sc_flags         2398 dev/isa/gus.c  	sc->sc_flags &= ~(GUS_DMAOUT_ACTIVE|GUS_LOCKED);
sc_flags         2434 dev/isa/gus.c  	sc->sc_flags &= ~GUS_DMAIN_ACTIVE;
sc_flags         3339 dev/isa/gus.c  	sc->sc_mixer.sc_flags = (sc->sc_revision == 5) ? ICS_FLIP : 0;
sc_flags         3502 dev/isa/gus.c  		sc->sc_flags |= GUS_MIXER_INSTALLED;
sc_flags          151 dev/isa/gusvar.h 	int sc_flags;			/* Various flags about the GUS */
sc_flags          227 dev/isa/gusvar.h #define HAS_CODEC(sc) ((sc)->sc_flags & GUS_CODEC_INSTALLED)
sc_flags          228 dev/isa/gusvar.h #define HAS_MIXER(sc) ((sc)->sc_flags & GUS_MIXER_INSTALLED)
sc_flags          114 dev/isa/ics2101.c 		else if (sc->sc_flags & ICS_FLIP)
sc_flags          123 dev/isa/ics2101.c 		else if (sc->sc_flags & ICS_FLIP)
sc_flags           49 dev/isa/ics2101var.h 	int sc_flags;			/* Various flags */
sc_flags          503 dev/isa/if_we.c 	sc->sc_flags = self->dv_cfdata->cf_flags;
sc_flags          187 dev/isa/lpt_isa.c 		sc->sc_flags |= LPT_POLLED;
sc_flags          136 dev/pci/adv_pci.c 	sc->sc_flags = 0x0;
sc_flags          387 dev/pci/ahci.c 	int			sc_flags;
sc_flags          543 dev/pci/ahci.c 	sc->sc_flags |= AHCI_F_NO_NCQ;
sc_flags          695 dev/pci/ahci.c 	if (!(sc->sc_flags & AHCI_F_NO_NCQ) && (cap & AHCI_REG_CAP_SNCQ))
sc_flags          216 dev/pci/ami_pci.c 		sc->sc_flags |= AMI_QUARTZ;
sc_flags          243 dev/pci/ami_pci.c 			sc->sc_flags |= ssp->flags;
sc_flags          286 dev/pci/ami_pci.c 			sc->sc_flags |= AMI_BROKEN;
sc_flags           82 dev/pci/autrivar.h 	u_int			sc_flags;
sc_flags          233 dev/pci/auvia.c 		sc->sc_flags |= AUVIA_FLAGS_VT8233;
sc_flags          541 dev/pci/auvia.c 		if (sc->sc_flags & AUVIA_FLAGS_VT8233) {
sc_flags          663 dev/pci/auvia.c 		    sc->sc_flags & AUVIA_FLAGS_VT8233? "VIA VT8233" :
sc_flags          888 dev/pci/auvia.c 	if (sc->sc_flags & AUVIA_FLAGS_VT8233) {
sc_flags          932 dev/pci/auvia.c 	if (sc->sc_flags & AUVIA_FLAGS_VT8233) {
sc_flags           59 dev/pci/auviavar.h 	u_int sc_flags;
sc_flags          174 dev/pci/ehci_pci.c 		sc->sc.sc_flags |= EHCIF_DROPPED_INTR_WORKAROUND;
sc_flags          161 dev/pci/hifn7751.c 		sc->sc_flags = HIFN_HAS_RNG | HIFN_HAS_PUBLIC;
sc_flags          166 dev/pci/hifn7751.c 		sc->sc_flags = HIFN_IS_7956 | HIFN_HAS_AES | HIFN_HAS_RNG |
sc_flags          171 dev/pci/hifn7751.c 		sc->sc_flags |= HIFN_IS_7811 | HIFN_HAS_RNG | HIFN_HAS_LEDS |
sc_flags          188 dev/pci/hifn7751.c 	if (sc->sc_flags & HIFN_NO_BURSTWRITE) {
sc_flags          235 dev/pci/hifn7751.c 	if (sc->sc_flags & HIFN_IS_7956)
sc_flags          303 dev/pci/hifn7751.c 	if (sc->sc_flags & HIFN_HAS_AES)
sc_flags          313 dev/pci/hifn7751.c 	if (sc->sc_flags & (HIFN_HAS_PUBLIC | HIFN_HAS_RNG))
sc_flags          345 dev/pci/hifn7751.c 	if ((sc->sc_flags & HIFN_IS_7811) == 0) {
sc_flags          365 dev/pci/hifn7751.c 	if (sc->sc_flags & HIFN_HAS_RNG) {
sc_flags          366 dev/pci/hifn7751.c 		if (sc->sc_flags & HIFN_IS_7811) {
sc_flags          391 dev/pci/hifn7751.c 	if (sc->sc_flags & HIFN_HAS_PUBLIC) {
sc_flags          407 dev/pci/hifn7751.c 	if (sc->sc_flags & HIFN_IS_7811) {
sc_flags          520 dev/pci/hifn7751.c 	if (sc->sc_flags & HIFN_IS_7811) {
sc_flags          701 dev/pci/hifn7751.c 	if (sc->sc_flags & HIFN_HAS_RNG)
sc_flags          703 dev/pci/hifn7751.c 	if (sc->sc_flags & HIFN_HAS_AES)
sc_flags          705 dev/pci/hifn7751.c 	if (sc->sc_flags & HIFN_HAS_PUBLIC)
sc_flags          749 dev/pci/hifn7751.c 	    ((sc->sc_flags & HIFN_HAS_PUBLIC) ?
sc_flags          751 dev/pci/hifn7751.c 	    ((sc->sc_flags & HIFN_IS_7811) ?
sc_flags          759 dev/pci/hifn7751.c 	    ((sc->sc_flags & HIFN_IS_7811) ?
sc_flags          765 dev/pci/hifn7751.c 	if (sc->sc_flags & HIFN_IS_7956) {
sc_flags          807 dev/pci/hifn7751.c 		if (sc->sc_flags & HIFN_IS_7956)
sc_flags          899 dev/pci/hifn7751.c 	if (sc->sc_flags & HIFN_IS_7956) {
sc_flags         1701 dev/pci/hifn7751.c 	if ((sc->sc_flags & HIFN_HAS_PUBLIC) &&
sc_flags         1710 dev/pci/hifn7751.c 	if (sc->sc_flags & HIFN_IS_7811) {
sc_flags         2801 dev/pci/hifn7751.c 	if (sc->sc_flags & HIFN_NO_BURSTWRITE) {
sc_flags         2819 dev/pci/hifn7751.c 	if (sc->sc_flags & HIFN_NO_BURSTWRITE) {
sc_flags          150 dev/pci/hifn7751var.h 	int sc_flags;
sc_flags          175 dev/pci/hifn7751var.h 	if (sc->sc_flags & HIFN_HAS_LEDS)				\
sc_flags          179 dev/pci/hifn7751var.h 	if (sc->sc_flags & HIFN_HAS_LEDS)				\
sc_flags          164 dev/pci/if_atw_pci.c 	sc->sc_flags |= ATWF_ENABLED;
sc_flags          239 dev/pci/if_atw_pci.c 		sc->sc_flags |= ATWF_MRL;
sc_flags          241 dev/pci/if_atw_pci.c 		sc->sc_flags |= ATWF_MRM;
sc_flags          243 dev/pci/if_atw_pci.c 		sc->sc_flags |= ATWF_MWI;
sc_flags          228 dev/pci/if_fxp_pci.c 		sc->sc_flags |= FXPF_DISABLE_STANDBY;
sc_flags          241 dev/pci/if_fxp_pci.c 			sc->sc_flags |= FXPF_MWI_ENABLE;
sc_flags          210 dev/pci/if_nfe.c 	sc->sc_flags = 0;
sc_flags          217 dev/pci/if_nfe.c 		sc->sc_flags |= NFE_JUMBO_SUP | NFE_HW_CSUM;
sc_flags          229 dev/pci/if_nfe.c 		sc->sc_flags |= NFE_40BIT_ADDR;
sc_flags          235 dev/pci/if_nfe.c 		sc->sc_flags |= NFE_JUMBO_SUP | NFE_40BIT_ADDR | NFE_HW_CSUM;
sc_flags          241 dev/pci/if_nfe.c 		sc->sc_flags |= NFE_JUMBO_SUP | NFE_40BIT_ADDR;
sc_flags          245 dev/pci/if_nfe.c 		sc->sc_flags |= NFE_JUMBO_SUP | NFE_40BIT_ADDR | NFE_HW_CSUM |
sc_flags          251 dev/pci/if_nfe.c 	if (sc->sc_flags & NFE_JUMBO_SUP)
sc_flags          252 dev/pci/if_nfe.c 		sc->sc_flags |= NFE_USE_JUMBO;
sc_flags          284 dev/pci/if_nfe.c 	if (sc->sc_flags & NFE_USE_JUMBO)
sc_flags          288 dev/pci/if_nfe.c 	if (sc->sc_flags & NFE_HW_VLAN)
sc_flags          291 dev/pci/if_nfe.c 	if (sc->sc_flags & NFE_HW_CSUM) {
sc_flags          648 dev/pci/if_nfe.c 		if (sc->sc_flags & NFE_40BIT_ADDR) {
sc_flags          665 dev/pci/if_nfe.c 		if ((sc->sc_flags & (NFE_JUMBO_SUP | NFE_40BIT_ADDR)) == 0) {
sc_flags          701 dev/pci/if_nfe.c 		if (sc->sc_flags & NFE_USE_JUMBO) {
sc_flags          758 dev/pci/if_nfe.c 		if ((sc->sc_flags & NFE_HW_CSUM) &&
sc_flags          775 dev/pci/if_nfe.c 		if (sc->sc_flags & NFE_40BIT_ADDR) {
sc_flags          784 dev/pci/if_nfe.c skip:		if (sc->sc_flags & NFE_40BIT_ADDR) {
sc_flags          810 dev/pci/if_nfe.c 		if (sc->sc_flags & NFE_40BIT_ADDR) {
sc_flags          827 dev/pci/if_nfe.c 		if ((sc->sc_flags & (NFE_JUMBO_SUP | NFE_40BIT_ADDR)) == 0) {
sc_flags          917 dev/pci/if_nfe.c 		if (sc->sc_flags & NFE_40BIT_ADDR) {
sc_flags          959 dev/pci/if_nfe.c 	if (sc->sc_flags & NFE_40BIT_ADDR) {
sc_flags          968 dev/pci/if_nfe.c 		if (sc->sc_flags & NFE_JUMBO_SUP)
sc_flags         1015 dev/pci/if_nfe.c 	if (sc->sc_flags & NFE_40BIT_ADDR)
sc_flags         1053 dev/pci/if_nfe.c 	if (sc->sc_flags & NFE_40BIT_ADDR)
sc_flags         1055 dev/pci/if_nfe.c 	else if (sc->sc_flags & NFE_JUMBO_SUP)
sc_flags         1057 dev/pci/if_nfe.c 	if (sc->sc_flags & NFE_HW_CSUM)
sc_flags         1065 dev/pci/if_nfe.c 	if (sc->sc_flags & NFE_HW_VLAN)
sc_flags         1073 dev/pci/if_nfe.c 	if (sc->sc_flags & NFE_HW_VLAN)
sc_flags         1189 dev/pci/if_nfe.c 	if (sc->sc_flags & NFE_40BIT_ADDR) {
sc_flags         1235 dev/pci/if_nfe.c 	if (sc->sc_flags & NFE_USE_JUMBO) {
sc_flags         1258 dev/pci/if_nfe.c 		if (sc->sc_flags & NFE_USE_JUMBO) {
sc_flags         1295 dev/pci/if_nfe.c 		if (sc->sc_flags & NFE_40BIT_ADDR) {
sc_flags         1326 dev/pci/if_nfe.c 		if (sc->sc_flags & NFE_40BIT_ADDR) {
sc_flags         1348 dev/pci/if_nfe.c 	if (sc->sc_flags & NFE_40BIT_ADDR) {
sc_flags         1507 dev/pci/if_nfe.c 	if (sc->sc_flags & NFE_40BIT_ADDR) {
sc_flags         1578 dev/pci/if_nfe.c 		if (sc->sc_flags & NFE_40BIT_ADDR)
sc_flags         1608 dev/pci/if_nfe.c 	if (sc->sc_flags & NFE_40BIT_ADDR) {
sc_flags           79 dev/pci/if_nfevar.h 	u_int			sc_flags;
sc_flags          324 dev/pci/if_pcn.c 	int sc_flags;			/* misc. flags; see below */
sc_flags         1657 dev/pci/if_pcn.c 	if (sc->sc_flags & PCN_F_HAS_MII) {
sc_flags         1777 dev/pci/if_pcn.c 	if (sc->sc_flags & PCN_F_HAS_MII) {
sc_flags         1825 dev/pci/if_pcn.c 	if (sc->sc_flags & PCN_F_HAS_MII) {
sc_flags         2069 dev/pci/if_pcn.c 	sc->sc_flags |= PCN_F_HAS_MII;
sc_flags          102 dev/pci/if_pgt_pci.c 		sc->sc_flags |= SC_ISL3877;
sc_flags          189 dev/pci/if_re_pci.c 	sc->sc_flags |= RL_ENABLED;
sc_flags          173 dev/pci/if_rtw_pci.c 	sc->sc_flags |= RTW_F_ENABLED;
sc_flags          144 dev/pci/mpi_pci.c 		sc->sc_flags |= MPI_F_SPI;
sc_flags          164 dev/pci/nofn.c 	if (sc->sc_flags & NOFN_FLAGS_PK)
sc_flags          166 dev/pci/nofn.c 	if (sc->sc_flags & NOFN_FLAGS_RNG)
sc_flags          304 dev/pci/nofn.c 	sc->sc_flags &= ~NOFN_FLAGS_RNG;
sc_flags          348 dev/pci/nofn.c 	sc->sc_flags |= NOFN_FLAGS_RNG;
sc_flags          377 dev/pci/nofn.c 	sc->sc_flags |= NOFN_FLAGS_PK;
sc_flags           43 dev/pci/nofnvar.h 	int sc_flags;
sc_flags          394 dev/pci/pccbb.c 	sc->sc_flags &= ~CBB_MEMHMAPPED;
sc_flags          424 dev/pci/pccbb.c 				sc->sc_flags |= CBB_MEMHMAPPED;
sc_flags          428 dev/pci/pccbb.c 			sc->sc_flags |= CBB_MEMHMAPPED;
sc_flags          554 dev/pci/pccbb.c 	if (!(sc->sc_flags & CBB_MEMHMAPPED)) {
sc_flags          567 dev/pci/pccbb.c 		sc->sc_flags |= CBB_MEMHMAPPED;
sc_flags          586 dev/pci/pccbb.c 			sc->sc_flags |= CBB_CARDEXIST;
sc_flags          967 dev/pci/pccbb.c 			if (sc->sc_flags & CBB_CARDEXIST) {
sc_flags          971 dev/pci/pccbb.c 				sc->sc_flags &= ~CBB_CARDEXIST;
sc_flags          998 dev/pci/pccbb.c 		    (sc->sc_flags & CBB_CARDEXIST) == 0) {
sc_flags          999 dev/pci/pccbb.c 			if (sc->sc_flags & CBB_INSERTING) {
sc_flags         1003 dev/pci/pccbb.c 			sc->sc_flags |= CBB_INSERTING;
sc_flags         1089 dev/pci/pccbb.c 		sc->sc_flags |= CBB_CARDEXIST;
sc_flags         1441 dev/pci/pccbb.c 	if (CBB_CARDEXIST & sc->sc_flags) {	/* A card exists.  Reset it! */
sc_flags          135 dev/pci/pccbbvar.h 	u_int32_t sc_flags;
sc_flags           90 dev/pci/sti_pci.c 			spc->sc_base.sc_flags |= STI_CONSOLE;
sc_flags          116 dev/pci/sti_pci.c 	sc->sc_flags |= STI_ROM_ENABLED;
sc_flags          354 dev/pci/sti_pci.c 	if (!ISSET(sc->sc_flags, STI_ROM_ENABLED)) {
sc_flags          358 dev/pci/sti_pci.c 		SET(sc->sc_flags, STI_ROM_ENABLED);
sc_flags          371 dev/pci/sti_pci.c 	if (ISSET(sc->sc_flags, STI_ROM_ENABLED)) {
sc_flags          376 dev/pci/sti_pci.c 		CLR(sc->sc_flags, STI_ROM_ENABLED);
sc_flags          171 dev/pci/ubsec.c 		sc->sc_flags |= UBS_FLAGS_KEY | UBS_FLAGS_RNG;
sc_flags          176 dev/pci/ubsec.c 		sc->sc_flags |= UBS_FLAGS_KEY | UBS_FLAGS_RNG;
sc_flags          182 dev/pci/ubsec.c 		sc->sc_flags |= UBS_FLAGS_KEY | UBS_FLAGS_RNG |
sc_flags          192 dev/pci/ubsec.c 		sc->sc_flags |= UBS_FLAGS_KEY | UBS_FLAGS_RNG |
sc_flags          279 dev/pci/ubsec.c 	if (sc->sc_flags & UBS_FLAGS_RNG) {
sc_flags          311 dev/pci/ubsec.c 	if (sc->sc_flags & UBS_FLAGS_KEY) {
sc_flags          386 dev/pci/ubsec.c 	if ((sc->sc_flags & (UBS_FLAGS_KEY|UBS_FLAGS_RNG)) &&
sc_flags         1155 dev/pci/ubsec.c 	if (sc->sc_flags & UBS_FLAGS_LONGCTX) {
sc_flags         1396 dev/pci/ubsec.c 			if (sc->sc_flags & UBS_FLAGS_HWNORM) {
sc_flags         1586 dev/pci/ubsec.c 	if (sc->sc_flags & UBS_FLAGS_KEY)
sc_flags         1591 dev/pci/ubsec.c 	if (sc->sc_flags & UBS_FLAGS_HWNORM)
sc_flags         1777 dev/pci/ubsec.c 		if (sc->sc_flags & UBS_FLAGS_HWNORM)
sc_flags         1824 dev/pci/ubsec.c 	else if (sc->sc_flags & UBS_FLAGS_BIGKEY && nbits <= 1536)
sc_flags         1826 dev/pci/ubsec.c 	else if (sc->sc_flags & UBS_FLAGS_BIGKEY && nbits <= 2048)
sc_flags         2023 dev/pci/ubsec.c 	else if (sc->sc_flags & UBS_FLAGS_BIGKEY && nbits <= 1536)
sc_flags         2025 dev/pci/ubsec.c 	else if (sc->sc_flags & UBS_FLAGS_BIGKEY && nbits <= 2048)
sc_flags         2213 dev/pci/ubsec.c 	else if (sc->sc_flags & UBS_FLAGS_BIGKEY && padlen <= 768)
sc_flags         2215 dev/pci/ubsec.c 	else if (sc->sc_flags & UBS_FLAGS_BIGKEY && padlen <= 1024)
sc_flags          154 dev/pci/ubsecvar.h 	int			sc_flags;	/* device specific flags */
sc_flags          365 dev/pci/yds.c  	if (sc->sc_flags & YDS_CAP_MCODE_1) {
sc_flags          368 dev/pci/yds.c  	} else if (sc->sc_flags & YDS_CAP_MCODE_1E) {
sc_flags          576 dev/pci/yds.c  #define FLEXIBLE	(sc->sc_flags & YDS_CAP_LEGACY_FLEXIBLE)
sc_flags          577 dev/pci/yds.c  #define SELECTABLE	(sc->sc_flags & YDS_CAP_LEGACY_SELECTABLE)
sc_flags          592 dev/pci/yds.c  	if (sc->sc_flags & YDS_CAP_LEGACY_SMOD_DISABLE)
sc_flags          719 dev/pci/yds.c  	sc->sc_flags = yds_get_dstype(sc->sc_id);
sc_flags          721 dev/pci/yds.c  		sc->sc_flags |= YDS_CAP_LEGACY_SMOD_DISABLE;
sc_flags          725 dev/pci/yds.c  			YDS_CAP_BITS, sc->sc_flags);
sc_flags         1339 dev/pci/yds.c  #define P44		(sc->sc_flags & YDS_CAP_HAS_P44)
sc_flags          352 dev/pci/ydsreg.h 	u_int			sc_flags;
sc_flags           77 dev/pcmcia/esp_pcmcia.c 	int sc_flags;
sc_flags          217 dev/pcmcia/esp_pcmcia.c 	esc->sc_flags |= ESP_PCMCIA_ATTACHING;
sc_flags          219 dev/pcmcia/esp_pcmcia.c 	esc->sc_flags &= ~ESP_PCMCIA_ATTACHING;
sc_flags          220 dev/pcmcia/esp_pcmcia.c 	esc->sc_flags |= ESP_PCMCIA_ATTACHED;
sc_flags          285 dev/pcmcia/esp_pcmcia.c 	if ((esc->sc_flags & ESP_PCMCIA_ATTACHED) == 0) {
sc_flags          329 dev/pcmcia/esp_pcmcia.c 		if ((esc->sc_flags & ESP_PCMCIA_ATTACHING) == 0) {
sc_flags          277 dev/pcmcia/if_malo.c 	sc->sc_flags |= MALO_FW_LOADED;
sc_flags          332 dev/pcmcia/if_malo.c 	sc->sc_flags |= MALO_DEVICE_ATTACHED;
sc_flags          606 dev/pcmcia/if_malo.c 	if (!(sc->sc_flags & MALO_FW_LOADED)) {
sc_flags          615 dev/pcmcia/if_malo.c 		sc->sc_flags |= MALO_FW_LOADED;
sc_flags          622 dev/pcmcia/if_malo.c 	sc->sc_flags &= ~MALO_ASSOC_FAILED;
sc_flags          663 dev/pcmcia/if_malo.c 	if (sc->sc_flags & MALO_ASSOC_FAILED)
sc_flags          688 dev/pcmcia/if_malo.c 	sc->sc_flags &= ~MALO_FW_LOADED;
sc_flags          765 dev/pcmcia/if_malo.c 	if (!(sc->sc_flags & MALO_DEVICE_ATTACHED))
sc_flags         1745 dev/pcmcia/if_malo.c 		sc->sc_flags |= MALO_ASSOC_FAILED;
sc_flags          337 dev/pcmcia/if_malovar.h 	int			 sc_flags;
sc_flags          177 dev/pcmcia/if_ray.c 	int				sc_flags;
sc_flags          587 dev/pcmcia/if_ray.c 	sc->sc_flags &= ~RAY_FLAGS_RESUMEINIT;
sc_flags          640 dev/pcmcia/if_ray.c 	sc->sc_flags |= RAY_FLAGS_ATTACHED;
sc_flags          696 dev/pcmcia/if_ray.c 	if ((sc->sc_flags & RAY_FLAGS_ATTACHED) == 0)
sc_flags          795 dev/pcmcia/if_ray.c 	sc->sc_flags &= RAY_FLAGS_RESUMEINIT;
sc_flags          913 dev/pcmcia/if_ray.c 		if ((sc->sc_flags & RAY_FLAGS_RESUMEINIT))
sc_flags          919 dev/pcmcia/if_ray.c 			sc->sc_flags |= RAY_FLAGS_RESUMEINIT;
sc_flags          126 dev/pcmcia/if_xe.c 	u_int32_t	sc_flags;		/* Misc. flags */
sc_flags          239 dev/pcmcia/if_xe.c 	sc->sc_flags = xe_pcmcia_interpret_manfid(parent);
sc_flags          241 dev/pcmcia/if_xe.c 	if (sc->sc_flags & XEF_UNSUPPORTED) {
sc_flags          316 dev/pcmcia/if_xe.c 	sc->sc_flags = xe_pcmcia_interpret_manfid(parent);
sc_flags          323 dev/pcmcia/if_xe.c 	if (sc->sc_flags & XEF_DINGO) {
sc_flags          418 dev/pcmcia/if_xe.c 	if (sc->sc_flags & XEF_DINGO) {
sc_flags          644 dev/pcmcia/if_xe.c 	if (sc->sc_flags & XEF_MOHAWK) {
sc_flags         1152 dev/pcmcia/if_xe.c 	if (sc->sc_flags & XEF_MOHAWK)
sc_flags         1300 dev/pcmcia/if_xe.c 		    sc->sc_arpcom.ac_enaddr[(sc->sc_flags & XEF_MOHAWK) ?
sc_flags         1333 dev/pcmcia/if_xe.c 				    (sc->sc_flags & XEF_MOHAWK) ? 5 - i : i]);
sc_flags         1357 dev/pcmcia/if_xe.c 	if (sc->sc_flags & XEF_MOHAWK)
sc_flags         1379 dev/pcmcia/if_xe.c 	if (sc->sc_flags & XEF_MOHAWK) {
sc_flags         1392 dev/pcmcia/if_xe.c 	    ((sc->sc_flags & XEF_MOHAWK) ? 0x70 : 0x30) >> 4;
sc_flags         1395 dev/pcmcia/if_xe.c 	if (!(sc->sc_flags & XEF_MOHAWK)) {
sc_flags         1413 dev/pcmcia/if_xe.c 	if (!(sc->sc_flags & XEF_DINGO))
sc_flags         1421 dev/pcmcia/if_xe.c 	if (!(sc->sc_flags & XEF_DINGO)) {
sc_flags         1449 dev/pcmcia/if_xe.c 	if (!(sc->sc_flags & XEF_DINGO))
sc_flags         1479 dev/pcmcia/if_xe.c 	if (sc->sc_flags & XEF_DINGO)
sc_flags         1491 dev/pcmcia/if_xe.c 	if (!(sc->sc_flags & XEF_DINGO))
sc_flags         1501 dev/pcmcia/if_xe.c 	if ((sc->sc_flags & (XEF_DINGO | XEF_MODEM)) == XEF_MODEM) {
sc_flags           83 dev/pcmcia/wdc_pcmcia.c 	int sc_flags;
sc_flags          384 dev/pcmcia/wdc_pcmcia.c 	sc->sc_flags |= WDC_PCMCIA_ATTACH;
sc_flags          387 dev/pcmcia/wdc_pcmcia.c 	sc->sc_flags &= ~WDC_PCMCIA_ATTACH;
sc_flags          494 dev/pcmcia/wdc_pcmcia.c                 if ((sc->sc_flags & WDC_PCMCIA_ATTACH) == 0) {
sc_flags          514 dev/pcmcia/wdc_pcmcia.c                 if ((sc->sc_flags & WDC_PCMCIA_ATTACH) == 0)
sc_flags          213 dev/raidframe/rf_openbsdkintf.c 	int		sc_flags;		/* Flags. */
sc_flags          568 dev/raidframe/rf_openbsdkintf.c 	rs->sc_flags &= ~RAIDF_INITED;
sc_flags          589 dev/raidframe/rf_openbsdkintf.c 	if ((rs->sc_flags & RAIDF_INITED) == 0)
sc_flags          642 dev/raidframe/rf_openbsdkintf.c 	if ((rs->sc_flags & RAIDF_INITED) && (rs->sc_dkdev.dk_openmask == 0))
sc_flags          649 dev/raidframe/rf_openbsdkintf.c 		if (((rs->sc_flags & RAIDF_INITED) == 0) ||
sc_flags          672 dev/raidframe/rf_openbsdkintf.c 	    ((rs->sc_flags & RAIDF_INITED) != 0)) {
sc_flags          728 dev/raidframe/rf_openbsdkintf.c 	    ((rs->sc_flags & RAIDF_INITED) != 0)) {
sc_flags          757 dev/raidframe/rf_openbsdkintf.c 	if ((rs->sc_flags & RAIDF_INITED) ==0) {
sc_flags          790 dev/raidframe/rf_openbsdkintf.c 	wlabel = rs->sc_flags & (RAIDF_WLABEL | RAIDF_LABELLING);
sc_flags          823 dev/raidframe/rf_openbsdkintf.c 	if ((rs->sc_flags & RAIDF_INITED) == 0)
sc_flags          843 dev/raidframe/rf_openbsdkintf.c 	if ((rs->sc_flags & RAIDF_INITED) == 0)
sc_flags          926 dev/raidframe/rf_openbsdkintf.c 		if ((rs->sc_flags & RAIDF_INITED) == 0)
sc_flags         1047 dev/raidframe/rf_openbsdkintf.c 			rs->sc_flags &= ~RAIDF_INITED;
sc_flags         1574 dev/raidframe/rf_openbsdkintf.c 		rs->sc_flags |= RAIDF_LABELLING;
sc_flags         1583 dev/raidframe/rf_openbsdkintf.c 		rs->sc_flags &= ~RAIDF_LABELLING;
sc_flags         1594 dev/raidframe/rf_openbsdkintf.c 			rs->sc_flags |= RAIDF_WLABEL;
sc_flags         1596 dev/raidframe/rf_openbsdkintf.c 			rs->sc_flags &= ~RAIDF_WLABEL;
sc_flags         1628 dev/raidframe/rf_openbsdkintf.c 	rs->sc_flags |= RAIDF_INITED;
sc_flags         2231 dev/raidframe/rf_openbsdkintf.c 	while ((rs->sc_flags & RAIDF_LOCKED) != 0) {
sc_flags         2232 dev/raidframe/rf_openbsdkintf.c 		rs->sc_flags |= RAIDF_WANTED;
sc_flags         2236 dev/raidframe/rf_openbsdkintf.c 	rs->sc_flags |= RAIDF_LOCKED;
sc_flags         2246 dev/raidframe/rf_openbsdkintf.c 	rs->sc_flags &= ~RAIDF_LOCKED;
sc_flags         2247 dev/raidframe/rf_openbsdkintf.c 	if ((rs->sc_flags & RAIDF_WANTED) != 0) {
sc_flags         2248 dev/raidframe/rf_openbsdkintf.c 		rs->sc_flags &= ~RAIDF_WANTED;
sc_flags           95 dev/sbus/bpp.c 	int		sc_flags;
sc_flags          275 dev/sbus/bpp.c 	sc->sc_flags = 0;
sc_flags          291 dev/sbus/bpp.c 	while ((sc->sc_flags & BPP_LOCKED) != 0) {
sc_flags          297 dev/sbus/bpp.c 		sc->sc_flags |= BPP_WANT;
sc_flags          304 dev/sbus/bpp.c 	sc->sc_flags |= BPP_LOCKED;
sc_flags          362 dev/sbus/bpp.c 	sc->sc_flags &= ~BPP_LOCKED;
sc_flags          363 dev/sbus/bpp.c 	if ((sc->sc_flags & BPP_WANT) != 0) {
sc_flags          364 dev/sbus/bpp.c 		sc->sc_flags &= ~BPP_WANT;
sc_flags          406 dev/sbus/bpp.c 	if ((sc->sc_flags & BPP_LOCKED) != 0)
sc_flags          408 dev/sbus/bpp.c 	else if ((sc->sc_flags & BPP_WANT) != 0) {
sc_flags          409 dev/sbus/bpp.c 		sc->sc_flags &= ~BPP_WANT;
sc_flags          177 dev/sdmmc/sdmmc.c 	if (ISSET(sc->sc_flags, SMF_CARD_PRESENT))
sc_flags          229 dev/sdmmc/sdmmc.c 		if (!ISSET(sc->sc_flags, SMF_CARD_PRESENT)) {
sc_flags          230 dev/sdmmc/sdmmc.c 			SET(sc->sc_flags, SMF_CARD_PRESENT);
sc_flags          234 dev/sdmmc/sdmmc.c 		if (ISSET(sc->sc_flags, SMF_CARD_PRESENT)) {
sc_flags          235 dev/sdmmc/sdmmc.c 			CLR(sc->sc_flags, SMF_CARD_PRESENT);
sc_flags          250 dev/sdmmc/sdmmc.c 	CLR(sc->sc_flags, SMF_CARD_ATTACHED);
sc_flags          278 dev/sdmmc/sdmmc.c 	if (ISSET(sc->sc_flags, SMF_MEM_MODE))
sc_flags          282 dev/sdmmc/sdmmc.c 	if (ISSET(sc->sc_flags, SMF_IO_MODE))
sc_flags          285 dev/sdmmc/sdmmc.c 	SET(sc->sc_flags, SMF_CARD_ATTACHED);
sc_flags          304 dev/sdmmc/sdmmc.c 	if (ISSET(sc->sc_flags, SMF_CARD_ATTACHED)) {
sc_flags          306 dev/sdmmc/sdmmc.c 		if (ISSET(sc->sc_flags, SMF_IO_MODE))
sc_flags          310 dev/sdmmc/sdmmc.c 		if (ISSET(sc->sc_flags, SMF_MEM_MODE))
sc_flags          313 dev/sdmmc/sdmmc.c 		CLR(sc->sc_flags, SMF_CARD_ATTACHED);
sc_flags          363 dev/sdmmc/sdmmc.c 	if (ISSET(sc->sc_flags, SMF_MEM_MODE) &&
sc_flags          368 dev/sdmmc/sdmmc.c 	if (ISSET(sc->sc_flags, SMF_SD_MODE))
sc_flags          447 dev/sdmmc/sdmmc.c 	if (ISSET(sc->sc_flags, SMF_IO_MODE))
sc_flags          451 dev/sdmmc/sdmmc.c 	if (ISSET(sc->sc_flags, SMF_MEM_MODE))
sc_flags          473 dev/sdmmc/sdmmc.c 		if (ISSET(sc->sc_flags, SMF_IO_MODE) &&
sc_flags          477 dev/sdmmc/sdmmc.c 		if (ISSET(sc->sc_flags, SMF_MEM_MODE) &&
sc_flags          583 dev/sdmmc/sdmmc.c 	if (ISSET(sc->sc_flags, SMF_SD_MODE)) {
sc_flags          595 dev/sdmmc/sdmmc.c 	if (ISSET(sc->sc_flags, SMF_SD_MODE))
sc_flags          612 dev/sdmmc/sdmmc.c 	if (!ISSET(sc->sc_flags, SMF_SD_MODE)) {
sc_flags           75 dev/sdmmc/sdmmc_io.c 	SET(sc->sc_flags, SMF_SD_MODE|SMF_IO_MODE|SMF_MEM_MODE);
sc_flags           88 dev/sdmmc/sdmmc_io.c 		CLR(sc->sc_flags, SMF_IO_MODE);
sc_flags           96 dev/sdmmc/sdmmc_io.c 		CLR(sc->sc_flags, SMF_MEM_MODE);
sc_flags          102 dev/sdmmc/sdmmc_io.c 		CLR(sc->sc_flags, SMF_IO_MODE);
sc_flags           55 dev/sdmmc/sdmmc_mem.c 	SET(sc->sc_flags, SMF_SD_MODE|SMF_MEM_MODE);
sc_flags           68 dev/sdmmc/sdmmc_mem.c 		if (ISSET(sc->sc_flags, SMF_SD_MODE) &&
sc_flags           69 dev/sdmmc/sdmmc_mem.c 		    !ISSET(sc->sc_flags, SMF_IO_MODE)) {
sc_flags           71 dev/sdmmc/sdmmc_mem.c 			CLR(sc->sc_flags, SMF_SD_MODE);
sc_flags           74 dev/sdmmc/sdmmc_mem.c 		if (!ISSET(sc->sc_flags, SMF_SD_MODE)) {
sc_flags           80 dev/sdmmc/sdmmc_mem.c 			CLR(sc->sc_flags, SMF_MEM_MODE);
sc_flags          140 dev/sdmmc/sdmmc_mem.c 		if (!ISSET(sc->sc_flags, SMF_SD_MODE))
sc_flags          221 dev/sdmmc/sdmmc_mem.c 	if (ISSET(sc->sc_flags, SMF_SD_MODE)) {
sc_flags          263 dev/sdmmc/sdmmc_mem.c 	if (ISSET(sc->sc_flags, SMF_SD_MODE)) {
sc_flags          346 dev/sdmmc/sdmmc_mem.c 		if (ISSET(sc->sc_flags, SMF_SD_MODE)) {
sc_flags          156 dev/sdmmc/sdmmcvar.h 	int sc_flags;
sc_flags          198 dev/tc/asc_tc.c 	asc->asc.sc_flags &= ~(ASC_DMAACTIVE|ASC_MAPLOADED);
sc_flags          209 dev/tc/asc_tc.c 	if ((asc->asc.sc_flags & ASC_ISPULLUP) == 0 &&
sc_flags          220 dev/tc/asc_tc.c 	if (asc->asc.sc_flags & ASC_ISPULLUP)
sc_flags          224 dev/tc/asc_tc.c 	asc->asc.sc_flags &= ~(ASC_DMAACTIVE|ASC_MAPLOADED);
sc_flags          243 dev/tc/asc_tc.c 	asc->asc.sc_flags = (datain) ? ASC_ISPULLUP : 0;
sc_flags          260 dev/tc/asc_tc.c 	if ((asc->asc.sc_flags & ASC_ISPULLUP) == 0)
sc_flags          264 dev/tc/asc_tc.c 	if (asc->asc.sc_flags & ASC_ISPULLUP)
sc_flags          270 dev/tc/asc_tc.c 	asc->asc.sc_flags |= ASC_MAPLOADED|ASC_DMAACTIVE;
sc_flags          283 dev/tc/asc_tc.c 	if (asc->asc.sc_flags & ASC_ISPULLUP)
sc_flags          289 dev/tc/asc_tc.c 	asc->asc.sc_flags |= ASC_DMAACTIVE;
sc_flags          301 dev/tc/asc_tc.c 	if (asc->asc.sc_flags & ASC_ISPULLUP)
sc_flags          303 dev/tc/asc_tc.c 	asc->asc.sc_flags &= ~ASC_DMAACTIVE;
sc_flags          323 dev/tc/asc_tc.c 	return !!(asc->asc.sc_flags & ASC_DMAACTIVE);
sc_flags          232 dev/tc/asc_tcds.c 	if (asc->asc.sc_flags & ASC_MAPLOADED)
sc_flags          234 dev/tc/asc_tcds.c 	asc->asc.sc_flags &= ~(ASC_DMAACTIVE|ASC_MAPLOADED);
sc_flags          263 dev/tc/asc_tcds.c 	asc->asc.sc_flags = (ispullup) ? ASC_ISPULLUP : 0;
sc_flags          296 dev/tc/asc_tcds.c 	asc->asc.sc_flags |= ASC_MAPLOADED;
sc_flags          307 dev/tc/asc_tcds.c 	asc->asc.sc_flags |= ASC_DMAACTIVE;
sc_flags          350 dev/tc/asc_tcds.c 	if ((asc->asc.sc_flags & ASC_DMAACTIVE) == 0)
sc_flags          355 dev/tc/asc_tcds.c 	asc->asc.sc_flags &= ~ASC_DMAACTIVE;
sc_flags          367 dev/tc/asc_tcds.c 	if ((asc->asc.sc_flags & ASC_ISPULLUP) == 0 &&
sc_flags          391 dev/tc/asc_tcds.c 			(asc->asc.sc_flags & ASC_ISPULLUP)
sc_flags          398 dev/tc/asc_tcds.c 	if (asc->asc.sc_flags & ASC_ISPULLUP) {
sc_flags          452 dev/tc/asc_tcds.c 	asc->asc.sc_flags &= ~ASC_MAPLOADED;
sc_flags          479 dev/tc/asc_tcds.c 	return !!(asc->asc.sc_flags & ASC_DMAACTIVE);
sc_flags           17 dev/tc/ascvar.h 	unsigned sc_flags;
sc_flags           95 dev/tc/tcds.c  	int	sc_flags;
sc_flags          181 dev/tc/tcds.c  	sc->sc_flags = td->td_flags;
sc_flags          286 dev/tc/tcds.c  		if ((sc->sc_flags & TCDSF_BASEBOARD && gpi2 == 0) ||
sc_flags          287 dev/tc/tcds.c  		    sc->sc_flags & TCDSF_FASTSCSI) {
sc_flags          294 dev/tc/tcds.c  		if (sc->sc_flags & TCDSF_BASEBOARD)
sc_flags          307 dev/tc/tcds.c  		if (sc->sc_flags & TCDSF_BASEBOARD &&
sc_flags          551 dev/tc/tcds.c  	if (sc->sc_flags & TCDSF_BASEBOARD) {
sc_flags          680 dev/usb/ehci.c 	if ((sc->sc_flags & EHCIF_DROPPED_INTR_WORKAROUND) &&
sc_flags          100 dev/usb/ehcivar.h 	int sc_flags;			/* misc flags */
sc_flags          269 dev/usb/if_uath.c 	sc->sc_flags = uath_lookup(uaa->vendor, uaa->product)->flags;
sc_flags          295 dev/usb/if_uath.c 	if (sc->sc_flags & UATH_FLAG_PRE_FIRMWARE) {
sc_flags          355 dev/usb/if_uath.c 	    sc->sc_dev.dv_xname, (sc->sc_flags & UATH_FLAG_ABG) ? '5': '2',
sc_flags          446 dev/usb/if_uath.c 	if (sc->sc_flags & UATH_FLAG_PRE_FIRMWARE) {
sc_flags          116 dev/usb/if_uathvar.h 	int				sc_flags;
sc_flags          228 dev/usb/if_udav.c 	sc->sc_flags = udav_lookup(uaa->vendor, uaa->product)->udav_flags;
sc_flags          712 dev/usb/if_udav.c 	if (sc->sc_flags & UDAV_EXT_PHY) {
sc_flags          195 dev/usb/if_udavreg.h 	u_int16_t		sc_flags;
sc_flags         1045 dev/usb/if_upl.c 		if (sc->sc_flags & SC_DEBUG)
sc_flags          231 dev/usb/if_url.c 	sc->sc_flags = url_lookup(uaa->vendor, uaa->product)->url_flags;
sc_flags          298 dev/usb/if_url.c 	if (sc->sc_flags & URL_EXT_PHY) {
sc_flags          185 dev/usb/if_urlreg.h 	u_int16_t		sc_flags;
sc_flags           91 dev/usb/uipaq.c 	u_int16_t		 sc_flags;
sc_flags          201 dev/usb/uipaq.c 	sc->sc_flags = uipaq_lookup(uaa->vendor, uaa->product)->uv_flags;
sc_flags          108 dev/usb/ulpt.c 	u_char sc_flags;
sc_flags          453 dev/usb/ulpt.c 	sc->sc_flags = flags;
sc_flags          147 dev/usb/uvisor.c 	u_int16_t		sc_flags;
sc_flags          274 dev/usb/uvisor.c 	sc->sc_flags = uvisor_lookup(uaa->vendor, uaa->product)->uv_flags;
sc_flags          277 dev/usb/uvisor.c 	if ((sc->sc_flags & (VISOR | PALM4)) == 0) {
sc_flags          307 dev/usb/uvisor.c 	if (sc->sc_flags & VISOR) {
sc_flags          445 dev/usb/uvisor.c 	if (sc->sc_flags & PALM4) {
sc_flags          460 dev/usb/uvisor.c 			sc->sc_flags = CLIE4;
sc_flags          467 dev/usb/uvisor.c 	if (sc->sc_flags & VISOR) {
sc_flags          480 dev/usb/uvisor.c 	if (sc->sc_flags & NOFRE)
sc_flags          130 dev/vnd.c      	int		 sc_flags;		/* flags */
sc_flags          148 dev/vnd.c      #define	VNDRW(v)	((v)->sc_flags & VNF_READONLY ? FREAD : FREAD|FWRITE)
sc_flags          234 dev/vnd.c      	if ((flags & FWRITE) && (sc->sc_flags & VNF_READONLY)) {
sc_flags          239 dev/vnd.c      	if ((sc->sc_flags & VNF_INITED) &&
sc_flags          240 dev/vnd.c      	    (sc->sc_flags & VNF_HAVELABEL) == 0) {
sc_flags          241 dev/vnd.c      		sc->sc_flags |= VNF_HAVELABEL;
sc_flags          253 dev/vnd.c      		if (((sc->sc_flags & VNF_SIMPLE) != 0) !=
sc_flags          259 dev/vnd.c      		sc->sc_flags |= VNF_SIMPLE;
sc_flags          261 dev/vnd.c      		sc->sc_flags &= ~VNF_SIMPLE;
sc_flags          265 dev/vnd.c      	    ((sc->sc_flags & VNF_HAVELABEL) == 0 ||
sc_flags          395 dev/vnd.c      	if ((vnd->sc_flags & VNF_INITED) == 0) {
sc_flags          417 dev/vnd.c      	if (vnd->sc_flags & VNF_HAVELABEL) {
sc_flags          670 dev/vnd.c      	if ((sc->sc_flags & VNF_INITED) == 0)
sc_flags          689 dev/vnd.c      	if ((sc->sc_flags & VNF_INITED) == 0)
sc_flags          721 dev/vnd.c      		if (vnd->sc_flags & VNF_INITED)
sc_flags          723 dev/vnd.c      		if (!(vnd->sc_flags & VNF_SIMPLE) && vio->vnd_keylen)
sc_flags          749 dev/vnd.c      		vnd->sc_flags &= ~VNF_READONLY; 
sc_flags          752 dev/vnd.c      			vnd->sc_flags |= VNF_READONLY;
sc_flags          798 dev/vnd.c      		vnd->sc_flags |= VNF_INITED;
sc_flags          813 dev/vnd.c      		if ((vnd->sc_flags & VNF_INITED) == 0)
sc_flags          864 dev/vnd.c      		if (vnd->sc_flags & VNF_INITED) {
sc_flags          881 dev/vnd.c      		if ((vnd->sc_flags & VNF_HAVELABEL) == 0)
sc_flags          887 dev/vnd.c      		if ((vnd->sc_flags & VNF_HAVELABEL) == 0)
sc_flags          896 dev/vnd.c      		if ((vnd->sc_flags & VNF_HAVELABEL) == 0)
sc_flags          903 dev/vnd.c      		vnd->sc_flags |= VNF_LABELLING;
sc_flags          913 dev/vnd.c      		vnd->sc_flags &= ~VNF_LABELLING;
sc_flags          921 dev/vnd.c      			vnd->sc_flags |= VNF_WLABEL;
sc_flags          923 dev/vnd.c      			vnd->sc_flags &= ~VNF_WLABEL;
sc_flags          974 dev/vnd.c      		if (vnd->sc_flags & VNF_INITED)
sc_flags          986 dev/vnd.c      	vnd->sc_flags &= ~VNF_INITED;
sc_flags         1002 dev/vnd.c      	if (unit >= numvnd || (vnd->sc_flags & VNF_INITED) == 0)
sc_flags          187 dev/wscons/wsdisplay.c 	int sc_flags;
sc_flags         1616 dev/wscons/wsdisplay.c 	if (!(sc->sc_flags & SC_SWITCHPENDING)) {
sc_flags         1639 dev/wscons/wsdisplay.c 			sc->sc_flags &= ~SC_SWITCHPENDING;
sc_flags         1657 dev/wscons/wsdisplay.c 	sc->sc_flags &= ~SC_SWITCHPENDING;
sc_flags         1671 dev/wscons/wsdisplay.c 	if (!(sc->sc_flags & SC_SWITCHPENDING)) {
sc_flags         1691 dev/wscons/wsdisplay.c 			sc->sc_flags &= ~SC_SWITCHPENDING;
sc_flags         1731 dev/wscons/wsdisplay.c 	if (!(sc->sc_flags & SC_SWITCHPENDING)) {
sc_flags         1738 dev/wscons/wsdisplay.c 		sc->sc_flags &= ~SC_SWITCHPENDING;
sc_flags         1754 dev/wscons/wsdisplay.c 		sc->sc_flags &= ~SC_SWITCHPENDING;
sc_flags         1792 dev/wscons/wsdisplay.c 	if (sc->sc_flags & SC_SWITCHPENDING) {
sc_flags         1797 dev/wscons/wsdisplay.c 	sc->sc_flags |= SC_SWITCHPENDING;
sc_flags          312 net/if_ppp.c       sc->sc_flags = 0;
sc_flags          437 net/if_ppp.c   	*(u_int *)data = sc->sc_flags;
sc_flags          446 net/if_ppp.c   	if (sc->sc_flags & SC_CCP_OPEN && !(flags & SC_CCP_OPEN))
sc_flags          450 net/if_ppp.c   	sc->sc_flags = (sc->sc_flags & ~SC_MASK) | flags;
sc_flags          510 net/if_ppp.c   			if (sc->sc_flags & SC_DEBUG)
sc_flags          516 net/if_ppp.c   		    sc->sc_flags &= ~SC_COMP_RUN;
sc_flags          525 net/if_ppp.c   			if (sc->sc_flags & SC_DEBUG)
sc_flags          531 net/if_ppp.c   		    sc->sc_flags &= ~SC_DECOMP_RUN;
sc_flags          536 net/if_ppp.c   	if (sc->sc_flags & SC_DEBUG)
sc_flags          797 net/if_ppp.c       if (sc->sc_flags & SC_LOG_OUTPKT) {
sc_flags          965 net/if_ppp.c       sc->sc_flags &= ~SC_TBUSY;
sc_flags         1011 net/if_ppp.c   	if ((sc->sc_flags & SC_COMP_TCP) && sc->sc_comp != NULL) {
sc_flags         1026 net/if_ppp.c   				       !(sc->sc_flags & SC_NO_TCP_CCID));
sc_flags         1054 net/if_ppp.c   	&& sc->sc_xc_state && (sc->sc_flags & SC_COMP_RUN)) {
sc_flags         1063 net/if_ppp.c   	     (sc->sc_flags & SC_CCP_UP ? sc->sc_if.if_mtu + PPP_HDRLEN : 0));
sc_flags         1065 net/if_ppp.c   	    if (sc->sc_flags & SC_CCP_UP) {
sc_flags         1082 net/if_ppp.c       if (sc->sc_flags & SC_COMP_AC && address == PPP_ALLSTATIONS &&
sc_flags         1089 net/if_ppp.c       if (sc->sc_flags & SC_COMP_PROT && protocol < 0xFF) {
sc_flags         1116 net/if_ppp.c   	if (!(sc->sc_flags & SC_TBUSY)
sc_flags         1119 net/if_ppp.c   	    sc->sc_flags |= SC_TBUSY;
sc_flags         1168 net/if_ppp.c   	if (sc->sc_flags & SC_DEBUG)
sc_flags         1179 net/if_ppp.c   	if (sc->sc_flags & SC_CCP_UP) {
sc_flags         1181 net/if_ppp.c   	    sc->sc_flags &= ~(SC_CCP_UP | SC_COMP_RUN | SC_DECOMP_RUN);
sc_flags         1187 net/if_ppp.c   	if (sc->sc_flags & SC_CCP_OPEN && !(sc->sc_flags & SC_CCP_UP)
sc_flags         1195 net/if_ppp.c   			 sc->sc_unit, 0, sc->sc_flags & SC_DEBUG)) {
sc_flags         1197 net/if_ppp.c   		    sc->sc_flags |= SC_COMP_RUN;
sc_flags         1206 net/if_ppp.c   			 sc->sc_flags & SC_DEBUG)) {
sc_flags         1208 net/if_ppp.c   		    sc->sc_flags |= SC_DECOMP_RUN;
sc_flags         1209 net/if_ppp.c   		    sc->sc_flags &= ~(SC_DC_ERROR | SC_DC_FERROR);
sc_flags         1217 net/if_ppp.c   	if (sc->sc_flags & SC_CCP_UP) {
sc_flags         1219 net/if_ppp.c   		if (sc->sc_xc_state && (sc->sc_flags & SC_COMP_RUN))
sc_flags         1222 net/if_ppp.c   		if (sc->sc_rc_state && (sc->sc_flags & SC_DECOMP_RUN)) {
sc_flags         1225 net/if_ppp.c   		    sc->sc_flags &= ~SC_DC_ERROR;
sc_flags         1295 net/if_ppp.c       if (sc->sc_flags & SC_LOG_INPKT) {
sc_flags         1311 net/if_ppp.c   	sc->sc_flags |= SC_VJ_RESET;
sc_flags         1320 net/if_ppp.c       if (proto == PPP_COMP && sc->sc_rc_state && (sc->sc_flags & SC_DECOMP_RUN)
sc_flags         1321 net/if_ppp.c   	&& !(sc->sc_flags & SC_DC_ERROR) && !(sc->sc_flags & SC_DC_FERROR)) {
sc_flags         1340 net/if_ppp.c   	    if (sc->sc_flags & SC_DEBUG)
sc_flags         1343 net/if_ppp.c   	    sc->sc_flags |= SC_VJ_RESET;
sc_flags         1345 net/if_ppp.c   		sc->sc_flags |= SC_DC_ERROR;
sc_flags         1347 net/if_ppp.c   		sc->sc_flags |= SC_DC_FERROR;
sc_flags         1352 net/if_ppp.c   	if (sc->sc_rc_state && (sc->sc_flags & SC_DECOMP_RUN)) {
sc_flags         1366 net/if_ppp.c       if (sc->sc_flags & SC_VJ_RESET) {
sc_flags         1374 net/if_ppp.c   	sc->sc_flags &= ~SC_VJ_RESET;
sc_flags         1382 net/if_ppp.c   	if ((sc->sc_flags & SC_REJ_COMP_TCP) || sc->sc_comp == 0)
sc_flags         1390 net/if_ppp.c   	    if (sc->sc_flags & SC_DEBUG)
sc_flags         1436 net/if_ppp.c   	if ((sc->sc_flags & SC_REJ_COMP_TCP) || sc->sc_comp == 0)
sc_flags         1444 net/if_ppp.c   	    if (sc->sc_flags & SC_DEBUG)
sc_flags         1542 net/if_ppp.c   	if (sc->sc_flags & SC_DEBUG)
sc_flags           93 net/if_pppvar.h 	u_int	sc_flags;		/* control/status bits; see if_ppp.h */
sc_flags          746 net/if_sl.c    		sc->sc_flags |= SC_ERROR;
sc_flags          796 net/if_sl.c    		if(sc->sc_flags & SC_ERROR) {
sc_flags          797 net/if_sl.c    			sc->sc_flags &= ~SC_ERROR;
sc_flags          901 net/if_sl.c    	sc->sc_flags |= SC_ERROR;
sc_flags           53 net/if_slvar.h 	u_int	sc_flags;		/* see below */
sc_flags          523 net/if_strip.c 		if (sc->sc_flags & SC_TIMEOUT) {
sc_flags          525 net/if_strip.c 			sc->sc_flags &= ~SC_TIMEOUT;
sc_flags         1030 net/if_strip.c 	if ((sc->sc_flags & SC_TIMEOUT) == 0) {
sc_flags         1032 net/if_strip.c 		sc->sc_flags |= SC_TIMEOUT;
sc_flags         1042 net/if_strip.c 	if ((sc->sc_flags & SC_TIMEOUT) == 0) {
sc_flags         1044 net/if_strip.c 		sc->sc_flags |= SC_TIMEOUT;
sc_flags         1133 net/if_strip.c 		sc->sc_flags |= SC_ERROR;
sc_flags         1162 net/if_strip.c 			sc->sc_flags |= SC_ERROR;
sc_flags         1180 net/if_strip.c  	if (len < 15 || sc->sc_flags & SC_ERROR)
sc_flags         1182 net/if_strip.c 			 len, sc->sc_flags & SC_ERROR); /*XXX*/
sc_flags         1184 net/if_strip.c 	if(sc->sc_flags & SC_ERROR) {
sc_flags         1185 net/if_strip.c 		sc->sc_flags &= ~SC_ERROR;
sc_flags         1463 net/if_strip.c     sc->sc_flags &= ~SC_TIMEOUT;
sc_flags           22 net/if_stripvar.h 	u_int	sc_flags;		/* see below */
sc_flags          281 net/ppp_tty.c      if (sc->sc_flags & SC_TIMEOUT) {
sc_flags          283 net/ppp_tty.c  	sc->sc_flags &= ~SC_TIMEOUT;
sc_flags          690 net/ppp_tty.c      if (!idle && (sc->sc_flags & SC_TIMEOUT) == 0) {
sc_flags          692 net/ppp_tty.c  	sc->sc_flags |= SC_TIMEOUT;
sc_flags          771 net/ppp_tty.c      sc->sc_flags &= ~SC_TIMEOUT;
sc_flags          829 net/ppp_tty.c  	if (sc->sc_flags & SC_DEBUG)
sc_flags          857 net/ppp_tty.c  	sc->sc_flags |= SC_RCV_B7_1;
sc_flags          859 net/ppp_tty.c  	sc->sc_flags |= SC_RCV_B7_0;
sc_flags          861 net/ppp_tty.c  	sc->sc_flags |= SC_RCV_ODDP;
sc_flags          863 net/ppp_tty.c  	sc->sc_flags |= SC_RCV_EVNP;
sc_flags          866 net/ppp_tty.c      if (sc->sc_flags & SC_LOG_RAWIN)
sc_flags          880 net/ppp_tty.c  	if (sc->sc_flags & (SC_FLUSH | SC_ESCAPED)
sc_flags          883 net/ppp_tty.c  	    sc->sc_flags |= SC_PKTLOST;	/* note the dropped packet */
sc_flags          884 net/ppp_tty.c  	    if ((sc->sc_flags & (SC_FLUSH | SC_ESCAPED)) == 0){
sc_flags          885 net/ppp_tty.c  		if (sc->sc_flags & SC_DEBUG)
sc_flags          891 net/ppp_tty.c  		sc->sc_flags &= ~(SC_FLUSH | SC_ESCAPED);
sc_flags          898 net/ppp_tty.c  		if (sc->sc_flags & SC_DEBUG)
sc_flags          903 net/ppp_tty.c  		sc->sc_flags |= SC_PKTLOST;
sc_flags          925 net/ppp_tty.c  	ppppktin(sc, m, sc->sc_flags & SC_PKTLOST);
sc_flags          926 net/ppp_tty.c  	if (sc->sc_flags & SC_PKTLOST) {
sc_flags          928 net/ppp_tty.c  	    sc->sc_flags &= ~SC_PKTLOST;
sc_flags          936 net/ppp_tty.c      if (sc->sc_flags & SC_FLUSH) {
sc_flags          937 net/ppp_tty.c  	if (sc->sc_flags & SC_LOG_FLUSH)
sc_flags          946 net/ppp_tty.c      if (sc->sc_flags & SC_ESCAPED) {
sc_flags          947 net/ppp_tty.c  	sc->sc_flags &= ~SC_ESCAPED;
sc_flags          950 net/ppp_tty.c  	sc->sc_flags |= SC_ESCAPED;
sc_flags          970 net/ppp_tty.c  		if (sc->sc_flags & SC_DEBUG)
sc_flags          982 net/ppp_tty.c  	    if (sc->sc_flags & SC_REJ_COMP_AC) {
sc_flags          983 net/ppp_tty.c  		if (sc->sc_flags & SC_DEBUG)
sc_flags          995 net/ppp_tty.c  	if (sc->sc_flags & SC_DEBUG)
sc_flags         1007 net/ppp_tty.c  	if (sc->sc_flags & SC_DEBUG)
sc_flags         1015 net/ppp_tty.c  	if (sc->sc_flags & SC_DEBUG)
sc_flags         1026 net/ppp_tty.c  		if (sc->sc_flags & SC_DEBUG)
sc_flags         1043 net/ppp_tty.c      if (!(sc->sc_flags & SC_FLUSH)) {
sc_flags         1047 net/ppp_tty.c  	sc->sc_flags |= SC_FLUSH;
sc_flags         1049 net/ppp_tty.c  	if (sc->sc_flags & SC_LOG_FLUSH)
sc_flags         3333 netinet/tcp_input.c 	(sc)->sc_flags |= SCF_DEAD;					\
sc_flags         3496 netinet/tcp_input.c 	if (sc->sc_flags & SCF_DEAD) {
sc_flags         3795 netinet/tcp_input.c 	if (sc->sc_flags & SCF_TIMESTAMP)
sc_flags         3806 netinet/tcp_input.c 	tp->sack_enable = sc->sc_flags & SCF_SACK_PERMIT;
sc_flags         3822 netinet/tcp_input.c 	if (sc->sc_flags & SCF_ECN_PERMIT) {
sc_flags         3828 netinet/tcp_input.c 	if (sc->sc_flags & SCF_SACK_PERMIT)
sc_flags         3832 netinet/tcp_input.c 	if (sc->sc_flags & SCF_SIGNATURE)
sc_flags         3935 netinet/tcp_input.c 	if ((sc->sc_flags & SCF_UNREACH) == 0 || sc->sc_rxtshift < 3) {
sc_flags         3936 netinet/tcp_input.c 		sc->sc_flags |= SCF_UNREACH;
sc_flags         4067 netinet/tcp_input.c 	sc->sc_flags = 0;
sc_flags         4084 netinet/tcp_input.c 		sc->sc_flags |= SCF_TIMESTAMP;
sc_flags         4105 netinet/tcp_input.c 		sc->sc_flags |= SCF_ECN_PERMIT;
sc_flags         4113 netinet/tcp_input.c 		sc->sc_flags |= SCF_SACK_PERMIT;
sc_flags         4117 netinet/tcp_input.c 		sc->sc_flags |= SCF_SIGNATURE;
sc_flags         4168 netinet/tcp_input.c 	    ((sc->sc_flags & SCF_SACK_PERMIT) ? 4 : 0) +
sc_flags         4171 netinet/tcp_input.c 	    ((sc->sc_flags & SCF_SIGNATURE) ? TCPOLEN_SIGLEN : 0) +
sc_flags         4173 netinet/tcp_input.c 	    ((sc->sc_flags & SCF_TIMESTAMP) ? TCPOLEN_TSTAMP_APPA : 0);
sc_flags         4235 netinet/tcp_input.c 	if (tcp_do_ecn && (sc->sc_flags & SCF_ECN_PERMIT))
sc_flags         4251 netinet/tcp_input.c 	if (sc->sc_flags & SCF_SACK_PERMIT) {
sc_flags         4264 netinet/tcp_input.c 	if (sc->sc_flags & SCF_TIMESTAMP) {
sc_flags         4274 netinet/tcp_input.c 	if (sc->sc_flags & SCF_SIGNATURE) {
sc_flags          281 netinet/tcp_var.h 	u_short sc_flags;