Searched refs:ObjType (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/dev/acpica/components/namespace/ |
| H A D | nsdump.c | 323 ACPI_OBJECT_TYPE ObjType; in AcpiNsDumpOneObject() local 662 ObjType = ACPI_TYPE_INVALID; in AcpiNsDumpOneObject() 678 ObjType = ObjDesc->Common.Type; in AcpiNsDumpOneObject() 680 if (ObjType > ACPI_TYPE_LOCAL_MAX) in AcpiNsDumpOneObject() 684 ObjType); in AcpiNsDumpOneObject() 692 ObjType, AcpiUtGetTypeName (ObjType)); in AcpiNsDumpOneObject() 714 switch (ObjType) in AcpiNsDumpOneObject()
|
| /f-stack/freebsd/contrib/dev/acpica/compiler/ |
| H A D | aslexternal.c | 487 ACPI_OBJECT_TYPE ObjType; in ExMoveExternals() local 593 ObjType = (ACPI_OBJECT_TYPE) in ExMoveExternals() 596 if (ObjType == ACPI_TYPE_METHOD && in ExMoveExternals()
|
| /f-stack/freebsd/contrib/dev/acpica/include/ |
| H A D | acmacros.h | 529 #define ACPI_OP(Name, PArgs, IArgs, ObjType, Class, Type, Flags) \ argument 530 {Name, (UINT32)(PArgs), (UINT32)(IArgs), (UINT32)(Flags), ObjType, Class, Type} 532 #define ACPI_OP(Name, PArgs, IArgs, ObjType, Class, Type, Flags) \ argument 533 {(UINT32)(PArgs), (UINT32)(IArgs), (UINT32)(Flags), ObjType, Class, Type}
|