Searched refs:Acq (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/ |
H A D | achaiku.h | 200 #define ACPI_ACQUIRE_GLOBAL_LOCK(GLptr, Acq) do { \ argument 201 (Acq) = AcpiOsAcquireGlobalLock(&((GLptr)->GlobalLock)); \ 204 #define ACPI_RELEASE_GLOBAL_LOCK(GLptr, Acq) do { \ argument 205 (Acq) = AcpiOsReleaseGlobalLock(&((GLptr)->GlobalLock)); \
|
H A D | acwin64.h | 200 #define ACPI_ACQUIRE_GLOBAL_LOCK(GLptr, Acq) if (AcpiGbl_GlobalLockPresent) {Acq = 0xFF;} els… argument 204 #define ACPI_ACQUIRE_GLOBAL_LOCK(GLptr, Acq) argument
|
H A D | acsolaris.h | 111 #define ACPI_ACQUIRE_GLOBAL_LOCK(Facs, Acq) \ argument 112 ((Acq) = __acpi_acquire_global_lock(Facs)) 114 #define ACPI_RELEASE_GLOBAL_LOCK(Facs, Acq) \ argument 115 ((Acq) = __acpi_release_global_lock(Facs))
|
H A D | accygwin.h | 190 #define ACPI_ACQUIRE_GLOBAL_LOCK(GLptr, Acq) if (GLptr) Acq=1; else Acq=0; argument
|
H A D | acos2.h | 187 #define ACPI_ACQUIRE_GLOBAL_LOCK(GLptr, Acq) Acq = OSPMAcquireGlobalLock(GLptr) argument
|
H A D | acwin.h | 227 #define ACPI_ACQUIRE_GLOBAL_LOCK(FacsPtr, Acq) __asm \ argument 248 __asm mov Acq, al \
|