]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Implement efidp_size
authorWarner Losh <imp@FreeBSD.org>
Thu, 7 Sep 2017 07:30:14 +0000 (07:30 +0000)
committerWarner Losh <imp@FreeBSD.org>
Thu, 7 Sep 2017 07:30:14 +0000 (07:30 +0000)
commit1028a2d4b3c644dde39f8f091c24438c15f0cdfa
tree8777eee2bc03ab600b5d57830107dba37090aad0
parent1d211840752b1f4ed07c11c6c4726c6dd3096ee3
Implement efidp_size

efidp_size will return the size, in bytes, of a EFI device path
structure. This is a convenience wrapper in the same style as the
other linux routines. It's implemented by GetDevicePathSize from EDK2
we already needed for other things.

Sponsored by: Netflix
lib/libefivar/efivar-dp-format.c
lib/libefivar/efivar-dp.h