efivars: rename efivar_get_uint_string() → efivar_get_uint64_str16()
authorLennart Poettering <lennart@poettering.net>
Tue, 2 Jul 2024 16:09:55 +0000 (18:09 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 2 Jul 2024 16:15:35 +0000 (18:15 +0200)
commit31e1edf570dcc8b4bce5adae57fc8965673271bf
tree8482dde7e67b4bb6a485f4cb905ef5ea3dca94a8
parent50e8b11e16731e92739875e13bc45a46a7667b4b
efivars: rename efivar_get_uint_string() → efivar_get_uint64_str16()

Be explicit with the type, and more inline with our other code, that
likes to indicate the string char width in the name.

Also, switch to a fixed size type, since EFI variables should really be
binary exact the same on all archs.
src/boot/efi/boot.c
src/boot/efi/efivars.c
src/boot/efi/efivars.h
src/boot/efi/stub.c