Searched refs:name_uri (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/usr/
H A Dimgmgmt.c121 * @v name_uri Name or URI string
125 int imgacquire ( const char *name_uri, struct image **image ) { argument
128 *image = find_image ( name_uri );
133 return imgdownload_string ( name_uri, image );
/vbox/src/VBox/Devices/PC/ipxe/src/hci/commands/
H A Dimage_cmd.c82 char *name_uri = NULL; local
93 name_uri = argv[optind];
104 if ( name_uri ) {
105 if ( ( rc = desc->acquire ( name_uri, &image ) ) != 0 )

Completed in 51 milliseconds