Searched refs:imgfetch (Results 1 – 5 of 5) sorted by relevance
/external/syslinux/gpxe/src/include/usr/ |
D | imgmgmt.h | 14 extern int imgfetch ( struct image *image, const char *uri_string,
|
/external/syslinux/gpxe/src/usr/ |
D | imgmgmt.c | 46 int imgfetch ( struct image *image, const char *uri_string, in imgfetch() function
|
D | autoboot.c | 93 if ( ( rc = imgfetch ( image, filename, in boot_next_server_and_filename()
|
/external/syslinux/gpxe/src/arch/i386/interface/syslinux/ |
D | comboot_call.c | 198 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/ |
D | image_cmd.c | 182 if ( ( rc = imgfetch ( image, filename, image_register ) ) != 0 ) { in imgfetch_core_exec()
|