]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Implement efi_devpath_to_media_path
authorWarner Losh <imp@FreeBSD.org>
Mon, 23 Jul 2018 20:36:25 +0000 (20:36 +0000)
committerWarner Losh <imp@FreeBSD.org>
Mon, 23 Jul 2018 20:36:25 +0000 (20:36 +0000)
commitee4e1d5807ebbf340aa466756cc1182b7421a0b0
tree4a4199a7762246907303605e1c938d719d6ede8b
parent03154ade2a4c1d9ce37f122e1cacaf29260841a1
Implement efi_devpath_to_media_path

Takes a generic device path as its input. Scans through it to find the
first media_path node in it and returns a pointer to it. If none is
found, NULL is returned.

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