Home
last modified time | relevance | path

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

/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
Ddpath.c62 Next = NextDevicePathNode(DevPath); in DevicePathInstance()
213 Eop = NextDevicePathNode(Temp); in AppendDevicePathNode()
256 Eop = NextDevicePathNode(&FilePath->Header); in FileDevicePath()
292 DevPath = NextDevicePathNode(DevPath); in DevicePathSize()
351 Src = NextDevicePathNode(Src); in UnpackDevicePath()
382 Src = NextDevicePathNode(Src); in UnpackDevicePath()
414 DevPath = NextDevicePathNode(DevPath); in AppendDevicePathInstance()
423 DevPath = NextDevicePathNode(DevPath); in AppendDevicePathInstance()
968 DevPathNode = NextDevicePathNode(DevPathNode); in DevicePathToStr()
1029 Temp = NextDevicePathNode(NewDevPath); in LibDuplicateDevicePathInstance()
Dhand.c218 Next = NextDevicePathNode(DevPath); in LibLocateHandleByDiskSignature()
246 DevPath = NextDevicePathNode(DevPath); in LibLocateHandleByDiskSignature()
Dsread.c159 FilePathNode = (FILEPATH_DEVICE_PATH *) NextDevicePathNode(&FilePathNode->Header); in OpenSimpleReadFile()
/external/avb/examples/uefi/
Duefi_avb_ops.c336 UINTN walker_bytes = (uint8_t*)NextDevicePathNode(walker) - (uint8_t*)init; in walk_path()
418 walker_path = NextDevicePathNode(walker_path); in get_disk_block_io()
/external/syslinux/efi64/include/efi/
Defidevp.h50 #define NextDevicePathNode(a) ( (EFI_DEVICE_PATH *) ( ((UINT8 *) (a)) + DevicePathNodeLength(… macro
/external/syslinux/efi32/include/efi/
Defidevp.h50 #define NextDevicePathNode(a) ( (EFI_DEVICE_PATH *) ( ((UINT8 *) (a)) + DevicePathNodeLength(… macro
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
Defidevp.h50 #define NextDevicePathNode(a) ( (EFI_DEVICE_PATH *) ( ((UINT8 *) (a)) + DevicePathNodeLength(… macro