freebsd-dev/sys/boot/efi/libefi
John Baldwin 79ad8397ea Output the device path description for EFI network devices.
Lookup the DEVICE_PATH for each EFI network device handle and output the
string description using printf with '%S'.  To honor the pager, the newline
at the end of each line is still output with pager_output().

Sponsored by:	Cisco Systems
2016-05-26 21:48:39 +00:00
..
delay.c
devpath.c Add some routines for working with EFI DEVICE_PATH objects. 2016-05-26 21:43:22 +00:00
efi_console.c It sure would be nice to use printf with wide strings. Implement %S to 2016-05-17 14:10:45 +00:00
efinet.c Output the device path description for EFI network devices. 2016-05-26 21:48:39 +00:00
efipart.c Fix several instances where the boot loader ignored pager_output 2016-05-18 05:59:05 +00:00
env.c Implement UEFI set environment variable, as well as exporting the EFI 2016-05-17 21:25:20 +00:00
errno.c
handles.c Add EFI ZFS boot support 2016-01-15 02:33:47 +00:00
libefi.c A new implementation of the loader block cache 2016-04-18 23:09:22 +00:00
Makefile Add some routines for working with EFI DEVICE_PATH objects. 2016-05-26 21:43:22 +00:00
Makefile.depend META_MODE: Remove DEP_MACHINE from Makefile.depend files. 2015-09-25 19:44:01 +00:00
time.c Make efi_time and EFI_GetTimeOfDay static, neither are used by other parts 2016-02-21 21:20:23 +00:00