HomeSort by relevance Sort by last modified time
    Searched refs:load_env32 (Results 1 - 5 of 5) sorted by null

  /external/syslinux/core/include/
core.h 154 extern void load_env32(com32sys_t *regs);
  /external/syslinux/core/elflink/
load_env32.c 100 void load_env32(com32sys_t * regs __unused) function
  /external/syslinux/core/
pxelinux.asm 203 pm_call load_env32
204 jmp kaboom ; load_env32() shouldn't return. If it does, then kaboom!
isolinux.asm 1164 pm_call load_env32
1167 jmp kaboom ; load_env32() should never return. If
  /external/syslinux/efi/
main.c 1330 load_env32(NULL);
1332 /* load_env32() failed.. cancel timer and bailout */
    [all...]

Completed in 440 milliseconds