Home
last modified time | relevance | path

Searched refs:imgfetch (Results 1 – 5 of 5) sorted by relevance

/external/syslinux/gpxe/src/include/usr/
Dimgmgmt.h14 extern int imgfetch ( struct image *image, const char *uri_string,
/external/syslinux/gpxe/src/usr/
Dimgmgmt.c46 int imgfetch ( struct image *image, const char *uri_string, in imgfetch() function
Dautoboot.c93 if ( ( rc = imgfetch ( image, filename, in boot_next_server_and_filename()
/external/syslinux/gpxe/src/arch/i386/interface/syslinux/
Dcomboot_call.c198 if ( ( rc = imgfetch ( initrd, initrd_file, in comboot_fetch_kernel()
219 if ( ( rc = imgfetch ( kernel, kernel_file, in comboot_fetch_kernel()
/external/syslinux/gpxe/src/hci/commands/
Dimage_cmd.c182 if ( ( rc = imgfetch ( image, filename, image_register ) ) != 0 ) { in imgfetch_core_exec()