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

/illumos-gate/usr/src/uts/intel/io/acpica/namespace/
H A Dnsrepair2.c123 UINT8 SortDirection,
126 /* Values for SortDirection above */
141 UINT8 SortDirection);
858 * SortDirection - Ascending or descending
876 UINT8 SortDirection,
912 if (SortDirection == ACPI_SORT_DESCENDING)
947 if (((SortDirection == ACPI_SORT_ASCENDING) &&
949 ((SortDirection == ACPI_SORT_DESCENDING) &&
953 OuterElementCount, SortIndex, SortDirection);
978 * SortDirection
870 AcpiNsCheckSortedList( ACPI_EVALUATE_INFO *Info, ACPI_OPERAND_OBJECT *ReturnObject, UINT32 StartIndex, UINT32 ExpectedCount, UINT32 SortIndex, UINT8 SortDirection, char *SortKeyName) argument
990 AcpiNsSortList( ACPI_OPERAND_OBJECT **Elements, UINT32 Count, UINT32 Index, UINT8 SortDirection) argument
[all...]

Completed in 47 milliseconds