HomeSort by relevance Sort by last modified time
    Searched defs:DevicePathInstance (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/PlatformIntelBdsLib/
IntelBdsPlatform.c 97 EFI_DEVICE_PATH_PROTOCOL* DevicePathInstance;
131 DevicePathInstance = EfiDevicePathFromTextProtocol->ConvertTextToDevicePath (DevicePathStr);
132 ASSERT(DevicePathInstance != NULL);
133 DevicePathInstances = AppendDevicePathInstance (DevicePathInstances, DevicePathInstance);
138 FreePool (DevicePathInstance);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Bds/
Bds.c 37 EFI_DEVICE_PATH_PROTOCOL* DevicePathInstance;
70 DevicePathInstance = EfiDevicePathFromTextProtocol->ConvertTextToDevicePath (DevicePathStr);
71 ASSERT(DevicePathInstance != NULL);
72 DevicePathInstances = AppendDevicePathInstance (DevicePathInstances, DevicePathInstance);
77 FreePool (DevicePathInstance);
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
dpath.c 42 DevicePathInstance (
72 DEBUG((D_ERROR, "DevicePathInstance: DevicePath %x Size %d", *DevicePath, ((UINT8 *) DevPath) - ((UINT8 *) Start) ));
109 while (DevicePathInstance(&DevicePath, &Size)) {
169 while ((Inst = DevicePathInstance (&Src1, &Size))) {
996 while ((DevicePathInst = DevicePathInstance (&DevicePath, &Size))) {
1017 DevicePathInst = DevicePathInstance (&Temp, &Size);

Completed in 98 milliseconds