/src/sys/dev/apm/ |
apm.c | 101 #ifdef APM_POWER_PRINT 102 static void apm_power_print(struct apm_softc *, struct apm_power_info *); 206 #ifdef APM_POWER_PRINT 208 apm_power_print(struct apm_softc *sc, struct apm_power_info *pi) function in typeref:typename:void 457 #ifdef APM_POWER_PRINT 461 apm_power_print(sc, &pi);
|
/src/sys/dev/hpc/apm/ |
apmdev.c | 104 #ifdef APM_POWER_PRINT 105 static void apm_power_print(struct apm_softc *, struct apm_power_info *); 214 #ifdef APM_POWER_PRINT 216 apm_power_print(struct apm_softc *sc, struct apm_power_info *pi) function in typeref:typename:void 468 #ifdef APM_POWER_PRINT 472 apm_power_print(sc, &pi); 680 #ifdef APM_POWER_PRINT 681 apm_power_print(sc, &pinfo);
|
/src/sys/arch/arm/xscale/ |
pxa2x0_apm.c | 84 void apm_power_print(struct pxa2x0_apm_softc *, struct apm_power_info *); 246 apm_power_print(struct pxa2x0_apm_softc *sc, struct apm_power_info *powerp) function in typeref:typename:void 398 apm_power_print(sc, &power);
|