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

  /src/etc/rc.d/
npf 31 if [ "$autoboot" != "yes" ]; then
pf 37 if [ "$autoboot" != yes ]; then
  /src/sys/arch/atari/stand/bootxx/
bootxx.c 58 bootxx(void *readsector, void *disklabel, int autoboot)
80 if (!autoboot) {
90 autoboot = 0; /* in case auto boot fails */
  /src/etc/
rc 9 # System startup script run by init(8) on autoboot or after single-user.
36 if [ "$1" = autoboot ]; then
37 autoboot=yes
  /src/sys/arch/emips/stand/common/
boot.c 81 int autoboot = 1, win; local in function:main
127 } else if (autoboot)
129 autoboot = 0;
  /src/sys/arch/ia64/stand/common/
boot.c 117 * Autoboot after a delay
140 return(autoboot(howlong, prompt));
148 * Called before we go interactive. If we think we can autoboot, and
158 autoboot(-1, NULL); /* try to boot automatically */
162 autoboot(int timeout, char *prompt) function in typeref:typename:int
bootstrap.h 76 int autoboot(int timeout, char *prompt);
282 { "autoboot", "boot automatically after a delay", command_autoboot }, \
help.common 26 autoboot [<delay> [<prompt>]]
131 # Tset Sautoboot_delay DSet the default autoboot delay
135 Sets the default delay for the autoboot command to <value> seconds.
  /src/sys/arch/hpcmips/stand/pbsdboot/
pbsdboot.h 89 BOOL autoboot; member in struct:preference_s
preference.c 64 #define AUTOBOOT 17
87 TEXT("autoboot"),
373 case AUTOBOOT:
375 buf.autoboot = TRUE;
378 buf.autoboot = FALSE;
690 if(buf->autoboot){
691 wsprintf(unibuf,TEXT("autoboot:t\r\n"));
694 wsprintf(unibuf,TEXT("autoboot:n\r\n"));
main.c 598 if(pref.autoboot){
604 TEXT("autoboot after %d second,tap or hit any key to interrupt"),
703 autop = pref.autoboot;
713 SendDlgItemMessage(hWnd,IDC_AUTOBOOT,BM_SETCHECK,pref.autoboot,0);
733 EnableWindow(hwnd,pref.autoboot);
788 pref.autoboot = TRUE;
790 pref.autoboot = FALSE;
1304 TEXT("autoboot after %d second,tap or hit any key to interrupt"),
  /src/sys/arch/atari/stand/xxboot/ahdi-xxboot/
xxboot.ahdi.S 73 movl %d0,%a5 | autoboot flag
101 * int bootxx(readsector, disklabel, autoboot)
103 pea %a5@ | autoboot
  /src/sys/arch/atari/stand/xxboot/sdboot/
sdboot.S 64 movl %d0,%a3 | autoboot flag
86 * loader (readsector, disklabel, autoboot)
88 pea %a3@ | autoboot
  /src/sys/arch/atari/stand/xxboot/wdboot/
wdboot.S 59 movl %d0,%a3 | autoboot flag
81 * loader (readsector, disklabel, autoboot)
83 pea %a3@ | autoboot
  /src/sys/arch/atari/stand/xxboot/fdboot/
fdboot.S 102 * int bootxx(readsector, disklabel, autoboot)
104 clrl %sp@- | no autoboot
  /src/sys/arch/mvme68k/mvme68k/
locore.s 1080 tstl %d2 | autoboot?
1092 tstl %d2 | autoboot?

Completed in 40 milliseconds