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

  /src/sys/dev/apm/
apm.c 155 static int apm_spl; /* saved spl while suspended */ variable in typeref:typename:int
295 apm_spl = splhigh();
323 apm_spl = splhigh();
353 splx(apm_spl);
  /src/sys/dev/hpc/apm/
apmdev.c 163 static int apm_spl; /* saved spl while suspended */ variable in typeref:typename:int
304 apm_spl = splhigh();
332 apm_spl = splhigh();
364 splx(apm_spl);

Completed in 12 milliseconds