Home
last modified time | relevance | path

Searched refs:VOID (Results 1 – 13 of 13) sorted by relevance

/openbmc/qemu/tests/uefi-test-tools/UefiTestToolsPkg/BiosTablesTest/
H A DBiosTablesTest.c28 VOID
30 VOID in WaitForExitKeyPress() argument
55 VOID *Pages; in BiosTablesTestMain()
57 CONST VOID *Rsdp10; in BiosTablesTestMain()
58 CONST VOID *Rsdp20; in BiosTablesTestMain()
59 CONST VOID *Smbios21; in BiosTablesTestMain()
60 CONST VOID *Smbios30; in BiosTablesTestMain()
/openbmc/qemu/target/i386/whpx/
H A Dwhpx-internal.h55 …X(HRESULT, WHvGetCapability, (WHV_CAPABILITY_CODE CapabilityCode, VOID* CapabilityBuffer, UINT32 C…
59 …WHV_PARTITION_HANDLE Partition, WHV_PARTITION_PROPERTY_CODE PropertyCode, VOID* PropertyBuffer, UI…
60 …RTITION_HANDLE Partition, WHV_PARTITION_PROPERTY_CODE PropertyCode, const VOID* PropertyBuffer, UI…
61 …X(HRESULT, WHvMapGpaRange, (WHV_PARTITION_HANDLE Partition, VOID* SourceAddress, WHV_GUEST_PHYSICA…
66 …X(HRESULT, WHvRunVirtualProcessor, (WHV_PARTITION_HANDLE Partition, UINT32 VpIndex, VOID* ExitCont…
89 …X(HRESULT, WHvEmulatorTryIoEmulation, (WHV_EMULATOR_HANDLE Emulator, VOID* Context, const WHV_VP_E…
90 …X(HRESULT, WHvEmulatorTryMmioEmulation, (WHV_EMULATOR_HANDLE Emulator, VOID* Context, const WHV_VP…
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-bison.patch62 names: /* VOID */ {
71 cmdlist: /* VOID */ {
129 -options: /* VOID */ = {
130 +options: /* VOID */ {
139 -opt_namelist: /* VOID */ = {
140 +opt_namelist: /* VOID */ {
/openbmc/linux/arch/mips/include/asm/fw/arc/
H A Dtypes.h22 typedef void VOID; typedef
47 typedef void VOID; typedef
58 typedef VOID *_PVOID;
69 typedef VOID *PVOID;
/openbmc/linux/arch/mips/fw/arc/
H A Dmisc.c23 VOID __noreturn
24 ArcEnterInteractiveMode(VOID) in ArcEnterInteractiveMode() argument
H A Dfile.c16 ArcRead(ULONG FileID, VOID *Buffer, ULONG N, ULONG *Count) in ArcRead()
/openbmc/linux/arch/mips/include/asm/
H A Dsgialib.h58 extern VOID ArcEnterInteractiveMode(VOID) __noreturn;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ckermit/ckermit/
H A D0001-Fix-function-prototype-errors.patch67 @@ -39,8 +39,8 @@ _PROTOTYP( static VOID concld, (void) );
/openbmc/linux/drivers/media/radio/
H A Dradio-gemtek.c132 #define BU2614_VOID_MASK MKMASK(VOID)
/openbmc/ipmitool/src/plugins/imb/
H A Dimbapi.h119 typedef void VOID; typedef
/openbmc/linux/arch/parisc/math-emu/
H A Dfloat.h400 typedef int VOID;
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DAMDPLPA16 …ERMS ARE CONSTRUED AS UNENFORCEABLE, FAIL IN ESSENTIAL PURPOSE, OR BECOME VOID OR DETRIMENTAL TO A…
/openbmc/qemu/qga/
H A Dmain.c146 VOID WINAPI service_main(DWORD argc, TCHAR *argv[]);
810 VOID WINAPI service_main(DWORD argc, TCHAR *argv[]) in service_main()