]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Implement efi_devpath_length
authorimp <imp@FreeBSD.org>
Mon, 23 Jul 2018 20:36:50 +0000 (20:36 +0000)
committerimp <imp@FreeBSD.org>
Mon, 23 Jul 2018 20:36:50 +0000 (20:36 +0000)
commit3d3bfe70b671a0d9dbcbca754e71febfe42ae68d
tree7c24f2462fb1c683c536efcdc3f47cdee687ed84
parent16aeab99fb30d70990236a9dc019186cfac88112
Implement efi_devpath_length

Return the total length, in bytes, of the device path (including the
terminating node at the end).

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