Lines Matching refs:uefi_call_wrapper
103 Status = uefi_call_wrapper(BS->LocateDevicePath, 3, &FileSystemProtocol, FilePath, DeviceHandle);
117 uefi_call_wrapper(FileHandle->Close, 1, FileHandle);
155 Status = uefi_call_wrapper(
169 uefi_call_wrapper(LastHandle->Close, 1, LastHandle);
193 uefi_call_wrapper(FileHandle->Close, 1, FileHandle);
217 Status = uefi_call_wrapper(BS->LocateDevicePath, 3, &LoadFileProtocol, &TempFilePath, DeviceHandle);
226 Status = uefi_call_wrapper(
249 Status = uefi_call_wrapper(
336 Status = uefi_call_wrapper(FHand->FileHandle->SetPosition, 2, FHand->FileHandle, Offset);
339 Status = uefi_call_wrapper(FHand->FileHandle->Read, 3, FHand->FileHandle, ReadSize, Buffer);
362 uefi_call_wrapper(FHand->FileHandle->Close, 1, FHand->FileHandle);