]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Implement efi_devpath_match_node
authorimp <imp@FreeBSD.org>
Mon, 23 Jul 2018 20:36:45 +0000 (20:36 +0000)
committerimp <imp@FreeBSD.org>
Mon, 23 Jul 2018 20:36:45 +0000 (20:36 +0000)
commit16aeab99fb30d70990236a9dc019186cfac88112
tree0e220d23400b5becf81734cb8e10466ca56bae03
parentdcd30763d3e3c1f60650166f01afbb906e587ca9
Implement efi_devpath_match_node

Returns true if the first node pointed to by devpath1 is identical to
the first node pointed to by devpath2, with care taken to not read
past the end of the valid parts of either devpath1 or
devpath2. Otherwise, returns false.

Sponsored by: Netflix
stand/efi/include/efilib.h
stand/efi/libefi/devpath.c