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

/vbox/src/VBox/Devices/Network/
H A DDrvNetSniffer.cpp76 RTCRITSECT XmitLock; member in struct:DRVNETSNIFFER
90 int rc = RTCritSectTryEnter(&pThis->XmitLock);
161 RTCritSectLeave(&pThis->XmitLock);
301 RTCritSectEnter(&pThis->XmitLock);
303 RTCritSectLeave(&pThis->XmitLock);
314 RTCritSectEnter(&pThis->XmitLock);
341 RTCritSectLeave(&pThis->XmitLock);
357 if (RTCritSectIsInitialized(&pThis->XmitLock))
358 RTCritSectDelete(&pThis->XmitLock);
409 rc = RTCritSectInit(&pThis->XmitLock);
[all...]
H A DDrvUDPTunnel.cpp70 RTCRITSECT XmitLock; member in struct:DRVUDPTUNNEL
114 int rc = RTCritSectTryEnter(&pThis->XmitLock);
130 Assert(RTCritSectIsOwner(&pThis->XmitLock));
175 Assert(RTCritSectIsOwner(&pThis->XmitLock));
198 Assert(RTCritSectIsOwner(&pThis->XmitLock));
255 RTCritSectLeave(&pThis->XmitLock);
426 if (RTCritSectIsInitialized(&pThis->XmitLock))
427 RTCritSectDelete(&pThis->XmitLock);
562 rc = RTCritSectInit(&pThis->XmitLock);
H A DDrvVDE.cpp80 RTCRITSECT XmitLock; member in struct:DRVVDE
122 int rc = RTCritSectTryEnter(&pThis->XmitLock);
139 Assert(RTCritSectIsOwner(&pThis->XmitLock));
184 Assert(RTCritSectIsOwner(&pThis->XmitLock));
207 Assert(RTCritSectIsOwner(&pThis->XmitLock));
266 RTCritSectLeave(&pThis->XmitLock);
500 if (RTCritSectIsInitialized(&pThis->XmitLock))
501 RTCritSectDelete(&pThis->XmitLock);
605 rc = RTCritSectInit(&pThis->XmitLock);
H A DDrvDedicatedNic.cpp84 PDMCRITSECT XmitLock; member in struct:DRVDEDICATEDNIC
183 int rc = PDMCritSectTryEnter(&pThis->XmitLock);
197 Assert(PDMCritSectIsOwner(&pThis->XmitLock));
257 Assert(PDMCritSectIsOwner(&pThis->XmitLock));
288 Assert(PDMCritSectIsOwner(&pThis->XmitLock));
317 PDMCritSectLeave(&pThis->XmitLock);
H A DDrvNetShaper.cpp68 PDMCRITSECT XmitLock; member in struct:DRVNETSHAPER
109 int rc = PDMCritSectTryEnter(&pThis->XmitLock);
180 PDMCritSectLeave(&pThis->XmitLock);
336 PDMCritSectEnter(&pThis->XmitLock, VERR_IGNORED);
339 PDMCritSectLeave(&pThis->XmitLock);
350 PDMCritSectEnter(&pThis->XmitLock, VERR_IGNORED);
382 PDMCritSectLeave(&pThis->XmitLock);
397 if (PDMCritSectIsInitialized(&pThis->XmitLock))
398 PDMR3CritSectDelete(&pThis->XmitLock);
447 rc = PDMDrvHlpCritSectInit(pDrvIns, &pThis->XmitLock, RT_SRC_PO
[all...]
H A DDrvTAP.cpp108 RTCRITSECT XmitLock; member in struct:DRVTAP
153 int rc = RTCritSectTryEnter(&pThis->XmitLock);
170 Assert(RTCritSectIsOwner(&pThis->XmitLock));
215 Assert(RTCritSectIsOwner(&pThis->XmitLock));
238 Assert(RTCritSectIsOwner(&pThis->XmitLock));
293 RTCritSectLeave(&pThis->XmitLock);
820 if (RTCritSectIsInitialized(&pThis->XmitLock))
821 RTCritSectDelete(&pThis->XmitLock);
967 rc = RTCritSectInit(&pThis->XmitLock);
H A DDrvIntNet.cpp114 PDMCRITSECT XmitLock; member in struct:DRVINTNET
147 * use or not. Always accessed while owning the XmitLock. */
183 AssertCompileMemberAlignment(DRVINTNET, XmitLock, 8);
291 Assert(PDMCritSectIsOwner(&pThis->XmitLock));
324 int rc = PDMCritSectTryEnter(&pThis->XmitLock);
366 Assert(PDMCritSectIsOwner(&pThis->XmitLock));
467 Assert(PDMCritSectIsOwner(&pThis->XmitLock));
493 Assert(PDMCritSectIsOwner(&pThis->XmitLock));
529 PDMCritSectLeave(&pThis->XmitLock);
606 PDMCritSectEnter(&pThis->XmitLock, VERR_IGNORE
[all...]
H A DDrvNAT.cpp210 RTCRITSECT XmitLock; member in struct:DRVNAT
456 int rc = RTCritSectTryEnter(&pThis->XmitLock);
472 Assert(RTCritSectIsOwner(&pThis->XmitLock));
556 Assert(RTCritSectIsOwner(&pThis->XmitLock));
568 Assert(RTCritSectIsOwner(&pThis->XmitLock));
601 RTCritSectLeave(&pThis->XmitLock);
1367 if (RTCritSectIsInitialized(&pThis->XmitLock))
1368 RTCritSectDelete(&pThis->XmitLock);
1603 rc = RTCritSectInit(&pThis->XmitLock);

Completed in 62 milliseconds