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

  /src/usr.sbin/apmd/
apmd.c 71 static enum apm_state handle_client(int sock_fd, int ctl_fd);
72 static void suspend(int ctl_fd);
73 static void stand_by(int ctl_fd);
74 static void resume(int ctl_fd);
179 handle_client(int sock_fd, int ctl_fd)
203 power_status(ctl_fd, 0, &reply.batterystate);
267 suspend(int ctl_fd)
275 ioctl(ctl_fd, APM_IOC_SUSPEND, 0);
279 stand_by(int ctl_fd)
287 ioctl(ctl_fd, APM_IOC_STANDBY, 0)
302 int ctl_fd, sock_fd, ch, ready; local in function:main
    [all...]

Completed in 10 milliseconds