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

/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvTracer.cpp251 * @param cbVtgObj The alleged size of the header.
265 uint32_t cbVtgObj; local
292 if ( (cb) >= cbVtgObj \
293 || off > cbVtgObj - (cb) ) \
296 (off), (cb), pVtgHdr, cbVtgObj, __LINE__, #off); \
315 cbVtgObj = pVtgHdr->cbObj;
320 cbVtgObj = pVtgHdr->cbObj;
321 MY_WITHIN_IMAGE((uint8_t *)pVtgHdr + cbVtgObj - 1, VERR_SUPDRV_VTG_BAD_HDR_PTR);
324 if (cbVtgObj > _1M)
326 SUPR0Printf("supdrvVtgValidateHdr: VERR_SUPDRV_TRACER_TOO_LARGE - cbVtgObj
[all...]

Completed in 45 milliseconds