Searched refs:FilePath (Results 1 – 6 of 6) sorted by relevance
/DragonStub/lib/ |
H A D | sread.c | 37 IN OUT EFI_DEVICE_PATH **FilePath, in OpenSimpleReadFile() argument 67 UserFilePath = *FilePath; in OpenSimpleReadFile() 99 … Status = uefi_call_wrapper(BS->LocateDevicePath, 3, &FileSystemProtocol, FilePath, DeviceHandle); in OpenSimpleReadFile() 112 FilePathNode = (FILEPATH_DEVICE_PATH *) *FilePath; in OpenSimpleReadFile() 179 *FilePath = UserFilePath; in OpenSimpleReadFile() 194 Status = LibDevicePathToInterface (&LoadFileProtocol, *FilePath, (VOID*)&LoadFile); in OpenSimpleReadFile() 197 TempFilePath = DuplicateDevicePath (*FilePath); in OpenSimpleReadFile() 214 *FilePath, in OpenSimpleReadFile() 237 *FilePath, in OpenSimpleReadFile()
|
H A D | dpath.c | 246 FILEPATH_DEVICE_PATH *FilePath; in FileDevicePath() local 250 FilePath = AllocateZeroPool (Size + SIZE_OF_FILEPATH_DEVICE_PATH + sizeof(EFI_DEVICE_PATH)); in FileDevicePath() 253 if (FilePath) { in FileDevicePath() 259 FilePath->Header.Type = MEDIA_DEVICE_PATH; in FileDevicePath() 260 FilePath->Header.SubType = MEDIA_FILEPATH_DP; in FileDevicePath() 261 SetDevicePathNodeLength (&FilePath->Header, Size + SIZE_OF_FILEPATH_DEVICE_PATH); in FileDevicePath() 262 CopyMem (FilePath->PathName, FileName, Size); in FileDevicePath() 263 Eop = NextDevicePathNode(&FilePath->Header); in FileDevicePath() 270 DevicePath = (EFI_DEVICE_PATH *) FilePath; in FileDevicePath() 277 FreePool(FilePath); in FileDevicePath() [all …]
|
/DragonStub/inc/ |
H A D | efidevp.h | 496 FILEPATH_DEVICE_PATH FilePath; member 530 FILEPATH_DEVICE_PATH *FilePath; member
|
H A D | efilib.h | 894 IN EFI_DEVICE_PATH *FilePath, 946 IN OUT EFI_DEVICE_PATH **FilePath,
|
H A D | efiprot.h | 550 IN EFI_DEVICE_PATH *FilePath, 1233 EFI_DEVICE_PATH *FilePath; member
|
H A D | efiapi.h | 386 IN EFI_DEVICE_PATH *FilePath,
|