why               214 arch/i386/i386/ioapic.c ioapic_print_redir(struct ioapic_softc *sc, char *why, int pin)
why               219 arch/i386/i386/ioapic.c 	apic_format_redir(sc->sc_dev.dv_xname, why, pin, redirhi, redirlo);
why               259 dev/cardbus/if_acx_cardbus.c acx_cardbus_power(struct acx_softc *sc, int why)
why               263 dev/cardbus/if_acx_cardbus.c 	if (why == PWR_RESUME) {
why               274 dev/cardbus/if_ath_cardbus.c ath_cardbus_power(struct ath_softc *sc, int why)
why               276 dev/cardbus/if_ath_cardbus.c 	if (why == PWR_RESUME)
why               318 dev/cardbus/if_atw_cardbus.c atw_cardbus_power(struct atw_softc *sc, int why)
why               320 dev/cardbus/if_atw_cardbus.c 	if (why == PWR_RESUME)
why               216 dev/cardbus/if_pgt_cardbus.c pgt_cardbus_power(struct pgt_softc *sc, int why)
why               218 dev/cardbus/if_pgt_cardbus.c 	if (why == PWR_RESUME)
why               221 dev/cardbus/if_pgt_cardbus.c 	if (why == PWR_SUSPEND)
why               237 dev/cardbus/if_ral_cardbus.c ral_cardbus_power(struct rt2560_softc *sc, int why)
why               241 dev/cardbus/if_ral_cardbus.c 	if (why == PWR_RESUME) {
why               286 dev/cardbus/if_re_cardbus.c re_cardbus_powerhook(int why, void *arg)
why               291 dev/cardbus/if_re_cardbus.c 	if (why == PWR_RESUME)
why               383 dev/cardbus/if_rtw_cardbus.c rtw_cardbus_power(struct rtw_softc *sc, int why)
why               388 dev/cardbus/if_rtw_cardbus.c 	if (why == PWR_RESUME)
why               484 dev/ic/ath.c   ath_power(int why, void *arg)
why               489 dev/ic/ath.c   	DPRINTF(ATH_DEBUG_ANY, ("ath_power(%d)\n", why));
why               492 dev/ic/ath.c   	switch (why) {
why               495 dev/ic/ath.c   		ath_suspend(sc, why);
why               498 dev/ic/ath.c   		ath_resume(sc, why);
why               511 dev/ic/ath.c   ath_suspend(struct ath_softc *sc, int why)
why               519 dev/ic/ath.c   		(*sc->sc_power)(sc, why);
why               523 dev/ic/ath.c   ath_resume(struct ath_softc *sc, int why)
why               535 dev/ic/ath.c   			(*sc->sc_power)(sc, why);
why              4026 dev/ic/atw.c   atw_power(int why, void *arg)
why              4032 dev/ic/atw.c   	DPRINTF(sc, ("%s: atw_power(%d,)\n", sc->sc_dev.dv_xname, why));
why              4035 dev/ic/atw.c   	switch (why) {
why              4042 dev/ic/atw.c   			(*sc->sc_power)(sc, why);
why              4047 dev/ic/atw.c   				(*sc->sc_power)(sc, why);
why               430 dev/ic/awi.c   awi_power(sc, why)
why               432 dev/ic/awi.c   	int why;
why               444 dev/ic/awi.c   	if (why == PWR_RESUME) {
why              3225 dev/ic/dc.c    dc_power(why, arg)
why              3226 dev/ic/dc.c    	int why;
why              3234 dev/ic/dc.c    	if (why != PWR_RESUME)
why               312 dev/ic/fxp.c   fxp_power(int why, void *arg)
why               319 dev/ic/fxp.c   	if (why != PWR_RESUME)
why               832 dev/ic/i82365.c pcic_power(why, arg)
why               833 dev/ic/i82365.c 	int why;
why               840 dev/ic/i82365.c 	if (why != PWR_RESUME) {
why              3313 dev/ic/pgt.c   pgt_power(int why, void *arg)
why              3319 dev/ic/pgt.c   	DPRINTF(("%s: %s(%d)\n", sc->sc_dev.dv_xname, __func__, why));
why              3323 dev/ic/pgt.c   	switch (why) {
why              3330 dev/ic/pgt.c   			(*sc->sc_power)(sc, why);
why              3334 dev/ic/pgt.c   			(*sc->sc_power)(sc, why);
why              2729 dev/ic/rt2560.c rt2560_power(int why, void *arg)
why              2735 dev/ic/rt2560.c 	DPRINTF(("%s: rt2560_power(%d)\n", sc->sc_dev.dv_xname, why));
why              2738 dev/ic/rt2560.c 	switch (why) {
why              2743 dev/ic/rt2560.c 			(*sc->sc_power)(sc, why);
why              2749 dev/ic/rt2560.c 				(*sc->sc_power)(sc, why);
why              2918 dev/ic/rt2661.c rt2661_power(int why, void *arg)
why              2924 dev/ic/rt2661.c 	DPRINTF(("%s: rt2661_power(%d)\n", sc->sc_dev.dv_xname, why));
why              2927 dev/ic/rt2661.c 	switch (why) {
why              2933 dev/ic/rt2661.c 			(*sc->sc_power)(sc, why);
why              2939 dev/ic/rt2661.c 				(*sc->sc_power)(sc, why);
why              1358 dev/ic/rtl81x9.c rl_powerhook(why, arg)
why              1359 dev/ic/rtl81x9.c 	int why;
why              1362 dev/ic/rtl81x9.c 	if (why == PWR_RESUME)
why              3627 dev/ic/rtw.c   rtw_power(int why, void *arg)
why              3634 dev/ic/rtw.c   	    ("%s: rtw_power(%d,)\n", sc->sc_dev.dv_xname, why));
why              3637 dev/ic/rtw.c   	switch (why) {
why              3644 dev/ic/rtw.c   			(*sc->sc_power)(sc, why);
why              3649 dev/ic/rtw.c   				(*sc->sc_power)(sc, why);
why               202 dev/ic/xl.c    xl_power(int why, void *arg)
why               209 dev/ic/xl.c    	if (why != PWR_RESUME)
why               388 dev/isa/aps.c  aps_power(int why, void *arg)
why               394 dev/isa/aps.c  	if (why != PWR_RESUME) {
why              1422 dev/pci/auich.c auich_powerhook(why, self)
why              1423 dev/pci/auich.c 	int why;
why              1428 dev/pci/auich.c 	if (why != PWR_RESUME) {
why              1431 dev/pci/auich.c 		sc->suspend = why;
why              1440 dev/pci/auich.c 			sc->suspend = why;
why              1443 dev/pci/auich.c 		sc->suspend = why;
why              1828 dev/pci/auixp.c auixp_powerhook(int why, void *hdl)
why              1833 dev/pci/auixp.c 	switch (why) {
why               102 dev/pci/autri.c void autri_powerhook(int why,void *addr);
why               624 dev/pci/autri.c autri_powerhook(int why,void *addr)
why               628 dev/pci/autri.c 	if (why == PWR_RESUME && sc->sc_old_power == PWR_SUSPEND) {
why               634 dev/pci/autri.c 	sc->sc_old_power = why;
why              1814 dev/pci/cs4280.c cs4280_power(why, v)
why              1815 dev/pci/cs4280.c 	int why;
why              1822 dev/pci/cs4280.c 	       sc->sc_dev.dv_xname, why));
why              1823 dev/pci/cs4280.c 	if (why != PWR_RESUME) {
why              1824 dev/pci/cs4280.c 		sc->sc_suspend = why;
why              1839 dev/pci/cs4280.c 			sc->sc_suspend = why;
why              1842 dev/pci/cs4280.c 		sc->sc_suspend = why;
why              1143 dev/pci/cs4281.c cs4281_power(why, v)
why              1144 dev/pci/cs4281.c 	int why;
why              1150 dev/pci/cs4281.c 	DPRINTF(("%s: cs4281_power why=%d\n", sc->sc_dev.dv_xname, why));
why              1151 dev/pci/cs4281.c 	if (why != PWR_RESUME) {
why              1152 dev/pci/cs4281.c 		sc->sc_suspend = why;
why              1167 dev/pci/cs4281.c 			sc->sc_suspend = why;
why              1170 dev/pci/cs4281.c 		sc->sc_suspend = why;
why              1613 dev/pci/esa.c  esa_powerhook(int why, void *hdl)
why              1617 dev/pci/esa.c  	switch (why) {
why              1914 dev/pci/eso.c  eso_powerhook(why, self)
why              1915 dev/pci/eso.c  	int why;
why              1920 dev/pci/eso.c  	if (why != PWR_RESUME) {
why              3451 dev/pci/if_bge.c bge_power(int why, void *xsc)
why              3456 dev/pci/if_bge.c 	if (why == PWR_RESUME) {
why               405 dev/pci/if_em.c em_power(int why, void *arg)
why               410 dev/pci/if_em.c 	if (why == PWR_RESUME) {
why               298 dev/pci/if_ipw.c ipw_power(int why, void *arg)
why               304 dev/pci/if_ipw.c 	if (why != PWR_RESUME)
why               367 dev/pci/if_iwi.c iwi_power(int why, void *arg)
why               373 dev/pci/if_iwi.c 	if (why != PWR_RESUME)
why               261 dev/pci/if_ixgb.c ixgb_power(int why, void *arg)
why               266 dev/pci/if_ixgb.c 	if (why == PWR_RESUME) {
why               322 dev/pci/if_nfe.c nfe_power(int why, void *arg)
why               327 dev/pci/if_nfe.c 	if (why == PWR_RESUME) {
why               160 dev/pci/if_wi_pci.c wi_pci_power(int why, void *arg)
why               164 dev/pci/if_wi_pci.c 	if (why == PWR_RESUME) {
why               357 dev/pci/if_wpi.c wpi_power(int why, void *arg)
why               364 dev/pci/if_wpi.c 	if (why != PWR_RESUME)
why              1490 dev/pci/maestro.c maestro_powerhook(why, self)
why              1491 dev/pci/maestro.c 	int why;
why              1496 dev/pci/maestro.c 	if (why != PWR_RESUME) {
why              1499 dev/pci/maestro.c 		sc->suspend = why;
why              1524 dev/pci/maestro.c 			sc->suspend = why;
why              1527 dev/pci/maestro.c 		sc->suspend = why;
why               209 dev/pci/neo.c  void    neo_power(int why, void *arg);
why               628 dev/pci/neo.c  neo_power(int why, void *addr)
why               632 dev/pci/neo.c  	if (why == PWR_RESUME) {
why              3054 dev/pci/pccbb.c pccbb_powerhook(why, arg)
why              3055 dev/pci/pccbb.c 	int why;
why              3063 dev/pci/pccbb.c 	DPRINTF(("%s: power: why %d\n", sc->sc_dev.dv_xname, why));
why              3065 dev/pci/pccbb.c 	if (why == PWR_SUSPEND || why == PWR_STANDBY) {
why              3067 dev/pci/pccbb.c 		    sc->sc_dev.dv_xname, why));
why              3077 dev/pci/pccbb.c 	if (why == PWR_RESUME) {
why               167 dev/pci/pci.c  pcipower(int why, void *arg)
why               175 dev/pci/pci.c  		if (why != PWR_RESUME) {
why              1789 dev/pci/yds.c  yds_powerhook(why, self)
why              1790 dev/pci/yds.c  	int why;
why              1795 dev/pci/yds.c  	if (why != PWR_RESUME) {
why              1798 dev/pci/yds.c  		sc->suspend = why;
why              1806 dev/pci/yds.c  			sc->suspend = why;
why              1809 dev/pci/yds.c  		sc->suspend = why;
why               432 dev/pcmcia/if_awi_pcmcia.c awi_pcmcia_powerhook(why, arg)
why               433 dev/pcmcia/if_awi_pcmcia.c 	int why;
why               439 dev/pcmcia/if_awi_pcmcia.c 	awi_power(sc, why);
why               904 dev/pcmcia/if_ray.c ray_power(int why, void *arg)
why               911 dev/pcmcia/if_ray.c 	switch (why) {
why                60 dev/pcmcia/pcmcia.c void	pcmcia_power(int why, void *arg);
why               135 dev/pcmcia/pcmcia.c pcmcia_power(why, arg)
why               136 dev/pcmcia/pcmcia.c 	int why;
why               144 dev/pcmcia/pcmcia.c 	if (why != PWR_RESUME)
why               728 dev/sbus/be.c  beqint(struct be_softc *sc, u_int32_t why)
why               732 dev/sbus/be.c  	if (why & BE_CR_STAT_TXIRQ)
why               734 dev/sbus/be.c  	if (why & BE_CR_STAT_RXIRQ)
why               737 dev/sbus/be.c  	if (why & BE_CR_STAT_BERROR) {
why               743 dev/sbus/be.c  	if (why & BE_CR_STAT_TXDERR) {
why               749 dev/sbus/be.c  	if (why & (BE_CR_STAT_TXLERR | BE_CR_STAT_TXPERR | BE_CR_STAT_TXSERR)) {
why               753 dev/sbus/be.c  		if (why & BE_CR_STAT_TXLERR)
why               755 dev/sbus/be.c  		if (why & BE_CR_STAT_TXPERR)
why               757 dev/sbus/be.c  		if (why & BE_CR_STAT_TXSERR)
why               762 dev/sbus/be.c  	if (why & BE_CR_STAT_RXDROP) {
why               768 dev/sbus/be.c  	if (why & BE_CR_STAT_RXSMALL) {
why               774 dev/sbus/be.c  	if (why & (BE_CR_STAT_RXLERR | BE_CR_STAT_RXPERR | BE_CR_STAT_RXSERR)) {
why               778 dev/sbus/be.c  		if (why & BE_CR_STAT_RXLERR)
why               780 dev/sbus/be.c  		if (why & BE_CR_STAT_RXPERR)
why               782 dev/sbus/be.c  		if (why & BE_CR_STAT_RXSERR)
why               790 dev/sbus/be.c  			sc->sc_dev.dv_xname, why);
why               805 dev/sbus/be.c  beeint(struct be_softc *sc, u_int32_t why)
why               809 dev/sbus/be.c  	if (why & BE_BR_STAT_RFIFOVF) {
why               814 dev/sbus/be.c  	if (why & BE_BR_STAT_TFIFO_UND) {
why               819 dev/sbus/be.c  	if (why & BE_BR_STAT_MAXPKTERR) {
why               828 dev/sbus/be.c  			sc->sc_dev.dv_xname, why);
why               733 dev/sbus/qe.c  qe_eint(sc, why)
why               735 dev/sbus/qe.c  	u_int32_t why;
why               740 dev/sbus/qe.c  	if (why & QE_CR_STAT_EDEFER) {
why               746 dev/sbus/qe.c  	if (why & QE_CR_STAT_CLOSS) {
why               751 dev/sbus/qe.c  	if (why & QE_CR_STAT_ERETRIES) {
why               759 dev/sbus/qe.c  	if (why & QE_CR_STAT_LCOLL) {
why               766 dev/sbus/qe.c  	if (why & QE_CR_STAT_FUFLOW) {
why               773 dev/sbus/qe.c  	if (why & QE_CR_STAT_JERROR) {
why               778 dev/sbus/qe.c  	if (why & QE_CR_STAT_BERROR) {
why               783 dev/sbus/qe.c  	if (why & QE_CR_STAT_TCCOFLOW) {
why               789 dev/sbus/qe.c  	if (why & QE_CR_STAT_TXDERROR) {
why               795 dev/sbus/qe.c  	if (why & QE_CR_STAT_TXLERR) {
why               802 dev/sbus/qe.c  	if (why & QE_CR_STAT_TXPERR) {
why               809 dev/sbus/qe.c  	if (why & QE_CR_STAT_TXSERR) {
why               816 dev/sbus/qe.c  	if (why & QE_CR_STAT_RCCOFLOW) {
why               822 dev/sbus/qe.c  	if (why & QE_CR_STAT_RUOFLOW) {
why               827 dev/sbus/qe.c  	if (why & QE_CR_STAT_MCOFLOW) {
why               832 dev/sbus/qe.c  	if (why & QE_CR_STAT_RXFOFLOW) {
why               838 dev/sbus/qe.c  	if (why & QE_CR_STAT_RLCOLL) {
why               845 dev/sbus/qe.c  	if (why & QE_CR_STAT_FCOFLOW) {
why               850 dev/sbus/qe.c  	if (why & QE_CR_STAT_CECOFLOW) {
why               855 dev/sbus/qe.c  	if (why & QE_CR_STAT_RXDROP) {
why               861 dev/sbus/qe.c  	if (why & QE_CR_STAT_RXSMALL) {
why               868 dev/sbus/qe.c  	if (why & QE_CR_STAT_RXLERR) {
why               875 dev/sbus/qe.c  	if (why & QE_CR_STAT_RXPERR) {
why               882 dev/sbus/qe.c  	if (why & QE_CR_STAT_RXSERR) {
why               891 dev/sbus/qe.c  			sc->sc_dev.dv_xname, why);
why               259 dev/sdmmc/sdhc.c sdhc_power(int why, void *arg)
why               265 dev/sdmmc/sdhc.c 	switch(why) {
why               950 dev/usb/ehci.c ehci_power(int why, void *v)
why               957 dev/usb/ehci.c 	DPRINTF(("ehci_power: sc=%p, why=%d\n", sc, why));
why               963 dev/usb/ehci.c 	switch (why) {
why               969 dev/usb/ohci.c ohci_power(int why, void *v)
why               976 dev/usb/ohci.c 	DPRINTF(("ohci_power: sc=%p, why=%d\n", sc, why));
why               981 dev/usb/ohci.c 	switch (why) {
why               670 dev/usb/uhci.c uhci_power(int why, void *v)
why               680 dev/usb/uhci.c 		 sc, why, sc->sc_suspend, cmd));
why               682 dev/usb/uhci.c 	switch (why) {
why               701 dev/usb/uhci.c 		sc->sc_suspend = why;
why               711 dev/usb/uhci.c 		sc->sc_suspend = why;
why               304 kern/kern_subr.c dopowerhooks(int why)
why               310 kern/kern_subr.c 	if (why == PWR_RESUME) {
why               312 kern/kern_subr.c 			(*dp->sfd_fn)(why, dp->sfd_arg);
why               316 kern/kern_subr.c 			(*dp->sfd_fn)(why, dp->sfd_arg);
why               131 scsi/cd.c      void	cd_powerhook(int why, void *arg);
why              1973 scsi/cd.c      cd_powerhook(int why, void *arg)
why              1981 scsi/cd.c      	if (why == PWR_RESUME && cd->sc_dk.dk_openmask != 0)