Searched defs:CloseReq (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Devices/USB/solaris/ |
H A D | USBProxyDevice-solaris.cpp | 411 VBOXUSBREQ_CLOSE_DEVICE CloseReq; local 412 CloseReq.ResetLevel = VBOXUSB_RESET_LEVEL_CLOSE; 413 usbProxySolarisIOCtl(pDevSol, VBOXUSB_IOCTL_CLOSE_DEVICE, &CloseReq, sizeof(CloseReq)); 461 VBOXUSBREQ_CLOSE_DEVICE CloseReq; local 462 CloseReq.ResetLevel = VBOXUSB_RESET_LEVEL_SOFT; 463 int rc = usbProxySolarisIOCtl(pDevSol, VBOXUSB_IOCTL_CLOSE_DEVICE, &CloseReq, sizeof(CloseReq));
|
/vbox/src/VBox/Devices/Network/ |
H A D | DrvIntNet.cpp | 1238 INTNETIFCLOSEREQ CloseReq; local 1239 CloseReq.Hdr.u32Magic = SUPVMMR0REQHDR_MAGIC; 1240 CloseReq.Hdr.cbReq = sizeof(CloseReq); 1241 CloseReq.pSession = NIL_RTR0PTR; 1242 CloseReq.hIf = pThis->hIf; 1244 int rc = PDMDrvHlpSUPCallVMMR0Ex(pDrvIns, VMMR0_DO_INTNET_IF_CLOSE, &CloseReq, sizeof(CloseReq));
|
/vbox/src/VBox/NetworkServices/NetLib/ |
H A D | VBoxNetBaseService.cpp | 178 INTNETIFCLOSEREQ CloseReq; local 179 CloseReq.Hdr.u32Magic = SUPVMMR0REQHDR_MAGIC; 180 CloseReq.Hdr.cbReq = sizeof(CloseReq); 181 CloseReq.pSession = m->m_pSession; 182 CloseReq.hIf = m->m_hIf; 184 int rc = SUPR3CallVMMR0Ex(NIL_RTR0PTR, NIL_VMCPUID, VMMR0_DO_INTNET_IF_CLOSE, 0, &CloseReq.Hdr);
|
Completed in 1599 milliseconds