Home
last modified time | relevance | path

Searched refs:NextDevicePath (Results 1 – 1 of 1) sorted by relevance

/reactos/boot/environ/lib/firmware/efi/
H A Dfirmware.c106 EFI_DEVICE_PATH *NextDevicePath; in EfiGetLeafNode() local
112 for (NextDevicePath = NextDevicePathNode(DevicePath); in EfiGetLeafNode()
113 !IsDevicePathEndType(NextDevicePath); in EfiGetLeafNode()
114 NextDevicePath = NextDevicePathNode(NextDevicePath)) in EfiGetLeafNode()
117 DevicePath = NextDevicePath; in EfiGetLeafNode()