Home
last modified time | relevance | path

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

/dflybsd-src/stand/boot/efi/libefi/
H A Defipart.c104 while (!IsDevicePathEnd(NextDevicePathNode(node))) { in efipart_init()
105 node = NextDevicePathNode(node); in efipart_init()
108 devpathlen += DevicePathNodeLength(NextDevicePathNode(node)); in efipart_init()
129 while (!IsDevicePathEnd(NextDevicePathNode(node))) in efipart_init()
130 node = NextDevicePathNode(node); in efipart_init()
/dflybsd-src/lib/libefivar/
H A Duefi-dputil.c118 DevicePath = NextDevicePathNode (DevicePath); in GetDevicePathSize()
166 …for (Count = 0, Size = 0; !IsDevicePathEnd (DevicePath); DevicePath = NextDevicePathNode (DevicePa… in IsDevicePathValid()
285 NextDevicePathNode ( in NextDevicePathNode() function
624 NextNode = NextDevicePathNode (TempDevicePath); in AppendDevicePathNode()
H A Defivar-dp-xlate.c135 walker = (const_efidp)NextDevicePathNode(walker); in efi_hd_to_unix()
331 walker = (const_efidp)NextDevicePathNode(walker); in efivar_device_path_to_unix_path()
H A Defivar-dp-format.c2404 Node = NextDevicePathNode (Node); in UefiDevicePathLibConvertDevicePathToText()
/dflybsd-src/stand/boot/efi/boot1/
H A Dboot1.c127 imgpath = NextDevicePathNode(imgpath); in device_paths_match()
128 devpath = NextDevicePathNode(devpath); in device_paths_match()
141 while (!IsDevicePathEnd(NextDevicePathNode(devpath))) in devpath_last()
142 devpath = NextDevicePathNode(devpath); in devpath_last()
298 devpath = NextDevicePathNode(devpath); in devpath_strlcat()
/dflybsd-src/stand/boot/efi/include/
H A Defi.h54 #define NextDevicePathNode(a) ((EFI_DEVICE_PATH *)(((UINT8 *)(a)) + DevicePathNodeLength(a))) macro
/dflybsd-src/stand/contrib/edk2/MdePkg/Include/Library/
H A DDevicePathLib.h111 NextDevicePathNode (
/dflybsd-src/stand/boot/efi/loader/
H A Dmain.c184 path = NextDevicePathNode(path); in has_keyboard()