Searched refs:pfnInit (Results 1 - 25 of 31) sorted by relevance

12

/vbox/src/VBox/Runtime/include/internal/
H A Dfilesystem.h76 DECLCALLBACKMEMBER(int, pfnInit) (void *pvThis, RTVFSFILE hVfsFile);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dscreenint.h57 extern _X_EXPORT int AddScreen(Bool (* /*pfnInit */ )(
66 extern _X_EXPORT int AddGPUScreen(Bool (*pfnInit) (ScreenPtr /*pScreen */ ,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dscreenint.h57 extern _X_EXPORT int AddScreen(Bool (* /*pfnInit */ )(
66 extern _X_EXPORT int AddGPUScreen(Bool (*pfnInit) (ScreenPtr /*pScreen */ ,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dscreenint.h57 extern _X_EXPORT int AddScreen(Bool (* /*pfnInit */ )(
66 extern _X_EXPORT int AddGPUScreen(Bool (*pfnInit) (ScreenPtr /*pScreen */ ,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dscreenint.h57 extern _X_EXPORT int AddScreen(Bool (* /*pfnInit */ )(
66 extern _X_EXPORT int AddGPUScreen(Bool (*pfnInit) (ScreenPtr /*pScreen */ ,
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dscreenint.h57 extern _X_EXPORT int AddScreen(Bool (* /*pfnInit */ )(
66 extern _X_EXPORT int AddGPUScreen(Bool (*pfnInit) (ScreenPtr /*pScreen */ ,
/vbox/src/VBox/Devices/Misc/
H A DVirtualKD.cpp184 PFNCreateVBoxKDClientEx pfnInit; local
185 rc = RTLdrGetSymbol(pThis->hLib, "CreateVBoxKDClientEx", (void **)&pfnInit);
195 pThis->pKDClient = pfnInit(IKDClient_InterfaceVersion);
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxTray.h92 int (* pfnInit) (const VBOXSERVICEENV *pEnv, void **ppInstance, bool *pfStartThread); member in struct:_VBOXSERVICEINFO
/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecServiceInternal.h110 DECLR3CALLBACKMEMBER(int, pfnInit,(void));
/vbox/include/iprt/crypto/
H A Dpkix.h123 DECLCALLBACKMEMBER(int, pfnInit)(struct RTCRPKIXSIGNATUREDESC const *pDesc, void *pvState, void *pvOpaque, bool fSigning,
256 DECLCALLBACKMEMBER(int, pfnInit)(struct RTCRPKIXENCRYPTIONDESC const *pDesc, void *pvState, void *pvOpaque, bool fEncrypt,
270 * @param enmOperation Same as for the earlier pfnInit call.
283 * @param enmOperation Same as for the earlier pfnInit call.
H A Ddigest.h90 DECLCALLBACKMEMBER(int, pfnInit)(void *pvState, void *pvOpaque, bool fReInit);
/vbox/src/VBox/Devices/USB/
H A DUSBProxyDevice.h61 DECLR3CALLBACKMEMBER(int, pfnInit, (PUSBPROXYDEV pProxyDev));
230 /** Whether we've called pfnInit or not.
H A DUSBProxyDevice.cpp1070 if (pThis->pOps->pfnInit)
1072 rc = pThis->pOps->pfnInit(pThis);
/vbox/src/VBox/Runtime/common/crypto/
H A Ddigest-core.cpp99 if (pDesc->pfnInit)
100 rc = pDesc->pfnInit(pThis->abState, pvOpaque, false /*fReInit*/);
161 if (pThis->pDesc->pfnInit)
163 rc = pThis->pDesc->pfnInit(pThis->abState, NULL, true /*fReInit*/);
H A Dpkix-signature-core.cpp117 if (pDesc->pfnInit)
118 rc = pDesc->pfnInit(pDesc, pThis->abState, pvOpaque, fSigning, pKey, pParams);
/vbox/src/VBox/Runtime/common/filesystem/
H A Dfilesystem.cpp107 rc = pFsDesc->pfnInit(pvThis, hVfsFile);
/vbox/src/VBox/ValidationKit/utils/misc/
H A Dloadgenerator.cpp159 int (*pfnInit)(void);
342 if (s_aLoadTypes[iLoadType].pfnInit)
344 rc = s_aLoadTypes[iLoadType].pfnInit();
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceInternal.h69 DECLCALLBACKMEMBER(int, pfnInit)(void);
88 * @remarks This may be called even if pfnInit hasn't been called!
/vbox/include/VBox/vmm/
H A Dpdmaudioifs.h552 pThis->IHostAudio.pfnInit = _aDrvName##Init; \
572 DECLR3CALLBACKMEMBER(int, pfnInit, (PPDMIHOSTAUDIO pInterface));
/vbox/src/VBox/Frontends/VBoxBalloonCtrl/
H A DVBoxWatchdogInternal.h155 DECLCALLBACKMEMBER(int, pfnInit)(void);
171 * @remarks This may be called even if pfnInit hasn't been called!
/vbox/include/VBox/
H A Drawpci.h365 DECLR0CALLBACKMEMBER(int, pfnInit,(PRAWPCIDEVPORT pPort,
/vbox/src/VBox/HostDrivers/VBoxPci/
H A DVBoxPci.c176 * @copydoc RAWPCIDEVPORT:: pfnInit
470 pNew->DevPort.pfnInit = vboxPciDevInit;
491 rc = pNew->DevPort.pfnInit(&pNew->DevPort, fFlags);
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFOS.cpp215 AssertPtrReturn(pReg->pfnInit, VERR_INVALID_POINTER);
360 rc = pNewOS->pReg->pfnInit(pUVM, pNewOS->abData);
H A DVMEmt.cpp976 DECLR3CALLBACKMEMBER(int, pfnInit,(PUVM pUVM));
1219 Assert(!g_aHaltMethods[0].pfnTerm && !g_aHaltMethods[0].pfnInit);
1226 if (g_aHaltMethods[i].pfnInit)
1228 rc = g_aHaltMethods[i].pfnInit(pUVM);
/vbox/src/VBox/Devices/Bus/
H A DSrvPciRawR0.cpp308 * @copydoc RAWPCIDEVPORT:: pfnInit
487 pNew->DevPort.pfnInit = dummyPciDevInit;
549 pDevPort->pfnInit(pDevPort, fFlags);

Completed in 111 milliseconds

12