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

/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrv-dtrace.cpp139 typedef struct VBDTSTACKDATA struct
168 struct VBDTSTACKDATA *pSelf;
169 } VBDTSTACKDATA; typedef in typeref:struct:VBDTSTACKDATA
171 typedef VBDTSTACKDATA *PVBDTSTACKDATA;
189 uint8_t abBlob[sizeof(VBDTSTACKDATA) + SUPDRVDT_STACK_DATA_ALIGN - 1]; \
/vbox/src/VBox/ExtPacks/VBoxDTrace/
H A DVBoxDTraceR0.cpp110 } VBDTSTACKDATA; typedef in typeref:struct:VBoxDtStackData
112 typedef VBDTSTACKDATA *PVBDTSTACKDATA;
126 uint8_t abBlob[sizeof(VBDTSTACKDATA) + VBDT_STACK_DATA_ALIGN - 1]; \

Completed in 50 milliseconds