| Home | Sort by: relevance | last modified time | path |
| /src/sys/arch/macppc/dev/ | |
| apm.c | 408 static struct filterops apmread_filtops = { variable in typeref:struct:filterops 422 kn->kn_fop = &apmread_filtops; |
| /src/sys/dev/apm/ | |
| apm.c | 886 static const struct filterops apmread_filtops = { variable in typeref:typename:const struct filterops 900 kn->kn_fop = &apmread_filtops; |
| /src/sys/dev/hpc/apm/ | |
| apmdev.c | 927 static const struct filterops apmread_filtops = { variable in typeref:typename:const struct filterops 941 kn->kn_fop = &apmread_filtops; |
| /src/sys/arch/arm/xscale/ | |
| pxa2x0_apm.c | 107 static const struct filterops apmread_filtops = { 629 kn->kn_fop = &apmread_filtops; |