Searched refs:full_path (Results 1 – 8 of 8) sorted by relevance
| /u-boot/lib/efi_loader/ |
| A D | efi_bootmgr.c | 50 struct efi_device_path *rem, *full_path; in expand_media_path() local 65 full_path = efi_dp_from_file(device_path, in expand_media_path() 68 full_path = efi_dp_dup(device_path); in expand_media_path() 71 full_path = efi_dp_dup(device_path); in expand_media_path() 74 return full_path; in expand_media_path()
|
| A D | efi_disk.c | 329 efi_fs_from_path(struct efi_device_path *full_path) in efi_fs_from_path() argument 338 ret = efi_dp_split_file_path(full_path, &device_path, &file_path); in efi_fs_from_path()
|
| A D | efi_device_path.c | 1131 efi_status_t efi_dp_split_file_path(struct efi_device_path *full_path, in efi_dp_split_file_path() argument 1139 dp = efi_dp_dup(full_path); in efi_dp_split_file_path()
|
| /u-boot/tools/buildman/ |
| A D | control.py | 356 no_subdirs=options.no_subdirs, full_path=options.full_path,
|
| A D | toolchain.py | 175 def MakeEnvironment(self, full_path): argument 204 elif full_path:
|
| A D | builderthread.py | 228 env = self.toolchain.MakeEnvironment(self.builder.full_path) 389 env = result.toolchain.MakeEnvironment(self.builder.full_path)
|
| A D | builder.py | 253 no_subdirs=False, full_path=False, verbose_build=False, argument 328 self.full_path = full_path
|
| /u-boot/include/ |
| A D | efi_loader.h | 822 efi_status_t efi_dp_split_file_path(struct efi_device_path *full_path,
|
Completed in 21 milliseconds