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 651 UINT8 DescriptorType;
713 DescriptorType = 0; /* Not a valid descriptor type */
721 DescriptorType = ACPI_DESC_TYPE_OPERAND;
729 DescriptorType = ACPI_DESC_TYPE_PARSER;
737 DescriptorType = ACPI_DESC_TYPE_NAMED;
748 switch (DescriptorType)
  /src/sys/external/bsd/acpica/dist/include/
acstruct.h 76 UINT8 DescriptorType; /* To differentiate various internal objs */
acobject.h 74 * 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 */\
548 * a common DescriptorType field in order to differentiate them.
584 UINT8 DescriptorType; /* To differentiate various internal objs */
amlresrc.h 158 UINT8 DescriptorType;
265 UINT8 DescriptorType;\
693 UINT8 DescriptorType;
aclocal.h 176 * 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 */
687 UINT8 DescriptorType; /* To differentiate various internal objs */\
927 UINT8 DescriptorType; /* To differentiate various internal objs */\

Completed in 22 milliseconds