Searched refs:autoboot (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/etc/rc.d/
H A Dnpf31 if [ "$autoboot" != "yes" ]; then
H A Dpf37 if [ "$autoboot" != yes ]; then
/netbsd-current/sys/arch/atari/stand/bootxx/
H A Dbootxx.c58 bootxx(void *readsector, void *disklabel, int autoboot) argument
80 if (!autoboot) {
90 autoboot = 0; /* in case auto boot fails */
/netbsd-current/etc/
H A Drc9 # System startup script run by init(8) on autoboot or after single-user.
36 if [ "$1" = autoboot ]; then
37 autoboot=yes
/netbsd-current/sys/arch/emips/stand/common/
H A Dboot.c81 int autoboot = 1, win; local
127 } else if (autoboot)
129 autoboot = 0;
/netbsd-current/sys/arch/ia64/stand/common/
H A Dboot.c140 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
H A Dbootstrap.h76 int autoboot(int timeout, char *prompt);
282 { "autoboot", "boot automatically after a delay", command_autoboot }, \
/netbsd-current/sys/arch/hpcmips/stand/pbsdboot/
H A Dpbsdboot.h89 BOOL autoboot; member in struct:preference_s
H A Dpreference.c87 TEXT("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"));
H A Dmain.c598 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"),
/netbsd-current/sys/arch/atari/stand/xxboot/sdboot/
H A Dsdboot.S64 movl %d0,%a3 | autoboot flag
86 * loader (readsector, disklabel, autoboot)
88 pea %a3@ | autoboot
/netbsd-current/sys/arch/atari/stand/xxboot/wdboot/
H A Dwdboot.S59 movl %d0,%a3 | autoboot flag
81 * loader (readsector, disklabel, autoboot)
83 pea %a3@ | autoboot
/netbsd-current/sys/arch/atari/stand/xxboot/ahdi-xxboot/
H A Dxxboot.ahdi.S73 movl %d0,%a5 | autoboot flag
101 * int bootxx(readsector, disklabel, autoboot)
103 pea %a5@ | autoboot
/netbsd-current/sys/arch/atari/stand/xxboot/fdboot/
H A Dfdboot.S102 * int bootxx(readsector, disklabel, autoboot)
104 clrl %sp@- | no autoboot
/netbsd-current/sys/arch/mvme68k/mvme68k/
H A Dlocore.s1080 tstl %d2 | autoboot?
1092 tstl %d2 | autoboot?

Completed in 135 milliseconds