Searched refs:GLptr (Results 1 – 5 of 5) 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 | acos2.h | 187 #define ACPI_ACQUIRE_GLOBAL_LOCK(GLptr, Acq) Acq = OSPMAcquireGlobalLock(GLptr) argument 188 #define ACPI_RELEASE_GLOBAL_LOCK(GLptr, Pnd) Pnd = OSPMReleaseGlobalLock(GLptr) argument
|
H A D | acwin64.h | 200 #define ACPI_ACQUIRE_GLOBAL_LOCK(GLptr, Acq) if (AcpiGbl_GlobalLockPresent) {Acq = 0xFF;} els… argument 201 #define ACPI_RELEASE_GLOBAL_LOCK(GLptr, Pnd) if (AcpiGbl_GlobalLockPresent) {Pnd = 0xFF;} els… argument 204 #define ACPI_ACQUIRE_GLOBAL_LOCK(GLptr, Acq) argument 206 #define ACPI_RELEASE_GLOBAL_LOCK(GLptr, Pnd) argument
|
H A D | accygwin.h | 190 #define ACPI_ACQUIRE_GLOBAL_LOCK(GLptr, Acq) if (GLptr) Acq=1; else Acq=0; argument 191 #define ACPI_RELEASE_GLOBAL_LOCK(GLptr, Pending) Pending = 1 argument
|
H A D | acenv.h | 382 #define ACPI_ACQUIRE_GLOBAL_LOCK(GLptr, Acquired) Acquired = 1 argument 386 #define ACPI_RELEASE_GLOBAL_LOCK(GLptr, Pending) Pending = 0 argument
|