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

/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvTracer.cpp98 typedef struct SUPDRVVTGCOPY struct
115 } SUPDRVVTGCOPY; typedef in typeref:struct:SUPDRVVTGCOPY
117 typedef SUPDRVVTGCOPY *PSUPDRVVTGCOPY;
118 /** Magic value for SUPDRVVTGCOPY. */
156 /** Magic value for SUPDRVVTGCOPY. */
1633 RTListForEach(pHashList, pCur, SUPDRVVTGCOPY, ListEntry)
1729 PSUPDRVVTGCOPY pThis = (PSUPDRVVTGCOPY)RTMemAlloc(RT_OFFSETOF(SUPDRVVTGCOPY, Hdr) + cb);

Completed in 68 milliseconds