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; |