Searched defs:DescriptorType (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Duttrack.c654 UINT8 DescriptorType; local
702 DescriptorType = 0; /* Not a valid descriptor type */
710 DescriptorType = ACPI_DESC_TYPE_OPERAND;
718 DescriptorType = ACPI_DESC_TYPE_PARSER;
726 DescriptorType = ACPI_DESC_TYPE_NAMED;
737 switch (DescriptorType)
/illumos-gate/usr/src/uts/intel/io/acpica/resources/
H A Drsutils.c250 if (Aml->SmallHeader.DescriptorType & ACPI_RESOURCE_NAME_LARGE)
263 Aml->SmallHeader.DescriptorType = (UINT8)
264 ((Aml->SmallHeader.DescriptorType &
275 * PARAMETERS: DescriptorType - Byte to be inserted as the type
282 * DESCRIPTION: Set the DescriptorType and ResourceLength fields of an AML
290 UINT8 DescriptorType,
299 Aml->SmallHeader.DescriptorType = DescriptorType;
289 AcpiRsSetResourceHeader( UINT8 DescriptorType, ACPI_RSDESC_SIZE TotalLength, AML_RESOURCE *Aml) argument
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacstruct.h76 UINT8 DescriptorType; /* To differentiate various internal objs */ member in struct:acpi_walk_state
H A Dacobject.h74 * DescriptorType is used to differentiate between internal descriptors, and
77 * Note: The DescriptorType and Type fields must appear in the identical
83 UINT8 DescriptorType; /* To differentiate various internal objs */\
540 * a common DescriptorType field in order to differentiate them.
576 UINT8 DescriptorType; /* To differentiate various internal objs */ member in struct:acpi_common_descriptor
H A Damlresrc.h151 UINT8 DescriptorType;
258 UINT8 DescriptorType;\
542 UINT8 DescriptorType; member in union:aml_resource
H A Daclocal.h176 * DescriptorType is used to differentiate between internal descriptors.
181 * Note: The DescriptorType and Type fields must appear in the identical
188 UINT8 DescriptorType; /* Differentiate object descriptor types */ member in struct:acpi_namespace_node
675 UINT8 DescriptorType; /* To differentiate various internal objs */\
909 UINT8 DescriptorType; /* To differentiate various internal objs */\
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/
H A Dmpi2_ioc.h1115 U8 DescriptorType; /* 0x00 */ member in struct:_MPI2_EVENT_DATA_HBD_PHY
1123 /* values for the DescriptorType field */

Completed in 91 milliseconds