Lines Matching refs:string
324 u16 *string; in execute() local
348 string = device_path_to_text->convert_device_path_to_text( in execute()
350 if (!string) { in execute()
354 efi_st_printf("%ps\n", string); in execute()
355 ret = boottime->free_pool(string); in execute()
372 string = device_path_to_text->convert_device_path_to_text( in execute()
374 if (!string) { in execute()
379 string, in execute()
382 efi_st_printf("dp2: %ps\n", string); in execute()
386 ret = boottime->free_pool(string); in execute()
392 string = device_path_to_text->convert_device_path_to_text( in execute()
395 string, in execute()
398 efi_st_printf("multi_part_dp: %ps\n", string); in execute()
402 ret = boottime->free_pool(string); in execute()
409 string = device_path_to_text->convert_device_node_to_text( in execute()
411 if (!string) { in execute()
415 if (efi_st_strcmp_16_8(string, "u-boot")) { in execute()
416 efi_st_printf("dp_node: %ps\n", string); in execute()
421 ret = boottime->free_pool(string); in execute()
439 string = device_path_to_text->convert_device_path_to_text(remaining_dp, in execute()
441 if (!string) { in execute()
445 if (efi_st_strcmp_16_8(string, in execute()
448 efi_st_printf("remaining device path: %ps\n", string); in execute()
452 ret = boottime->free_pool(string); in execute()