HomeFreeBSD

loader.efi: efi_devpath_is_prefix should return bool

Description

loader.efi: efi_devpath_is_prefix should return bool

efi_devpath_is_prefix() is currently returning values 0 or 1, which means
it really should return bool.

Additionally, use unsigned len, because we only get unsigned values from
DevicePathNodeLength().

Details

Provenance
tsoomeAuthored on
Parents
rS325640: Remove deprecated OVERRIDE_LINUX_BASE_PORT. It can be set via
Branches
Unknown
Tags
Unknown