Searched refs:ObjType (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/intel/io/acpica/namespace/ |
H A D | nsdump.c | 213 ACPI_OBJECT_TYPE ObjType; in AcpiNsDumpOneObject() local 551 ObjType = ACPI_TYPE_INVALID; in AcpiNsDumpOneObject() 567 ObjType = ObjDesc->Common.Type; in AcpiNsDumpOneObject() 569 if (ObjType > ACPI_TYPE_LOCAL_MAX) in AcpiNsDumpOneObject() 573 ObjType); in AcpiNsDumpOneObject() 581 ObjType, AcpiUtGetTypeName (ObjType)); in AcpiNsDumpOneObject() 603 switch (ObjType) in AcpiNsDumpOneObject() 653 ObjType = ACPI_TYPE_INVALID; /* Terminate loop after next pass */ in AcpiNsDumpOneObject()
|
/titanic_50/usr/src/uts/intel/sys/acpi/ |
H 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}
|
/titanic_50/usr/src/uts/common/io/aac/ |
H A D | aac_regs.h | 373 uint32_t ObjType; member 401 uint32_t ObjType; /* FT_DRIVE */ member 409 uint32_t ObjType; member
|
H A D | aac.c | 2636 ddi_put32(acc, &cmd->ObjType, FT_DRIVE); /* physical drive */ in aac_get_bus_info()
|