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

/u-boot/include/
H A Defi_config.h83 * @dp_volume: pointer to device path of the selected device
90 struct efi_device_path *dp_volume; member in struct:eficonfig_select_file_info
112 struct efi_device_path *eficonfig_create_device_path(struct efi_device_path *dp_volume,
/u-boot/cmd/
H A Deficonfig.c493 info->file_info->dp_volume = info->dp;
502 * @dp_volume: pointer to the volume
507 struct efi_device_path *eficonfig_create_device_path(struct efi_device_path *dp_volume, argument
531 dp = efi_dp_shorten(dp_volume);
533 dp = dp_volume;
1024 file_info->dp_volume = NULL;
1122 file_info->dp_volume = tmp->dp_volume;
1231 handle = efi_dp_find_obj(file_info->dp_volume, NULL, NULL);
1242 if (!handle && file_info->dp_volume) {
[all...]
H A Deficonfig_sbkey.c124 full_dp = eficonfig_create_device_path(file_info.dp_volume, file_info.current_path);
/u-boot/lib/efi_selftest/
H A Defi_selftest_loadimage.c82 } __packed dp_volume = { variable in typeref:struct:__anon1
430 &dp_volume);
467 (handle_volume, &guid_device_path, &dp_volume);

Completed in 59 milliseconds