summaryrefslogtreecommitdiff
path: root/stand/efi/libefi/devpath.c
AgeCommit message (Expand)Author
2025-11-16stand: Cut over to using the EDK2 filesWarner Losh
2025-11-16stand: Rename EFI_ERROR_CODE to DECODE_ERROR to avoid Edk2 ClashWarner Losh
2025-04-11loader/libefi: Fix trivial trailing whitespaceWarner Losh
2024-02-22libsa: Remove redundant sys/cdefs.hWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-13libefi: add efi_devpath_next_instance()Toomas Soome
2022-04-12stand: libefi: swap /Pci() printing aroundKyle Evans
2019-11-30loader.efi: efipart needs better support detecting nested partitionsToomas Soome
2019-11-07loader: implement fallback efi_devpath_to_name()Toomas Soome
2019-08-06loader.efi: replace HandleProtocol() with OpenProtocol()Toomas Soome
2019-06-04Introduce efi_devpath_same_diskWarner Losh
2019-05-06Abstract out efi_devpath_to_handle to search for a handle that matchesWarner Losh
2019-04-19Add wrapper functions to convert strings to EFI_DEVICE_PATHWarner Losh
2019-03-06Drop "All rights reserved" from my copyright statements.John Baldwin
2018-07-23Implement efi_devpath_lengthWarner Losh
2018-07-23Implement efi_devpath_match_nodeWarner Losh
2018-07-23Implement efi_devpath_to_media_pathWarner Losh
2017-11-14Move sys/boot to stand. Fix all references to new locationWarner Losh