Searched refs:u32Session (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DSysHlp.cpp177 return pDriver->u32Session != UINT32_MAX && pDriver->u32Session != 0;
211 && VALID_PTR(g_VBoxGuestIDC.u32Session)
214 pDriver->u32Session = g_VBoxGuestIDC.u32Session;
217 pDriver->u32Session = UINT32_MAX;
321 if ( pDriver->u32Session
322 && pDriver->u32Session == g_VBoxGuestIDC.u32Session)
323 return g_VBoxGuestIDC.pfnServiceEP(pDriver->u32Session, u32Functio
[all...]
H A DSysHlp.h68 uint32_t u32Session; /**< just for sanity checking. */
/vbox/src/VBox/Additions/os2/VBoxSF/
H A DVBoxSFInit.cpp73 Log(("VBoxSFR0Init: g_fpfnDevHlp=%lx u32Version=%RX32 u32Session=%RX32 pfnServiceEP=%p g_u32Info=%u (%#x)\n",
74 g_fpfnDevHlp, g_VBoxGuestIDC.u32Version, g_VBoxGuestIDC.u32Session, g_VBoxGuestIDC.pfnServiceEP, g_u32Info, g_u32Info));
80 && VALID_PTR(g_VBoxGuestIDC.u32Session)
/vbox/include/VBox/
H A DVBoxGuest16.h37 unsigned long u32Session; member in struct:VBGOS2IDC
39 short (__cdecl __far *fpfnServiceEP)(unsigned long u32Session, unsigned short iFunction,
H A DVBoxGuest.h473 uint32_t u32Session; member in struct:VBOXGUESTOS2IDCCONNECT
479 * @param u32Session The above session handle.
489 DECLCALLBACKMEMBER(int, pfnServiceEP)(uint32_t u32Session, unsigned iFunction, void *pvData, size_t cbData, size_t *pcbDataReturned);
498 * VBoxGuestOs2IDCService16(uint32_t u32Session, uint16_t iFunction,
511 * @param u32Session eax - The above session handle.
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-os2.cpp474 * @param u32Session The session handle (PVBOXGUESTSESSION).
486 DECLASM(int) VBoxGuestOS2IDCService(uint32_t u32Session, unsigned iFunction, void *pvData, size_t cbData, size_t *pcbDataReturned) argument
488 PVBOXGUESTSESSION pSession = (PVBOXGUESTSESSION)u32Session;
H A DVBoxGuestA-os2.asm822 ; (eax == u32Session)
829 mov dword [ebx + VBGOS2IDC.u32Session ], eax
867 ; @param u32Session bp + 8h - The above session handle.
877 ; @cproto long far __cdecl VBoxGuestOs2IDCService16(uint32_t u32Session, uint16_t iFunction, void far *fpvData, uint16_t cbData, uint16_t far *pcbDataReturned);
919 push ecx ; esp + 00h: u32Session
981 ; @param u32Session eax - The above session handle.
1005 mov [bp - 18h], eax ; bp - 18h (dd): u32Session

Completed in 102 milliseconds