Searched refs:pDeviceOps (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/solaris/Virtio/
H A DVirtio-solaris.c46 * @param pDeviceOps Pointer to device ops structure.
51 int VirtioAttach(dev_info_t *pDip, ddi_attach_cmd_t enmCmd, PVIRTIODEVICEOPS pDeviceOps, PVIRTIOHYPEROPS pHyperOps) argument
53 LogFlowFunc((VIRTIOLOGNAME ":VirtioAttach: pDip=%p enmCmd=%d pDeviceOps=%p pHyperOps=%p\n", pDip, enmCmd, pDeviceOps, pHyperOps));
56 AssertReturn(pDeviceOps, DDI_EINVAL);
70 pDevice->pDeviceOps = pDeviceOps;
73 pDevice->pvDevice = pDevice->pDeviceOps->pfnAlloc(pDevice);
91 rc = pDevice->pDeviceOps->pfnAttach(pDevice);
110 pDevice->pDeviceOps
[all...]
H A DVirtio-solaris.h171 PVIRTIODEVICEOPS pDeviceOps; /* Device hooks. */ member in struct:VirtioDevice
181 int VirtioAttach(dev_info_t *pDip, ddi_attach_cmd_t enmCmd, PVIRTIODEVICEOPS pDeviceOps, PVIRTIOHYPEROPS pHyperOps);

Completed in 42 milliseconds