HomeSort by: relevance | last modified time | path
    Searched defs:DescriptorType (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/utilities/
uttrack.c 759 UINT8 DescriptorType;
821 DescriptorType = 0; /* Not a valid descriptor type */
829 DescriptorType = ACPI_DESC_TYPE_OPERAND;
837 DescriptorType = ACPI_DESC_TYPE_PARSER;
845 DescriptorType = ACPI_DESC_TYPE_NAMED;
856 switch (DescriptorType)
  /src/sys/external/bsd/acpica/dist/include/
acstruct.h 184 UINT8 DescriptorType; /* To differentiate various internal objs */
acobject.h 182 * DescriptorType is used to differentiate between internal descriptors, and
185 * Note: The DescriptorType and Type fields must appear in the identical
191 UINT8 DescriptorType; /* To differentiate various internal objs */\
656 * a common DescriptorType field in order to differentiate them.
692 UINT8 DescriptorType; /* To differentiate various internal objs */
amlresrc.h 266 UINT8 DescriptorType;
373 UINT8 DescriptorType;\
801 UINT8 DescriptorType;
aclocal.h 284 * DescriptorType is used to differentiate between internal descriptors.
289 * Note: The DescriptorType and Type fields must appear in the identical
296 UINT8 DescriptorType; /* Differentiate object descriptor types */
795 UINT8 DescriptorType; /* To differentiate various internal objs */\
1035 UINT8 DescriptorType; /* To differentiate various internal objs */\

Completed in 83 milliseconds