Lines Matching defs:hIoLogger
1421 VDIOLOGGER hIoLogger;
1423 rc = VDDbgIoLogOpen(&hIoLogger, pcszIoLog);
1431 fIoLogFlags = VDDbgIoLogGetFlags(hIoLogger);
1434 rc = VDDbgIoLogEventTypeGetNext(hIoLogger, &enmEvent);
1445 rc = VDDbgIoLogReqTypeGetNext(hIoLogger, &enmReq);
1453 rc = VDDbgIoLogEventGetStart(hIoLogger, &idEvent, &fAsync,
1474 rc = VDDbgIoLogEventGetStart(hIoLogger, &idEvent, &fAsync,
1482 rc = VDDbgIoLogEventGetStart(hIoLogger, &idEvent, &fAsync,
1498 rc = VDDbgIoLogEventGetStart(hIoLogger, &idEvent, &fAsync,
1512 rc = VDDbgIoLogEventGetStartDiscard(hIoLogger, &idEvent, &fAsync,
1531 rc = VDDbgIoLogEventTypeGetNext(hIoLogger, &enmEvent);
1539 rc = VDDbgIoLogEventGetComplete(hIoLogger, &idEvtComplete, &rcReq,
1546 rc = VDDbgIoLogEventTypeGetNext(hIoLogger, &enmEvent);
1549 VDDbgIoLogDestroy(hIoLogger);