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

/illumos-gate/usr/src/boot/sys/boot/efi/boot1/
H A Dboot1.c121 while (!IsDevicePathEnd(imgpath) && !IsDevicePathEnd(devpath)) {
143 while (!IsDevicePathEnd(NextDevicePathNode(devpath)))
288 while (!IsDevicePathEnd(devpath)) {
/illumos-gate/usr/src/boot/sys/boot/efi/libefi/
H A Defipart.c124 while (!IsDevicePathEnd(NextDevicePathNode(node))) {
149 while (!IsDevicePathEnd(NextDevicePathNode(node)))
/illumos-gate/usr/src/boot/sys/boot/efi/include/
H A Defidevp.h60 #define IsDevicePathEnd(a) ( IsDevicePathEndType(a) && IsDevicePathEndSubType(a) ) macro
/illumos-gate/usr/src/boot/sys/boot/efi/loader/
H A Dmain.c141 while (!IsDevicePathEnd(path)) {

Completed in 63 milliseconds