HomeSort by: relevance | last modified time | path
    Searched defs:power_status (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/apmd/
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)) {
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)) {

Completed in 23 milliseconds