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

/freebsd-current/stand/efi/libefi/
H A Ddevpath.c428 if (!IsDevicePathEnd(devpath))
568 if (IsDevicePathEnd(devpath))
570 while (!IsDevicePathEnd(NextDevicePathNode(devpath)))
581 while (!IsDevicePathEnd(devpath)) {
664 if (IsDevicePathEnd(devpath1))
700 if (IsDevicePathEnd(prefix))
728 while (!IsDevicePathEnd(path)) {
741 while (!IsDevicePathEnd(path))
H A Deficom.c134 while (!IsDevicePathEnd(devpath)) {
H A Defihttp.c194 for (; !IsDevicePathEnd(devpath);
257 for (; !IsDevicePathEnd(imgpath);
/freebsd-current/lib/libefivar/
H A Duefi-dputil.c116 while (!IsDevicePathEnd (DevicePath)) {
165 for (Count = 0, Size = 0; !IsDevicePathEnd (DevicePath); DevicePath = NextDevicePathNode (DevicePath)) {
341 IsDevicePathEnd ( function
H A Defivar-dp-format.c2508 while (!IsDevicePathEnd (Node)) {
/freebsd-current/sys/contrib/edk2/Include/Library/
H A DDevicePathLib.h156 IsDevicePathEnd (
/freebsd-current/stand/efi/include/
H A Defidevp.h61 #define IsDevicePathEnd(a) ( IsDevicePathEndType(a) && IsDevicePathEndSubType(a) ) macro
/freebsd-current/stand/efi/loader/
H A Dmain.c147 while (!IsDevicePathEnd(path)) {

Completed in 175 milliseconds