Home
last modified time | relevance | path

Searched refs:bootefi_device_path (Results 1 – 1 of 1) sorted by relevance

/u-boot/cmd/
A Dbootefi.c33 static struct efi_device_path *bootefi_device_path; variable
42 efi_free_pool(bootefi_device_path); in efi_clear_bootdev()
44 bootefi_device_path = NULL; in efi_clear_bootdev()
97 bootefi_device_path = device; in efi_set_bootdev()
448 if (!bootefi_device_path || !bootefi_image_path) { in efi_run_image()
471 file_path = efi_dp_append(bootefi_device_path, in efi_run_image()
540 bootefi_device_path = efi_dp_from_mem(EFI_RESERVED_MEMORY_TYPE, 0, 0); in bootefi_test_prepare()
541 if (!bootefi_device_path) in bootefi_test_prepare()
550 ret = bootefi_run_prepare(load_options_path, bootefi_device_path, in bootefi_test_prepare()

Completed in 3 milliseconds