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) function in typeref:typename:int 203 power_status(ctl_fd, 0, &reply.batterystate); 404 power_status(ctl_fd, 1, 0); 408 power_status(ctl_fd, 1, &pinfo); 435 status = power_status(ctl_fd, 0, 0); 479 power_status(ctl_fd, 0, &pinfo); 492 (power_status(ctl_fd, 0, 0) & POWER_STATUS_ACON)) {
|