Home
last modified time | relevance | path

Searched refs:boot_entry (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/gpxe/src/arch/i386/image/
Deltorito.c216 struct eltorito_boot_entry *boot_entry ) { in eltorito_read_catalog() argument
237 copy_from_user ( boot_entry, image->data, in eltorito_read_catalog()
239 sizeof ( *boot_entry ) ); in eltorito_read_catalog()
240 if ( boot_entry->indicator != ELTORITO_BOOTABLE ) { in eltorito_read_catalog()
244 if ( boot_entry->media_type != ELTORITO_NO_EMULATION ) { in eltorito_read_catalog()
246 image, boot_entry->media_type ); in eltorito_read_catalog()
251 image, boot_entry->media_type, boot_entry->load_segment ); in eltorito_read_catalog()
264 struct eltorito_boot_entry *boot_entry ) { in eltorito_load_disk() argument
265 unsigned long start = ( boot_entry->start * ISO9660_BLKSIZE ); in eltorito_load_disk()
266 unsigned long length = ( boot_entry->length * ISO9660_BLKSIZE ); in eltorito_load_disk()
[all …]
/external/syslinux/com32/gfxboot/
Dgfxboot.c178 void boot_entry(menu_t *menu_ptr, char *arg);
864 boot_entry(menu_ptr, arg); in boot()
875 void boot_entry(menu_t *menu_ptr, char *arg) in boot_entry() function
/external/syslinux/utils/
Disohybrid.c209 uint32_t boot_entry; member