Home
last modified time | relevance | path

Searched refs:apm_fd (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/powerd/
H A Dpowerd.c135 static int apm_fd = -1; variable
330 (apm_fd = open(APMDEV, O_RDONLY)) >= 0) { in acline_init()
418 if (ioctl(apm_fd, APMIO_GETINFO, &info) == 0) {
421 close(apm_fd);
422 apm_fd = -1;