Searched refs:imgdownload_string (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/usr/
H A Dimgmgmt.h15 extern int imgdownload_string ( const char *uri_string, struct image **image );
/vbox/src/VBox/Devices/PC/ipxe/src/usr/
H A Dimgmgmt.c105 int imgdownload_string ( const char *uri_string, struct image **image ) { function
133 return imgdownload_string ( name_uri, image );
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/syslinux/
H A Dcomboot_call.c189 if ( ( rc = imgdownload_string ( initrd_file, &initrd ) ) != 0){
203 if ( ( rc = imgdownload_string ( kernel_file, &kernel ) ) != 0 ) {
/vbox/src/VBox/Devices/PC/ipxe/src/hci/commands/
H A Dimage_cmd.c168 .acquire = imgdownload_string,

Completed in 43 milliseconds