Searched refs:idStart (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecServiceInternal.h136 * @param idStart The handle ID to start at.
138 DECLR3CALLBACKMEMBER(int, pfnPollSetAdd,(RTPOLLSET hPollSet, uint32_t idStart));
H A DTestExecServiceTcp.cpp577 static DECLCALLBACK(int) txsTcpPollSetAdd(RTPOLLSET hPollSet, uint32_t idStart) argument
579 return RTPollSetAddSocket(hPollSet, g_hTcpClient, RTPOLL_EVT_READ | RTPOLL_EVT_ERROR, idStart);
/vbox/src/VBox/Storage/Debug/
H A DVDDbgIoLog.cpp160 uint64_t idStart; member in struct:VDIOLOGENTINT
397 pIoLogEntry->idStart = pIoLogger->idNext++;
402 Entry.u64Id = RT_H2LE_U64(pIoLogEntry->idStart);
470 pIoLogEntry->idStart = pIoLogger->idNext++;
475 Entry.u64Id = RT_H2LE_U64(pIoLogEntry->idStart);
540 Entry.u64Id = RT_H2LE_U64(pIoLogEntry->idStart);

Completed in 47 milliseconds