Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/components/namespace/
H A Dnsdump.c323 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()
/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A Daslexternal.c487 ACPI_OBJECT_TYPE ObjType; in ExMoveExternals() local
593 ObjType = (ACPI_OBJECT_TYPE) in ExMoveExternals()
596 if (ObjType == ACPI_TYPE_METHOD && in ExMoveExternals()
/dragonfly/sys/contrib/dev/acpica/source/include/
H A Dacmacros.h529 #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}
/dragonfly/sys/dev/raid/aac/
H A Daacreg.h1155 u_int32_t ObjType; member
1223 u_int32_t ObjType; member
1232 u_int32_t ObjType; member
1252 u_int32_t ObjType; member
H A Daac_cam.c660 vmi->ObjType = FT_DRIVE; in aac_cam_reset_bus()
H A Daac.c3742 vmi->ObjType = FT_DRIVE; in aac_get_bus_info()
/dragonfly/contrib/binutils-2.27/gold/
H A Daarch64.cc3867 typedef Sized_relobj_file<size, big_endian> ObjType; in scan_reloc_section_for_stubs() typedef
3868 typename ObjType::Compute_final_local_value_status status = in scan_reloc_section_for_stubs()
3871 if (status == ObjType::CFLV_OK) in scan_reloc_section_for_stubs()
H A Dpowerpc.cc2755 typedef Sized_relobj_file<size, big_endian> ObjType; in make_stub() typedef
2756 typename ObjType::Compute_final_local_value_status status in make_stub()
2759 if (status != ObjType::CFLV_OK in make_stub()
H A Darm.cc12000 typedef Sized_relobj_file<32, big_endian> ObjType; in scan_reloc_section_for_stubs() typedef
12001 typename ObjType::Compute_final_local_value_status status = in scan_reloc_section_for_stubs()
12004 if (status == ObjType::CFLV_OK) in scan_reloc_section_for_stubs()