HomeSort by: relevance | last modified time | path
    Searched refs:APMDEV (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/macppc/dev/
apm.c 124 #define APMDEV(dev) (minor(dev)&0x0f)
192 APMDEV(dev), l->l_proc->p_pid, flag, mode));
195 switch (APMDEV(dev)) {
235 switch (APMDEV(dev)) {
  /src/sys/arch/arm/xscale/
pxa2x0_apm.c 69 #define APMDEV(dev) (minor(dev)&0x0f)
466 APMDEV(dev), p->p_pid, flag, mode));
468 switch (APMDEV(dev)) {
506 switch (APMDEV(dev)) {

Completed in 17 milliseconds