Searched refs:sleep_type (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/usr.sbin/acpi/acpiconf/
H A Dacpiconf.c59 acpi_sleep(int sleep_type) argument
64 ret = ioctl(acpifd, ACPIIO_REQSLPSTATE, &sleep_type);
66 err(EX_IOERR, "request sleep type (%d) failed", sleep_type);
207 int sleep_type; local
214 sleep_type = -1;
226 sleep_type = optarg[1] - '0';
228 sleep_type = optarg[0] - '0';
229 if (sleep_type < 1 || sleep_type > 4)
231 sleep_type);
[all...]

Completed in 48 milliseconds