Searched refs:IsDevicePathEnd (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/lib/libefivar/
H A Duefi-dputil.c118 while (!IsDevicePathEnd (DevicePath)) {
167 for (Count = 0, Size = 0; !IsDevicePathEnd (DevicePath); DevicePath = NextDevicePathNode (DevicePath)) {
343 IsDevicePathEnd ( function
H A Defivar-dp-format.c2371 while (!IsDevicePathEnd (Node)) {
/freebsd-13-stable/stand/efi/libefi/
H A Ddevpath.c431 if (!IsDevicePathEnd(devpath))
571 if (IsDevicePathEnd(devpath))
573 while (!IsDevicePathEnd(NextDevicePathNode(devpath)))
650 if (IsDevicePathEnd(devpath1))
686 if (IsDevicePathEnd(prefix))
714 while (!IsDevicePathEnd(path)) {
727 while (!IsDevicePathEnd(path))
H A Defihttp.c199 for (; !IsDevicePathEnd(devpath);
262 for (; !IsDevicePathEnd(imgpath);
/freebsd-13-stable/sys/contrib/edk2/Include/Library/
H A DDevicePathLib.h156 IsDevicePathEnd (
/freebsd-13-stable/stand/efi/include/
H A Defidevp.h62 #define IsDevicePathEnd(a) ( IsDevicePathEndType(a) && IsDevicePathEndSubType(a) ) macro
/freebsd-13-stable/stand/efi/loader/
H A Defiserialio.c128 while (!IsDevicePathEnd(devpath)) {
H A Dmain.c142 while (!IsDevicePathEnd(path)) {

Completed in 191 milliseconds