audk/OvmfPkg/QemuVideoDxe
Rebecca Cran 8ba392687b OvmfPkg: Update code to be more C11 compliant by using __func__
__FUNCTION__ is a pre-standard extension that gcc and Visual C++ among
others support, while __func__ was standardized in C99.

Since it's more standard, replace __FUNCTION__ with __func__ throughout
OvmfPkg.

Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Reviewed-by: Sunil V L <sunilvl@ventanamicro.com>
2023-04-10 14:19:57 +00:00
..
ComponentName.c OvmfPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
Driver.c OvmfPkg/QemuVideoDxe: fix bochs mode init 2022-09-07 09:36:16 +00:00
Gop.c OvmfPkg: Update code to be more C11 compliant by using __func__ 2023-04-10 14:19:57 +00:00
Initialize.c OvmfPkg: Update code to be more C11 compliant by using __func__ 2023-04-10 14:19:57 +00:00
Qemu.h OvmfPkg/QemuVideoDxe: parse edid blob, detect display resolution 2022-01-29 17:04:21 +00:00
QemuVideoDxe.inf OvmfPkg/QemuVideoDxe: parse edid blob, detect display resolution 2022-01-29 17:04:21 +00:00
VbeShim.asm OvmfPkg/Qemu: Fix various typos 2020-02-10 22:30:07 +00:00
VbeShim.c OvmfPkg: Update code to be more C11 compliant by using __func__ 2023-04-10 14:19:57 +00:00
VbeShim.h OvmfPkg: Revert Uncrustify formatting in VbeShim.h files 2022-04-04 15:18:31 +00:00
VbeShim.sh OvmfPkg/QemuVideoDxe/VbeShim.sh: remove end-of-options delimiter for nasm 2023-01-04 09:45:06 +00:00