freebsd-dev/sys/dev/acpica/Osd
John Baldwin 6008862bc2 Change callers of mtx_init() to pass in an appropriate lock type name. In
most cases NULL is passed, but in some cases such as network driver locks
(which use the MTX_NETWORK_LOCK macro) and UMA zone locks, a name is used.

Tested on:	i386, alpha, sparc64
2002-04-04 21:03:38 +00:00
..
OsdDebug.c Add OS layer ACPI mutex and threading support. 2001-12-22 16:05:41 +00:00
OsdHardware.c Fix a gcc-3.1+ warning. 2002-03-19 11:02:06 +00:00
OsdInterrupt.c Match namespace cleanup changes in ACPI CA 20020217 update. 2002-02-23 05:31:38 +00:00
OsdMemory.c Fix a gcc-3.1+ warning. 2002-03-19 11:02:06 +00:00
OsdSchedule.c Change callers of mtx_init() to pass in an appropriate lock type name. In 2002-04-04 21:03:38 +00:00
OsdStream.c AcpiOsPrintf and AcpiOsVprintf now return void. 2002-02-23 05:32:51 +00:00
OsdSynch.c Change callers of mtx_init() to pass in an appropriate lock type name. In 2002-04-04 21:03:38 +00:00