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

/illumos-gate/usr/src/uts/intel/io/acpica/executer/
H A Dexsystem.c160 * PARAMETERS: HowLong - The amount of time to stall,
175 UINT32 HowLong)
183 if (HowLong > 255) /* 255 microseconds */
192 "Time parameter is too large (%u)", HowLong));
197 AcpiOsStall (HowLong);
208 * PARAMETERS: HowLong - The amount of time to sleep,
219 UINT64 HowLong)
232 if (HowLong > ACPI_MAX_SLEEP)
234 HowLong = ACPI_MAX_SLEEP;
237 AcpiOsSleep (HowLong);
174 AcpiExSystemDoStall( UINT32 HowLong) argument
218 AcpiExSystemDoSleep( UINT64 HowLong) argument
[all...]

Completed in 81 milliseconds