Home
last modified time | relevance | path

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

/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
Ddpath.c291 while (!IsDevicePathEnd(DevPath)) { in DevicePathSize()
347 if (IsDevicePathEnd(Src)) { in UnpackDevicePath()
378 if (IsDevicePathEnd(Src)) { in UnpackDevicePath()
413 while (!IsDevicePathEnd(DevPath)) { in AppendDevicePathInstance()
445 if (IsDevicePathEnd(FilePath)) { in LibDevicePathToInterface()
927 while (!IsDevicePathEnd(DevPathNode)) { in DevicePathToStr()
Dsread.c113 while (!IsDevicePathEnd(&FilePathNode->Header)) { in OpenSimpleReadFile()
Dhand.c242 if (IsDevicePathEnd(DevPath)) { in LibLocateHandleByDiskSignature()
/external/syslinux/efi64/include/efi/
Defidevp.h54 #define IsDevicePathEnd(a) ( IsDevicePathEndType(a) && IsDevicePathEndSubType(a) ) macro
/external/syslinux/efi32/include/efi/
Defidevp.h54 #define IsDevicePathEnd(a) ( IsDevicePathEndType(a) && IsDevicePathEndSubType(a) ) macro
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
Defidevp.h54 #define IsDevicePathEnd(a) ( IsDevicePathEndType(a) && IsDevicePathEndSubType(a) ) macro
/external/avb/examples/uefi/
Duefi_avb_ops.c417 while (!IsDevicePathEnd(walker_path)) { in get_disk_block_io()