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

/vbox/src/VBox/Devices/Network/
H A DSrvIntNetR0.cpp256 PINTNETBUF pIntBufDefault; member in struct:INTNETIF
4793 if (pIf->pIntBuf != pIf->pIntBufDefault)
4801 if (pIf->pIntBufDefault)
4803 SUPR0MemFree(pIf->pSession, (RTHCUINTPTR)pIf->pIntBufDefault);
4804 pIf->pIntBufDefault = NULL;
4889 //pIf->pIntBufDefault = 0;
4921 rc = SUPR0MemAlloc(pIf->pSession, cbBuf, (PRTR0PTR)&pIf->pIntBufDefault, (PRTR3PTR)&pIf->pIntBufDefaultR3);
4924 ASMMemZero32(pIf->pIntBufDefault, cbBuf); /** @todo I thought I specified these buggers as clearing the memory... */
4926 pIf->pIntBuf = pIf->pIntBufDefault;
4982 *phIf, pIf->pIntBufDefault
[all...]

Completed in 53 milliseconds