Searched refs:ObjType (Results 1 – 2 of 2) sorted by relevance
| /third_party/lib/acpica/source/components/namespace/ |
| A D | nsdump.c | 210 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 D | acmacros.h | 342 #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