Searched refs:fInUse (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/
H A Dtftp.c65 int fInUse; member in struct:TFTPSESSION
234 pTftpSession->fInUse = 1;
239 pTftpSession->fInUse = 0;
349 if (!pTftpSession->fInUse)
384 if (pTftpSession->fInUse)
/vbox/src/VBox/Main/src-server/darwin/
H A Diokit.cpp745 bool fInUse = true; local
752 fInUse = CFBooleanGetValue(pBoolValue);
759 return fInUse;
793 bool fInUse = false; local
828 fInUse |= darwinIsMassStorageInterfaceInUse(Child1, szName);
837 fInUse = true;
840 fInUse = true;
885 else if (!fInUse)
/vbox/src/VBox/Devices/Storage/
H A DUsbMsd.cpp1245 bool fInUse;
1246 rc = SSMR3GetBool(pSSM, &fInUse);
1248 if (fInUse != (pThis->Lun0.pIBase != NULL))
1251 fInUse ? "target" : "source");
H A DDevAHCI.cpp7239 bool fInUse; local
7240 rc = SSMR3GetBool(pSSM, &fInUse);
7242 if (fInUse != (pThis->ahciPort[i].pDrvBase != NULL))
7245 fInUse ? "target" : "source", i );
H A DDevATA.cpp6616 bool fInUse; local
6617 rc = SSMR3GetBool(pSSM, &fInUse);
6619 if (fInUse != (pIf->pDrvBase != NULL))
6622 fInUse ? "target" : "source", ataStringifyLun(pIf->iLUN) );
/vbox/src/VBox/VMM/include/
H A DHMInternal.h257 volatile bool fInUse; member in struct:HMGLOBALCPUINFO
/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp3811 bool fInUse = false; local
3831 fInUse = true;
3833 return fInUse;
H A DMediumImpl.cpp1074 bool fInUse; local
1076 fInUse = m->pVirtualBox->i_isMediaUuidInUse(m->id, aDeviceType);
1077 if (fInUse)

Completed in 443 milliseconds