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

/vbox/src/VBox/Storage/Debug/
H A DVDDbgIoLog.cpp383 PVDIOLOGENTINT pIoLogEntry = NULL; local
392 pIoLogEntry = (PVDIOLOGENTINT)RTMemCacheAlloc(pIoLogger->hMemCacheIoLogEntries);
393 if (pIoLogEntry)
397 pIoLogEntry->idStart = pIoLogger->idNext++;
402 Entry.u64Id = RT_H2LE_U64(pIoLogEntry->idStart);
429 pIoLogEntry->tsStart = RTTimeProgramMilliTS();
433 pIoLogEntry->cbIo = cbIo;
435 pIoLogEntry->cbIo = 0;
437 *phIoLogEntry = pIoLogEntry;
442 RTMemCacheFree(pIoLogger->hMemCacheIoLogEntries, pIoLogEntry);
457 PVDIOLOGENTINT pIoLogEntry = NULL; local
529 PVDIOLOGENTINT pIoLogEntry = hIoLogEntry; local
[all...]

Completed in 442 milliseconds