Searched defs:iAIOIf (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Storage/
H A DDevATA.cpp386 uint8_t iAIOIf; member in struct:ATACONTROLLER
890 Req.u.t.iIf = pCtl->iAIOIf;
4577 ATACONTROLLER_IDX(pCtl), pCtl->iSelectedIf, pCtl->iAIOIf,
4671 s = &pCtl->aIfs[pCtl->iAIOIf];
4859 ATADevState *s = &pCtl->aIfs[pCtl->iAIOIf];
5146 pCtl->iAIOIf = pReq->u.t.iIf;
5147 s = &pCtl->aIfs[pCtl->iAIOIf];
5290 s = &pCtl->aIfs[pCtl->iAIOIf]; /* Do not remove or there's an instant crash after loading the saved state */
5344 s = &pCtl->aIfs[pCtl->iAIOIf]; /* Do not remove or there's an instant crash after loading the saved state */
5483 Log(("%s: Ctl#%d: LUN#%d finished I/O transaction in %d microseconds\n", __FUNCTION__, ATACONTROLLER_IDX(pCtl), pCtl->aIfs[pCtl->iAIOIf]
[all...]

Completed in 91 milliseconds