| Home | Sort by: relevance | last modified time | path | 
| /src/sys/arch/macppc/dev/ | |
| apm.c | 121 int	apm_evindex;  variable in typeref:typename:int 365 evp->index = ++apm_evindex; | 
| /src/sys/dev/apm/ | |
| apm.c | 153 int	apm_evindex;  variable in typeref:typename:int 378 evp->index = ++apm_evindex; | 
| /src/sys/dev/hpc/apm/ | |
| apmdev.c | 161 int	apm_evindex;  variable in typeref:typename:int 389 evp->index = ++apm_evindex; | 
| /src/sys/arch/arm/xscale/ | |
| pxa2x0_apm.c | 586 	static int apm_evindex; 592 apm_evindex++; 593 KNOTE(&sc->sc_note, APM_EVENT_COMPOSE(type, apm_evindex)); |