Searched refs:current_path (Results 1 - 3 of 3) sorted by path

/u-boot/cmd/
H A Deficonfig.c502 * @current_path: pointer to the file path u16 string
507 u16 *current_path)
515 fp_size = sizeof(struct efi_device_path) + u16_strsize(current_path);
524 u16_strcpy(fp->str, current_path);
558 tmp = info->file_info->current_path;
560 memset(info->file_info->current_path, 0, EFICONFIG_FILE_PATH_BUF_SIZE);
582 new_len = u16_strlen(info->file_info->current_path) +
588 tmp = &info->file_info->current_path[u16_strlen(info->file_info->current_path)];
852 ret = EFI_CALL(root->open(root, &f, file_info->current_path,
506 eficonfig_create_device_path(struct efi_device_path *dp_volume, u16 *current_path) argument
[all...]
H A Deficonfig_sbkey.c113 file_info.current_path = calloc(1, EFICONFIG_FILE_PATH_BUF_SIZE);
114 if (!file_info.current_path) {
123 full_dp = eficonfig_create_device_path(file_info.dp_volume, file_info.current_path);
207 free(file_info.current_path);
/u-boot/include/
H A Defi_config.h84 * @current_path: pointer to the selected file path string
91 u16 *current_path; member in struct:eficonfig_select_file_info
113 u16 *current_path);

Completed in 200 milliseconds