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

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR0IdcClient-win.c47 * @param uReq The request.
50 static int supR0IdcNtCallInternal(PDEVICE_OBJECT pDeviceObject, PFILE_OBJECT pFileObject, uint32_t uReq, PSUPDRVIDCREQHDR pReq) argument
62 pIrp = IoBuildDeviceIoControlRequest(uReq, /* IoControlCode */
152 int VBOXCALL supR0IdcNativeCall(PSUPDRVIDCHANDLE pHandle, uint32_t uReq, PSUPDRVIDCREQHDR pReq) argument
154 return supR0IdcNtCallInternal(pHandle->s.pDeviceObject, pHandle->s.pFileObject, uReq, pReq);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvIDC.h262 * @param uReq The request number.
267 typedef DECLCALLBACK(int) FNSUPDRVIDCENTRY(PSUPDRVSESSION pSession, uint32_t uReq, void *pvReq, uint32_t cbReq);
H A DSUPDrv.cpp2414 * @param uReq The request (function) code.
2419 int VBOXCALL supdrvIDC(uintptr_t uReq, PSUPDRVDEVEXT pDevExt, PSUPDRVSESSION pSession, PSUPDRVIDCREQHDR pReqHdr) argument
2445 switch (uReq)
2550 Log(("Unknown IDC %#lx\n", (long)uReq));
/vbox/src/VBox/HostDrivers/Support/freebsd/
H A DSUPDrv-freebsd.c472 int VBOXCALL SUPDrvFreeBSDIDC(uint32_t uReq, PSUPDRVIDCREQHDR pReq) argument
490 else if (RT_UNLIKELY(uReq != SUPDRV_IDC_REQ_CONNECT))
496 return supdrvIDC(uReq, &g_VBoxDrvFreeBSDDevExt, pSession, pReq);
/vbox/src/VBox/HostDrivers/Support/linux/
H A DSUPDrv-linux.c789 int VBOXCALL SUPDrvLinuxIDC(uint32_t uReq, PSUPDRVIDCREQHDR pReq) argument
807 else if (RT_UNLIKELY(uReq != SUPDRV_IDC_REQ_CONNECT))
813 return supdrvIDC(uReq, &g_DevExt, pSession, pReq);
/vbox/src/VBox/HostDrivers/Support/solaris/
H A DSUPDrv-solaris.c857 int VBOXCALL SUPDrvSolarisIDC(uint32_t uReq, PSUPDRVIDCREQHDR pReq)
875 else if (RT_UNLIKELY(uReq != SUPDRV_IDC_REQ_CONNECT))
881 return supdrvIDC(uReq, &g_DevExt, pSession, pReq);
/vbox/src/VBox/HostDrivers/Support/darwin/
H A DSUPDrv-darwin.cpp791 DECLEXPORT(int) VBOXCALL SUPDrvDarwinIDC(uint32_t uReq, PSUPDRVIDCREQHDR pReq) argument
809 else if (RT_UNLIKELY(uReq != SUPDRV_IDC_REQ_CONNECT))
815 return supdrvIDC(uReq, &g_DevExt, pSession, pReq);

Completed in 142 milliseconds