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

/vbox/src/VBox/Storage/Debug/
H A DVDDbgIoLog.cpp525 VBOXDDU_DECL(int) VDDbgIoLogComplete(VDIOLOGGER hIoLogger, VDIOLOGENT hIoLogEntry, int rcReq, PCRTSGBUF pSgBuf) argument
529 PVDIOLOGENTINT pIoLogEntry = hIoLogEntry;
/vbox/src/VBox/Devices/Storage/
H A DDrvDiskIntegrity.cpp84 VDIOLOGENT hIoLogEntry; member in struct:DRVDISKAIOREQ
234 pIoReq->hIoLogEntry = NULL;
761 VDIOLOGENT hIoLogEntry; local
767 cbRead, NULL, &hIoLogEntry);
782 int rc2 = VDDbgIoLogComplete(pThis->hIoLogger, hIoLogEntry, rc, &SgBuf);
807 VDIOLOGENT hIoLogEntry; local
820 cbWrite, &SgBuf, &hIoLogEntry);
839 int rc2 = VDDbgIoLogComplete(pThis->hIoLogger, hIoLogEntry, rc, NULL);
875 cbRead, NULL, &pIoReq->hIoLogEntry);
896 int rc2 = VDDbgIoLogComplete(pThis->hIoLogger, pIoReq->hIoLogEntry, VINF_SUCCES
1012 VDIOLOGENT hIoLogEntry; local
1048 VDIOLOGENT hIoLogEntry; local
1133 VDIOLOGENT hIoLogEntry; local
[all...]

Completed in 47 milliseconds