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

/vbox/src/VBox/Devices/Network/
H A DSrvIntNetR0.cpp258 R3PTRTYPE(PINTNETBUF) pIntBufDefaultR3; member in struct:INTNETIF
4805 pIf->pIntBufDefaultR3 = 0;
4890 //pIf->pIntBufDefaultR3 = NIL_RTR3PTR;
4921 rc = SUPR0MemAlloc(pIf->pSession, cbBuf, (PRTR0PTR)&pIf->pIntBufDefault, (PRTR3PTR)&pIf->pIntBufDefaultR3);
4927 pIf->pIntBufR3 = pIf->pIntBufDefaultR3;

Completed in 43 milliseconds