Page MenuHomeFreeBSD

efibootmgr: Use returned error code for error message, not errno
ClosedPublic

Authored by freqlabs on Oct 19 2020, 5:25 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 12, 3:43 AM
Unknown Object (File)
Wed, Mar 11, 1:06 PM
Unknown Object (File)
Wed, Mar 11, 10:24 AM
Unknown Object (File)
Sun, Mar 1, 5:24 PM
Unknown Object (File)
Sat, Feb 28, 10:37 AM
Unknown Object (File)
Mon, Feb 23, 1:54 AM
Unknown Object (File)
Jan 13 2026, 1:22 AM
Unknown Object (File)
Jan 5 2026, 10:36 PM
Subscribers
None

Details

Summary

efivar_unix_path_to_device_path returns the error code, it does not set errno.

Test Plan

Before:

โžœ  ~ sudo efibootmgr -a -c -l /mnt/EFI/freebsd/loader.efi -L nvme0-FreeBSD
efibootmgr: Cannot translate unix loader path '\mnt\EFI\freebsd\loader.efi' to UEFI: No error: 0

After:

โžœ  ~ sudo efibootmgr -a -c -l /mnt/EFI/freebsd/loader.efi -L nvme0-FreeBSD
efibootmgr: Cannot translate unix loader path '\mnt\EFI\freebsd\loader.efi' to UEFI: No such file or directory

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable