home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Distributions / ucb / 2.9-derivatives / 2.9-pro350 / incl-sys / reboot.h < prev   
C/C++ Source or Header  |  1985-02-26  |  394b  |  21 lines

  1. /*
  2.  * Arguments to reboot system call.
  3.  * These are passed to boot program in r4
  4.  * and on to init.
  5.  */
  6. #define    RB_ASKNAME    01
  7. #define    RB_SINGLE    02
  8. #define    RB_NOSYNC    04
  9. #define    RB_HALT        010
  10. #define    RB_DUMP        020
  11. #define    RB_NOFSCK    040
  12. #define    RB_POWRFAIL    0100
  13. #ifdef GOO
  14. #define RB_QUIET    0200
  15. #endif GOO
  16.  
  17. /*
  18.  * The name of system to boot on automatic reboots.
  19.  */
  20. #define    RB_DEFNAME    "ra(0,0)unix"
  21.