Home
last modified time | relevance | path

Searched refs:ObjType (Results 1 – 2 of 2) sorted by relevance

/third_party/lib/acpica/source/components/namespace/
A Dnsdump.c210 ACPI_OBJECT_TYPE ObjType; in AcpiNsDumpOneObject() local
548 ObjType = ACPI_TYPE_INVALID; in AcpiNsDumpOneObject()
564 ObjType = ObjDesc->Common.Type; in AcpiNsDumpOneObject()
566 if (ObjType > ACPI_TYPE_LOCAL_MAX) in AcpiNsDumpOneObject()
570 ObjType); in AcpiNsDumpOneObject()
578 ObjType, AcpiUtGetTypeName (ObjType)); in AcpiNsDumpOneObject()
600 switch (ObjType) in AcpiNsDumpOneObject()
650 ObjType = ACPI_TYPE_INVALID; /* Terminate loop after next pass */ in AcpiNsDumpOneObject()
/third_party/lib/acpica/source/include/acpica/
A Dacmacros.h342 #define ACPI_OP(Name, PArgs, IArgs, ObjType, Class, Type, Flags) \ argument
343 {Name, (UINT32)(PArgs), (UINT32)(IArgs), (UINT32)(Flags), ObjType, Class, Type}
345 #define ACPI_OP(Name, PArgs, IArgs, ObjType, Class, Type, Flags) \ argument
346 {(UINT32)(PArgs), (UINT32)(IArgs), (UINT32)(Flags), ObjType, Class, Type}

Completed in 5 milliseconds