Searched defs:SourcePath (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Hand/
H A DLocate.c441 EFI_DEVICE_PATH_PROTOCOL *SourcePath; local
453 SourcePath = *DevicePath;
454 TmpDevicePath = SourcePath;
466 SourceSize = (UINTN) TmpDevicePath - (UINTN) SourcePath;
488 // Check if DevicePath is first part of SourcePath
492 if ((Size <= SourceSize) && CompareMem (SourcePath, TmpDevicePath, (UINTN) Size) == 0) {
528 *DevicePath = (EFI_DEVICE_PATH_PROTOCOL *) (((UINT8 *) SourcePath) + BestMatch);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dsetupapi.h111 PCSTR SourcePath; member in struct:_SP_FILE_COPY_PARAMS_A
127 PCWSTR SourcePath; member in struct:_SP_FILE_COPY_PARAMS_W
870 PCSTR SourcePath; member in struct:_SOURCE_MEDIA_A
880 PCWSTR SourcePath; member in struct:_SOURCE_MEDIA_W
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dsetupapi.h110 PCSTR SourcePath; member in struct:_SP_FILE_COPY_PARAMS_A
126 PCWSTR SourcePath; member in struct:_SP_FILE_COPY_PARAMS_W
869 PCSTR SourcePath; member in struct:_SOURCE_MEDIA_A
879 PCWSTR SourcePath; member in struct:_SOURCE_MEDIA_W

Completed in 70 milliseconds