Searched refs:pfAsync (Results 1 - 2 of 2) sorted by relevance

/vbox/include/VBox/
H A Dvddbg.h218 * @param pfAsync Where to store the flag whether the request is
224 VBOXDDU_DECL(int) VDDbgIoLogEventGetStart(VDIOLOGGER hIoLogger, uint64_t *pidEvent, bool *pfAsync,
236 * @param pfAsync Where to store the flag whether the request is
240 VBOXDDU_DECL(int) VDDbgIoLogEventGetStartDiscard(VDIOLOGGER hIoLogger, uint64_t *pidEvent, bool *pfAsync,
/vbox/src/VBox/Storage/Debug/
H A DVDDbgIoLog.cpp647 VBOXDDU_DECL(int) VDDbgIoLogEventGetStart(VDIOLOGGER hIoLogger, uint64_t *pidEvent, bool *pfAsync, argument
655 AssertPtrReturn(pfAsync, VERR_INVALID_POINTER);
668 *pfAsync = RT_BOOL(Entry.u8AsyncIo);
699 VBOXDDU_DECL(int) VDDbgIoLogEventGetStartDiscard(VDIOLOGGER hIoLogger, uint64_t *pidEvent, bool *pfAsync, argument
707 AssertPtrReturn(pfAsync, VERR_INVALID_POINTER);
723 *pfAsync = RT_BOOL(Entry.u8AsyncIo);

Completed in 41 milliseconds