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

/freebsd-10.1-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);
193 int sleep_type; local
200 sleep_type = -1;
212 sleep_type = optarg[1] - '0';
214 sleep_type = optarg[0] - '0';
215 if (sleep_type < 1 || sleep_type > 4)
217 sleep_type);
[all...]

Completed in 52 milliseconds