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

  /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
  /src/sys/arch/hpcmips/stand/pbsdboot/
pbsdboot.h 89 BOOL autoboot; member in struct:preference_s

Completed in 13 milliseconds