HomeSort by: relevance | last modified time | path
    Searched refs:SUSPEND (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.sbin/apmd/
apm-proto.h 34 SUSPEND,
apmd.c 72 static void suspend(int ctl_fd);
208 case SUSPEND:
267 suspend(int ctl_fd) function in typeref:typename:void
443 suspend(ctl_fd);
496 suspend(ctl_fd);
513 suspend(ctl_fd);
  /src/games/hack/
hack.ioctl.c 91 #ifdef SUSPEND /* implies BSD */
112 #endif /* SUSPEND */
config.h 79 * Also, the code for suspend and various ioctls is only given for BSD4.2
122 #define SUSPEND /* let ^Z suspend the game */
hack.cmd.c 79 #ifdef SUSPEND
81 #endif /* SUSPEND */
  /src/usr.sbin/apm/
apm.c 108 case SUSPEND:
109 command.action = SUSPEND;
171 action = SUSPEND;
245 case SUSPEND:
255 if (ioctl(fd, action == SUSPEND ?
259 action == SUSPEND ? "suspend mode" :
323 case SUSPEND:
324 printf("System will enter suspend mode "

Completed in 16 milliseconds