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

/vbox/src/VBox/Devices/Network/
H A DDevE1000.cpp1243 uint32_t uStatDisDly; member in struct:E1kState_st
1894 pThis->uStatDisDly++;
6017 LogRel(("%s Disabled delayed: %d\n", pThis->szPrf, pThis->uStatDisDly));
7082 pHlp->pfnPrintf(pHlp, "Disabled delayed: %d\n", pThis->uStatDisDly);
7784 PDMDevHlpSTAMRegisterF(pDevIns, &pThis->uStatDisDly, STAMTYPE_U32, STAMVISIBILITY_ALWAYS, STAMUNIT_NS, "uStatDisDly", "/Devices/E1k%d/uStatDisDly", iInstance);

Completed in 490 milliseconds