HomeSort by relevance Sort by last modified time
    Searched full:menu_ptr (Results 1 - 3 of 3) sorted by null

  /external/syslinux/com32/gfxboot/
gfxboot.c 142 static menu_t *menu_ptr, **menu_next; variable
178 void boot_entry(menu_t *menu_ptr, char *arg);
324 menu_ptr = NULL;
360 menu_ptr = *menu_next = calloc(1, sizeof **menu_next);
361 menu_next = &menu_ptr->next;
363 menu_ptr->label = menu_ptr->menu_label = strdup(t);
369 if(!strcasecmp(s, "kernel") && menu_ptr) {
370 menu_ptr->kernel = strdup(t);
374 if(!strcasecmp(s, "linux") && menu_ptr) {
820 menu_t *menu_ptr; local
    [all...]
  /external/syslinux/bios/com32/gfxboot/
gfxboot.elf 
  /external/syslinux/efi32/com32/gfxboot/
gfxboot.elf 

Completed in 348 milliseconds