Searched refs:RefCnt (Results 1 - 25 of 28) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4Route.h36 INTN RefCnt; member in struct:__anon11227
55 INTN RefCnt; member in struct:__anon11228
84 INTN RefCnt; member in struct:_IP4_ROUTE_TABLE
H A DIp4Route.c46 RtEntry->RefCnt = 1;
67 ASSERT (RtEntry->RefCnt > 0);
69 if (--RtEntry->RefCnt == 0) {
106 RtCacheEntry->RefCnt = 1;
127 ASSERT (RtCacheEntry->RefCnt > 0);
129 if (--RtCacheEntry->RefCnt == 0) {
204 RtTable->RefCnt = 1;
235 ASSERT (RtTable->RefCnt > 0);
237 if (--RtTable->RefCnt > 0) {
H A DIp4Igmp.h45 INTN RefCnt; member in struct:__anon11219
H A DIp4Igmp.c59 Group->RefCnt = 1;
287 Group->RefCnt++;
302 Group->RefCnt = 1;
369 // the RefCnt then return.
371 if (--Group->RefCnt > 0) {
H A DIp4If.h143 INTN RefCnt; member in struct:_IP4_INTERFACE
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Route.h32 INTN RefCnt; member in struct:__anon12507
41 INTN RefCnt; member in struct:__anon12508
63 INTN RefCnt; member in struct:_IP6_ROUTE_TABLE
H A DIp6Route.c71 RtEntry->RefCnt = 1;
97 ASSERT ((RtEntry != NULL) && (RtEntry->RefCnt > 0));
99 if (--RtEntry->RefCnt == 0) {
189 RtCacheEntry->RefCnt = 1;
210 ASSERT (RtCacheEntry->RefCnt > 0);
212 if (--RtCacheEntry->RefCnt == 0) {
346 RtTable->RefCnt = 1;
379 ASSERT (RtTable->RefCnt > 0);
381 if (--RtTable->RefCnt > 0) {
H A DIp6Mld.h38 INTN RefCnt; member in struct:__anon12502
H A DIp6Nd.h122 INTN RefCnt; member in struct:_IP6_NEIGHBOR_ENTRY
139 INTN RefCnt; member in struct:_IP6_DEFAULT_ROUTER
147 INTN RefCnt; member in struct:_IP6_PREFIX_LIST_ENTRY
H A DIp6If.h105 INTN RefCnt; member in struct:_IP6_INTERFACE
H A DIp6Mld.c42 Entry->RefCnt = 1;
500 Group->RefCnt++;
568 // the RefCnt then return.
570 if ((Group->RefCnt > 0) && (--Group->RefCnt > 0)) {
H A DIp6If.c222 Interface->RefCnt = 1;
305 ASSERT (Interface->RefCnt > 0);
312 if (--Interface->RefCnt > 0) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Driver.c88 if (mTcp4Timer.RefCnt == 0) {
109 mTcp4Timer.RefCnt++;
125 ASSERT (mTcp4Timer.RefCnt > 0);
127 mTcp4Timer.RefCnt--;
129 if (mTcp4Timer.RefCnt > 0) {
H A DTcp4Driver.h39 INTN RefCnt; ///< Number of reference member in struct:_TCP4_HEARTBEAT_TIMER
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeNetLib/
H A DNetBuffer.c59 Nbuf->RefCnt = 1;
71 Vector->RefCnt = 1;
158 ASSERT (Vector->RefCnt > 0);
160 Vector->RefCnt--;
162 if (Vector->RefCnt > 0) {
211 ASSERT (Nbuf->RefCnt > 0);
213 Nbuf->RefCnt--;
215 if (Nbuf->RefCnt == 0) {
218 // all the sharing of Nbuf increse Vector's RefCnt by one
255 Clone->RefCnt
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpDriver.h26 INTN RefCnt; member in struct:_TCP_HEARTBEAT_TIMER
H A DTcpDriver.c100 if (mTcpTimer.RefCnt == 0) {
121 mTcpTimer.RefCnt++;
136 ASSERT (mTcpTimer.RefCnt > 0);
138 mTcpTimer.RefCnt--;
140 if (mTcpTimer.RefCnt > 0) {
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestArray.cpp55 NS_IMETHOD_(nsrefcnt) RefCnt() = 0;
68 NS_IMETHOD_(nsrefcnt) RefCnt() { return mRefCnt; } function in class:Foo
123 index, aElementIDs[index], foo->ID(), foo, foo->RefCnt() - 1,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Library/
H A DNetLib.h1372 INTN RefCnt; // Reference count to share NET_VECTOR. member in struct:__anon11052
1411 INTN RefCnt; member in struct:__anon11055
1432 INTN RefCnt; member in struct:__anon11056
1471 #define NET_GET_REF(PData) ((PData)->RefCnt++)
1472 #define NET_PUT_REF(PData) ((PData)->RefCnt--)
1476 (((Buf)->RefCnt > 1) || ((Buf)->Vector->RefCnt > 1))
H A DUdpIoLib.h136 INTN RefCnt; member in struct:_UDP_IO
H A DIpIoLib.h305 INTN RefCnt; member in struct:_IP_IO_IP_INFO
492 IpIoAddIp(). The IP_IO_IP_INFO::RefCnt is decremented and the IP instance
493 will be dstroyed if the RefCnt is zero.
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/MnpDxe/
H A DMnpConfig.c159 // Increase the RefCnt.
188 ASSERT (Nbuf->RefCnt > 1);
194 if (Nbuf->RefCnt == 1) {
1527 GroupAddress->RefCnt = 0;
1536 // Increase the RefCnt.
1538 GroupAddress->RefCnt++;
1581 ASSERT (GroupAddress->RefCnt > 0);
1584 // Count down the RefCnt.
1586 GroupAddress->RefCnt--;
1588 if (GroupAddress->RefCnt
[all...]
H A DMnpImpl.h79 INTN RefCnt; member in struct:__anon11233
H A DMnpIo.c348 if (RxDataWrap->Nbuf->RefCnt > 2) {
834 // Associate RxDataWrap with Nbuf and increase the RefCnt.
977 if (Nbuf->RefCnt > 2) {
979 // RefCnt > 2 indicates there is at least one receiver of this packet.
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeIpIoLib/
H A DDxeIpIoLib.c1640 IpInfo->RefCnt = 1;
1732 if (IpInfo->RefCnt > 1) {
1867 IpIoAddIp(). The IP_IO_IP_INFO::RefCnt is decremented and the IP instance
1868 will be dstroyed if the RefCnt is zero.
1884 ASSERT (IpInfo->RefCnt > 0);
1888 if (IpInfo->RefCnt > 0) {

Completed in 128 milliseconds

12