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

/illumos-gate/usr/src/uts/intel/io/acpica/resources/
H A Drsmisc.c88 UINT16 ItemCount = 0; local
172 ItemCount = ACPI_GET8 (Source);
173 ACPI_SET8 (Destination, ItemCount);
176 (Info->Value * (ItemCount - 1));
181 ItemCount = AmlResourceLength;
182 ACPI_SET16 (Destination, ItemCount);
185 (Info->Value * (ItemCount - 1));
191 ItemCount = ACPI_GET16 (Target) - ACPI_GET16 (Source);
193 Resource->Length = Resource->Length + ItemCount;
194 ItemCount
479 UINT16 ItemCount = 0; local
[all...]
H A Drsutils.c138 * ItemCount - How many items to move
153 UINT16 ItemCount,
164 for (i = 0; i < ItemCount; i++)
177 memcpy (Destination, Source, ItemCount);
150 AcpiRsMoveData( void *Destination, void *Source, UINT16 ItemCount, UINT8 MoveType) argument

Completed in 71 milliseconds