XenevaOS
Loading...
Searching...
No Matches
Macros | Functions | Variables
utdecode.c File Reference
#include "acpi.h"
#include "accommon.h"
#include "acnamesp.h"
#include "amlcode.h"
Include dependency graph for utdecode.c:

Macros

#define _COMPONENT   ACPI_UTILITIES
 

Functions

const char * AcpiUtGetRegionName (UINT8 SpaceId)
 
const char * AcpiUtGetEventName (UINT32 EventId)
 
const char * AcpiUtGetTypeName (ACPI_OBJECT_TYPE Type)
 
const char * AcpiUtGetObjectTypeName (ACPI_OPERAND_OBJECT *ObjDesc)
 
const char * AcpiUtGetNodeName (void *Object)
 
const char * AcpiUtGetDescriptorName (void *Object)
 
const char * AcpiUtGetReferenceName (ACPI_OPERAND_OBJECT *Object)
 
const char * AcpiUtGetMutexName (UINT32 MutexId)
 
BOOLEAN AcpiUtValidObjectType (ACPI_OBJECT_TYPE Type)
 

Variables

const UINT8 AcpiGbl_NsProperties [ACPI_NUM_NS_TYPES]
 
const char * AcpiGbl_RegionTypes [ACPI_NUM_PREDEFINED_REGIONS]
 

Macro Definition Documentation

◆ _COMPONENT

#define _COMPONENT   ACPI_UTILITIES

Function Documentation

◆ AcpiUtGetDescriptorName()

const char * AcpiUtGetDescriptorName ( void *  Object)

◆ AcpiUtGetEventName()

const char * AcpiUtGetEventName ( UINT32  EventId)

◆ AcpiUtGetMutexName()

const char * AcpiUtGetMutexName ( UINT32  MutexId)

◆ AcpiUtGetNodeName()

const char * AcpiUtGetNodeName ( void *  Object)

◆ AcpiUtGetObjectTypeName()

const char * AcpiUtGetObjectTypeName ( ACPI_OPERAND_OBJECT ObjDesc)

◆ AcpiUtGetReferenceName()

const char * AcpiUtGetReferenceName ( ACPI_OPERAND_OBJECT Object)

◆ AcpiUtGetRegionName()

const char * AcpiUtGetRegionName ( UINT8  SpaceId)

◆ AcpiUtGetTypeName()

const char * AcpiUtGetTypeName ( ACPI_OBJECT_TYPE  Type)

◆ AcpiUtValidObjectType()

BOOLEAN AcpiUtValidObjectType ( ACPI_OBJECT_TYPE  Type)

Variable Documentation

◆ AcpiGbl_NsProperties

const UINT8 AcpiGbl_NsProperties[ACPI_NUM_NS_TYPES]

◆ AcpiGbl_RegionTypes

const char* AcpiGbl_RegionTypes[ACPI_NUM_PREDEFINED_REGIONS]
Initial value:
=
{
"SystemMemory",
"SystemIO",
"PCI_Config",
"EmbeddedControl",
"SMBus",
"SystemCMOS",
"PCIBARTarget",
"IPMI",
"GeneralPurposeIo",
"GenericSerialBus",
"PCC"
}