Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/arch/i386/include/
Dbootsector.h11 extern int call_bootsector ( unsigned int segment, unsigned int offset,
/external/syslinux/gpxe/src/arch/i386/image/
Dbootsector.c58 int call_bootsector ( unsigned int segment, unsigned int offset, in call_bootsector() function
Deltorito.c153 if ( ( rc = call_bootsector ( load_segment, load_offset, in eltorito_exec()
/external/syslinux/gpxe/src/arch/i386/interface/pcbios/
Dint13.c708 if ( ( rc = call_bootsector ( 0x0, 0x7c00, drive ) ) != 0 ) { in int13_boot()