Searched defs:root_path (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/hci/commands/
H A Dsanboot_cmd.c86 const char *root_path; local
101 root_path = argv[optind];
102 uri = parse_uri ( root_path );
108 root_path = NULL;
118 if ( ! root_path )
/vbox/src/VBox/Devices/PC/ipxe/src/usr/
H A Dautoboot.c125 * @v root_path Root path
136 int uriboot ( struct uri *filename, struct uri *root_path, int drive, argument
139 (void)root_path;
149 if ( root_path ) {
150 if ( ( rc = san_hook ( root_path, drive ) ) != 0 ) {
282 char *root_path; local
292 root_path = expand_settings ( buf );
293 if ( ! root_path )
297 uri = parse_uri ( root_path );
299 free ( root_path );
337 struct uri *root_path; local
[all...]

Completed in 1235 milliseconds