48#define _COMPONENT ACPI_UTILITIES
207 NextInterface = AcpiGbl_SupportedInterfaces;
208 while (NextInterface)
210 AcpiGbl_SupportedInterfaces = NextInterface->
Next;
229 NextInterface->
Flags &= ~ACPI_OSI_INVALID;
233 NextInterface = AcpiGbl_SupportedInterfaces;
270 if (!InterfaceInfo->
Name)
280 InterfaceInfo->
Next = AcpiGbl_SupportedInterfaces;
282 AcpiGbl_SupportedInterfaces = InterfaceInfo;
308 PreviousInterface = NextInterface = AcpiGbl_SupportedInterfaces;
309 while (NextInterface)
311 if (!
strcmp (InterfaceName, NextInterface->
Name))
321 if (PreviousInterface == NextInterface)
323 AcpiGbl_SupportedInterfaces = NextInterface->
Next;
327 PreviousInterface->
Next = NextInterface->
Next;
350 PreviousInterface = NextInterface;
351 NextInterface = NextInterface->
Next;
382 NextInterface = AcpiGbl_SupportedInterfaces;
383 while (NextInterface)
400 NextInterface->
Flags &= ~ACPI_OSI_INVALID;
404 NextInterface = NextInterface->
Next;
431 NextInterface = AcpiGbl_SupportedInterfaces;
432 while (NextInterface)
434 if (!
strcmp (InterfaceName, NextInterface->
Name))
436 return (NextInterface);
439 NextInterface = NextInterface->
Next;
488 StringDesc = WalkState->
Arguments[0].Object;
524 if (InterfaceInfo->
Value > AcpiGbl_OsiData)
526 AcpiGbl_OsiData = InterfaceInfo->
Value;
539 InterfaceHandler = AcpiGbl_InterfaceHandler;
540 if (InterfaceHandler)
542 if (InterfaceHandler (
550 "ACPI: BIOS _OSI(\"%s\") is %ssupported\n",
unsigned long long UINT64
int strcmp(const char *String1, const char *String2)
ACPI_SIZE strlen(const char *String)
UINT32 void void ** ReturnValue
#define ACPI_OSI_OPTIONAL_FEATURE
#define ACPI_OSI_DEFAULT_INVALID
#define ACPI_MODULE_NAME(Name)
#define return_ACPI_STATUS(s)
#define ACPI_FUNCTION_TRACE(a)
#define ACPI_DEBUG_PRINT_RAW(pl)
#define ACPI_ARRAY_LENGTH(x)
#define ACPI_OSI_WIN_XP_SP1
#define ACPI_OSI_WIN_10_RS4
#define ACPI_OSI_WIN_10_20H1
#define AcpiOsAcquireMutex(Handle, Time)
#define ACPI_OSI_WIN_VISTA_SP2
#define ACPI_TYPE_INTEGER
#define AcpiOsReleaseMutex(Handle)
#define ACPI_VENDOR_STRINGS
#define ACPI_FEATURE_STRINGS
#define ACPI_OSI_WIN_10_RS1
#define ACPI_OSI_WIN_XP_SP2
#define ACPI_WAIT_FOREVER
#define ACPI_OSI_WINSRV_2003_SP1
#define ACPI_OSI_WIN_10_RS2
#define ACPI_DISABLE_INTERFACES
#define ACPI_ALLOCATE_ZEROED(a)
#define ACPI_OSI_WIN_2000
#define ACPI_OSI_WIN_10_RS3
#define ACPI_OSI_WINSRV_2003
#define ACPI_OSI_WIN_10_RS5
#define ACPI_OSI_WIN_10_19H1
#define ACPI_OSI_WINSRV_2008
#define ACPI_OSI_WIN_VISTA
UINT32(* ACPI_INTERFACE_HANDLER)(ACPI_STRING InterfaceName, UINT32 Supported)
#define ACPI_OSI_WIN_VISTA_SP1
#define AcpiUtCreateInternalObject(t)
void AcpiUtRemoveReference(ACPI_OPERAND_OBJECT *Object)
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
struct acpi_interface_info * Next
union acpi_operand_object * ReturnDesc
struct acpi_namespace_node Arguments[ACPI_METHOD_NUM_ARGS]
ACPI_OBJECT_INTEGER Integer
ACPI_OBJECT_COMMON Common
ACPI_OBJECT_STRING String
static ACPI_INTERFACE_INFO AcpiDefaultSupportedInterfaces[]
ACPI_STATUS AcpiUtUpdateInterfaces(UINT8 Action)
ACPI_INTERFACE_INFO * AcpiUtGetInterface(ACPI_STRING InterfaceName)
ACPI_STATUS AcpiUtInitializeInterfaces(void)
ACPI_STATUS AcpiUtRemoveInterface(ACPI_STRING InterfaceName)
ACPI_STATUS AcpiUtInstallInterface(ACPI_STRING InterfaceName)
ACPI_STATUS AcpiUtInterfaceTerminate(void)
ACPI_STATUS AcpiUtOsiImplementation(ACPI_WALK_STATE *WalkState)
_In_ WDFIOTARGET _In_ _Strict_type_match_ WDF_IO_TARGET_SENT_IO_ACTION Action