HomeSort by relevance Sort by last modified time
    Searched defs:ontimeout (Results 1 - 11 of 11) sorted by null

  /external/syslinux/com32/hdt/
hdt-menu.c 90 TIMEOUTCODE ontimeout(void) function
141 /* Register the ontimeout handler, with a time out of 10 seconds */
142 reg_ontimeout(ontimeout, 1000, 0);
  /external/syslinux/com32/cmenu/
complex.c 57 TIMEOUTCODE ontimeout(void) function
279 // Register the ontimeout handler, with a time out of 10 seconds
280 reg_ontimeout(ontimeout, 10, 0);
  /external/syslinux/bios/com32/cmenu/
test.c 166 TIMEOUTCODE ontimeout(void) function
371 // Register the ontimeout handler, with a time out of 10 seconds
372 reg_ontimeout(ontimeout,timeout*10,0);
test2.c 166 TIMEOUTCODE ontimeout(void) function
371 // Register the ontimeout handler, with a time out of 10 seconds
372 reg_ontimeout(ontimeout,timeout*10,0);
  /external/syslinux/efi32/com32/cmenu/
test.c 166 TIMEOUTCODE ontimeout(void) function
371 // Register the ontimeout handler, with a time out of 10 seconds
372 reg_ontimeout(ontimeout,timeout*10,0);
test2.c 166 TIMEOUTCODE ontimeout(void) function
371 // Register the ontimeout handler, with a time out of 10 seconds
372 reg_ontimeout(ontimeout,timeout*10,0);
  /external/syslinux/efi64/com32/cmenu/
test.c 166 TIMEOUTCODE ontimeout(void) function
371 // Register the ontimeout handler, with a time out of 10 seconds
372 reg_ontimeout(ontimeout,timeout*10,0);
test2.c 166 TIMEOUTCODE ontimeout(void) function
371 // Register the ontimeout handler, with a time out of 10 seconds
372 reg_ontimeout(ontimeout,timeout*10,0);
  /external/syslinux/com32/include/
menu.h 167 const char *ontimeout; member in struct:menu
  /external/syslinux/com32/cmenu/libmenu/
cmenu.h 189 t_timeout_handler ontimeout; // Timeout handler member in struct:s_menusystem
  /external/syslinux/com32/elflink/ldlinux/
readconfig.c 74 short ontimeoutlen = 0; //bytes in ontimeout command
87 const char *ontimeout = NULL; //"ontimeout" command line variable
217 m->ontimeout = refstr_get(parent->ontimeout);
1207 } else if (looking_at(p, "ontimeout")) {
1208 ontimeout = refstrdup(skipspace(p + 9));
1209 ontimeoutlen = strlen(ontimeout);
    [all...]

Completed in 314 milliseconds