Searched defs:SUPR0DECL (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/
H A DSUPR0IdcClient.c55 SUPR0DECL(int) SUPR0IdcOpen(PSUPDRVIDCHANDLE pHandle, uint32_t uReqVersion, uint32_t uMinVersion,
146 SUPR0DECL(int) SUPR0IdcClose(PSUPDRVIDCHANDLE pHandle)
185 SUPR0DECL(PSUPDRVSESSION) SUPR0IdcGetSession(PSUPDRVIDCHANDLE pHandle) function
/vbox/include/VBox/
H A Dcdefs.h227 /** @def SUPR0DECL(type)
233 # define SUPR0DECL(type) DECLHIDDEN(type) VBOXCALL macro
235 # define SUPR0DECL(type) DECLEXPORT(type) VBOXCALL macro
239 # define SUPR0DECL(type) DECLHIDDEN(type) VBOXCALL macro
241 # define SUPR0DECL(type) DECLIMPORT(type) VBOXCALL macro
263 /** @def SUPR0DECL(type)
/vbox/src/VBox/HostDrivers/Support/freebsd/
H A DSUPDrv-freebsd.c613 SUPR0DECL(int) SUPR0Printf(const char *pszFormat, ...)
632 SUPR0DECL(uint32_t) SUPR0GetKernelFeatures(void) function
/vbox/src/VBox/HostDrivers/Support/linux/
H A DSUPDrv-linux.c1112 SUPR0DECL(uint32_t) SUPR0GetKernelFeatures(void) function

Completed in 46 milliseconds