Searched refs:power_status (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/usr.sbin/apmd/ |
H A D | apmd.c | 69 static int power_status (int fd, int force, struct apm_power_info *pinfo); 95 power_status(int fd, int force, struct apm_power_info *pinfo) in power_status() function 203 power_status(ctl_fd, 0, &reply.batterystate); in handle_client() 404 power_status(ctl_fd, 1, 0); in main() 408 power_status(ctl_fd, 1, &pinfo); in main() 435 status = power_status(ctl_fd, 0, 0); in main() 479 power_status(ctl_fd, 0, &pinfo); in main() 492 (power_status(ctl_fd, 0, 0) & POWER_STATUS_ACON)) { in main()
|