Home
last modified time | relevance | path

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

/titanic_53/usr/src/boot/sys/boot/efi/libefi/
H A Ddevpath.c95 if (IsDevicePathEnd(devpath)) in efi_devpath_last_node()
97 while (!IsDevicePathEnd(NextDevicePathNode(devpath))) in efi_devpath_last_node()
161 if (IsDevicePathEnd(devpath1)) in efi_devpath_match()
178 if (IsDevicePathEnd(prefix)) in efi_devpath_is_prefix()
/titanic_53/usr/src/boot/sys/boot/efi/boot1/
H A Dboot1.c121 while (!IsDevicePathEnd(imgpath) && !IsDevicePathEnd(devpath)) { in device_paths_match()
143 while (!IsDevicePathEnd(NextDevicePathNode(devpath))) in devpath_last()
288 while (!IsDevicePathEnd(devpath)) { in devpath_strlcat()
/titanic_53/usr/src/boot/sys/boot/efi/include/
H A Defidevp.h59 #define IsDevicePathEnd(a) ( IsDevicePathEndType(a) && IsDevicePathEndSubType(a) ) macro
/titanic_53/usr/src/boot/sys/boot/efi/loader/
H A Dmain.c110 while (!IsDevicePathEnd(path)) { in has_keyboard()