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

/vbox/src/VBox/Storage/
H A DVD.cpp666 static int vdDiskUnlock(PVBOXHDD pDisk, PVDIOCTX pIoCtxRc);
1716 * @returns VBox status code, only valid if pIoCtxRc is not NULL, treat as void
1719 * @param pIoCtxRc An I/O context handle which waits on the list. When processed
1723 static int vdDiskProcessWaitingIoCtx(PVBOXHDD pDisk, PVDIOCTX pIoCtxRc) argument
1727 LogFlowFunc(("pDisk=%#p pIoCtxRc=%#p\n", pDisk, pIoCtxRc));
1757 * with it set and the context is not given in pIoCtxRc.
1765 && pTmp != pIoCtxRc)
1769 if (pTmp == pIoCtxRc)
4431 static int vdDiskUnlock(PVBOXHDD pDisk, PVDIOCTX pIoCtxRc) argument
[all...]

Completed in 93 milliseconds