NetBSD/sys/stand/efiboot
mrg f8570f8a97 fix simple mis-matched function prototype and definitions.
most of these are like, eg

   void foo(int[2]);

with either of these

   void foo(int*) { ... }
   void foo(int[]) { ... }

in some cases (such as stat or utimes* calls found in our header files),
we now match standard definition from opengroup.

found by GCC 12.
2023-08-01 07:04:14 +00:00
..
bootaa64 Align output of "version" command. 2022-08-14 11:26:41 +00:00
bootarm
bootriscv64
Makefile.efiboot Add missing include paths for libz. Not used at the moment although. 2023-06-15 03:20:58 +00:00
boot.c Add missing member for terminating sentinel. 2023-06-14 00:42:21 +00:00
bootmenu.c Remove now unused bootdefault() function. 2022-06-08 21:55:51 +00:00
bootmenu.h Remove now unused bootdefault() function. 2022-06-08 21:55:51 +00:00
conf.c Use physical sector size as unit for disk addresses. 2022-04-24 06:49:38 +00:00
console.c
dev_net.c
devopen.c
devopen.h
efiacpi.c Align output of "version" command. 2022-08-14 11:26:41 +00:00
efiacpi.h
efiblock.c Avoid void * pointer arithmetic; cast to UINT8 * explicitly. 2023-06-14 00:52:25 +00:00
efiblock.h Use physical sector size as unit for disk addresses. 2022-04-24 06:49:38 +00:00
efiboot.c
efiboot.h Align output of "version" command. 2022-08-14 11:26:41 +00:00
efiboot_machdep.h fix simple mis-matched function prototype and definitions. 2023-08-01 07:04:14 +00:00
efichar.c
efidev.c
efifdt.c Align output of "version" command. 2022-08-14 11:26:41 +00:00
efifdt.h
efifile.c
efifile.h
efigetsecs.c
efigop.c Align output of "version" command. 2022-08-14 11:26:41 +00:00
efinet.c
efinet.h
efipxe.c MI and x86 efiboot: Fix device path type for PXE boot device. 2023-07-24 08:30:42 +00:00
efirng.c Align output of "version" command. 2022-08-14 11:26:41 +00:00
efirng.h
efiwatchdog.c
exec.c Use %zd instead of %ld for ssize_t. 2023-06-14 10:26:45 +00:00
module.c efiboot: Handle 9.99.100 by taking four, not two, digits. 2022-09-21 14:30:01 +00:00
module.h
overlay.c
overlay.h
panic.c
prompt.c
smbios.c
smbios.h
userconf.c
version