Home
last modified time | relevance | path

Searched refs:BANNER_TIMEOUT (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/gpxe/src/hci/
Dshell_banner.c44 if ( BANNER_TIMEOUT <= 0 ) in shell_banner()
50 for ( wait_count = 0 ; wait_count < BANNER_TIMEOUT ; wait_count++ ) { in shell_banner()
/external/syslinux/gpxe/
Dgpxe.diff24 -#define BANNER_TIMEOUT 20 /* Tenths of a second for which the shell
25 +#define BANNER_TIMEOUT 0 /* Tenths of a second for which the shell
37 + if ( BANNER_TIMEOUT <= 0 )
/external/syslinux/gpxe/src/config/
Dgeneral.h34 #define BANNER_TIMEOUT 0 /* Tenths of a second for which the shell macro
/external/syslinux/gpxe/src/arch/i386/prefix/
Dromprefix.S26 #define ROM_BANNER_TIMEOUT ( 2 * ( 18 * BANNER_TIMEOUT ) / 10 )