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

  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DevicePathUtilities.c 75 for (Count = 0, Size = 0; !IsDevicePathEnd (DevicePath); DevicePath = NextDevicePathNode (DevicePath)) {
193 NextDevicePathNode (
375 DevicePath = NextDevicePathNode (DevicePath);
554 NextNode = NextDevicePathNode (TempDevicePath);
622 TempDevicePath = NextDevicePathNode (TempDevicePath);
626 TempDevicePath = NextDevicePathNode (TempDevicePath);
688 DevPath = NextDevicePathNode (DevPath);
711 *DevicePath = NextDevicePathNode (DevPath);
800 Node = NextDevicePathNode (Node);
883 SetDevicePathEndNode (NextDevicePathNode (&FilePath->Header));
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/
UefiDevicePathLib.c 117 for (Count = 0, Size = 0; !IsDevicePathEnd (DevicePath); DevicePath = NextDevicePathNode (DevicePath)) {
234 NextDevicePathNode (
703 SetDevicePathEndNode (NextDevicePathNode (&FilePath->Header));
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiDevicePath.h 46 #define NextDevicePathNode(a) ( (EFI_DEVICE_PATH_PROTOCOL *) ( ((UINT8 *) (a)) + DevicePathNodeLength(a)))

Completed in 174 milliseconds