freebsd-nq/sys/dev/acpica/Osd
Peter Wemm 9f3e2250ca In answer to the comment: /* XXX is it OK to block here? */, the answer
is definately NO! as we are in interrupt context and malloc() does a
KASSERT() to be sure.
2001-01-23 09:43:23 +00:00
..
OsdBusMgr.c
OsdDebug.c
OsdEnvironment.c
OsdHardware.c
OsdInterrupt.c
OsdMemory.c Staticise some malloc pools 2000-12-08 20:48:33 +00:00
OsdSchedule.c In answer to the comment: /* XXX is it OK to block here? */, the answer 2001-01-23 09:43:23 +00:00
OsdStream.c
OsdSynch.c Plug a memory leak in AcpiOsDeleteSemaphore where the mutex is not properly 2001-01-22 05:33:36 +00:00