Searched refs:DECLIMPORT (Results 1 - 25 of 26) sorted by relevance

12

/vbox/src/VBox/Devices/build/
H A DVBoxDD2.h37 extern DECLIMPORT(const unsigned char) g_abPcBiosBinary[];
38 extern DECLIMPORT(const unsigned) g_cbPcBiosBinary;
39 extern DECLIMPORT(const unsigned char) g_abVgaBiosBinary[];
40 extern DECLIMPORT(const unsigned) g_cbVgaBiosBinary;
42 extern DECLIMPORT(const unsigned char) g_abNetBiosBinary[];
43 extern DECLIMPORT(const unsigned) g_cbNetBiosBinary;
/vbox/include/VBox/
H A Dcdefs.h98 # define DISDECL(type) DECLIMPORT(type) VBOXCALL
116 # define DBGDECL(type) DECLIMPORT(type) VBOXCALL
132 # define INTNETR3DECL(type) DECLIMPORT(type) VBOXCALL
146 # define INTNETR0DECL(type) DECLIMPORT(type) VBOXCALL
162 # define PCIRAWR3DECL(type) DECLIMPORT(type) VBOXCALL
176 # define PCIRAWR0DECL(type) DECLIMPORT(type) VBOXCALL
192 # define REMR3DECL(type) DECLIMPORT(type) VBOXCALL
215 # define SUPR3DECL(type) DECLIMPORT(type) VBOXCALL
241 # define SUPR0DECL(type) DECLIMPORT(type) VBOXCALL
256 # define SUPRCDECL(type) DECLIMPORT(typ
[all...]
H A DVBoxCrHgsmi.h34 # define VBOXCRHGSMI_DECL(a_Type) DECLIMPORT(a_Type) RTCALL
H A DVBoxDrvCfg-win.h40 # define VBOXDRVCFG_DECL(a_Type) DECLIMPORT(a_Type)
H A DVBoxNetCfg-win.h47 # define VBOXNETCFGWIN_DECL(a_Type) DECLIMPORT(a_Type)
H A Dsup.h461 extern DECLIMPORT(PSUPGLOBALINFOPAGE) g_pSUPGlobalInfoPage;
481 extern DECLIMPORT(SUPGLOBALINFOPAGE) g_SUPGlobalInfoPage;
/vbox/src/VBox/Frontends/VirtualBox/src/platform/os2/
H A DVBoxHlp.h25 # define VBOXHLPDECL(type) DECLIMPORT(type) RTCALL
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_compiler.h31 #define DLLDATA(type) DECLIMPORT(type)
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispD3DCmn.h53 # define VBOXWDDMDISP_DECL(_type) DECLIMPORT(_type)
H A DVBoxDispMpLogger.h33 # define VBOXDISPMPLOGGER_DECL(a_Type) DECLIMPORT(a_Type) RTCALL
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-cocoa.h34 # define VMSVGA3D_DECL(type) DECLIMPORT(type)
/vbox/src/VBox/Runtime/common/log/
H A Dlogrel.cpp65 extern "C" DECLIMPORT(RTLOGGERRC) g_RelLogger;
H A Dlog.cpp254 extern "C" DECLIMPORT(RTLOGGERRC) g_Logger;
256 extern "C" DECLWEAK(DECLIMPORT(RTLOGGERRC)) g_Logger;
/vbox/src/VBox/Runtime/testcase/
H A DtstLdrObj.cpp53 extern "C" DECLIMPORT(int) SomeImportFunction(void);
H A DtstLdrObjR0.cpp53 extern "C" DECLIMPORT(int) SomeImportFunction(void);
H A DtstLdrDisasmTest.cpp42 extern "C" DECLIMPORT(int) MyPrintf(const char *pszFormat, ...);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvIDC.h230 extern DECLIMPORT(int) VBOXCALL SUPDrvDarwinIDC(uint32_t iReq, PSUPDRVIDCREQHDR pReq);
/vbox/src/VBox/HostDrivers/VBoxUSB/win/cmn/
H A DVBoxUsbTool.h35 # define VBOXUSBTOOL_DECL(a_Type) DECLIMPORT(a_Type)
H A DVBoxDrvTool.h63 # define VBOXDRVTOOL_DECL(a_Type) DECLIMPORT(a_Type)
/vbox/src/VBox/VMM/VMMRC/
H A DVMMRC.cpp40 extern "C" DECLIMPORT(RTLOGGERRC) g_Logger;
41 extern "C" DECLIMPORT(RTLOGGERRC) g_RelLogger;
/vbox/include/VBox/vmm/
H A Dgvmm.h55 # define GVMMR0DECL(type) DECLIMPORT(type) VBOXCALL
H A Dgmm.h57 # define GMMR0DECL(type) DECLIMPORT(type) VBOXCALL
74 # define GMMR3DECL(type) DECLIMPORT(type) VBOXCALL
H A Dvm.h1187 extern DECLIMPORT(VM) g_VM;
/vbox/include/iprt/
H A Dcdefs.h950 /** @def DECLIMPORT
955 # define DECLIMPORT(type) __declspec(dllimport) type macro
957 # define DECLIMPORT(type) type macro
1191 # define RTR0DECL(type) DECLIMPORT(type) RTCALL
1209 # define RTR3DECL(type) DECLIMPORT(type) RTCALL
1227 # define RTRCDECL(type) DECLIMPORT(type) RTCALL
1242 # define RTDECL(type) DECLIMPORT(type) RTCALL
1267 # define RTDATADECL(type) DECLIMPORT(type)
1268 # define RT_DECL_DATA_CONST(type) DECLIMPORT(type)
/vbox/include/iprt/nt/
H A Dnt.h2241 extern DECLIMPORT(POBJECT_TYPE *) LpcPortObjectType; /**< In vista+ this is the ALPC port object type. */
2242 extern DECLIMPORT(POBJECT_TYPE *) LpcWaitablePortObjectType; /**< In vista+ this is the ALPC port object type. */

Completed in 1412 milliseconds

12