|
|
1.1 ! root 1: /* ! 2: * Arguments to reboot system call. ! 3: * These are passed to boot program in r11, ! 4: * and on to init. ! 5: */ ! 6: #define RB_AUTOBOOT 0 /* flags for system auto-booting itself */ ! 7: ! 8: #define RB_ASKNAME 1 /* ask for file name to reboot from */ ! 9: #define RB_SINGLE 2 /* reboot to single user only */ ! 10: #define RB_NOSYNC 4 /* dont sync before reboot */ ! 11: #define RB_HALT 8 /* don't reboot, just halt */ ! 12: #define RB_INITNAME 16 /* name given for /etc/init */ ! 13: ! 14: #define RB_PANIC 32 /* reboot due to panic */ ! 15: #define RB_BOOT 0 /* reboot due to boot() */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.