HomeSort by: relevance | last modified time | path
    Searched defs:apmread_filtops (Results 1 - 3 of 3) sorted by relevancy

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

Completed in 13 milliseconds