Searched refs:lPort (Results 1 - 6 of 6) sorted by relevance
/vbox/src/VBox/Main/src-server/ |
H A D | MediumAttachmentImpl.cpp | 37 : lPort(0), 57 const LONG lPort; member in struct:BackupableMediumAttachmentData 149 unconst(m->bd->lPort) = aPort; 263 *aPort = m->bd->lPort; 450 return m->bd->lPort; 501 && aPort == m->bd->lPort
|
H A D | MachineImpl.cpp | 9195 if ( ad.lPort == ad2.lPort 9201 ad.lPort, 9353 dev.lPort, 10459 dev.lPort = pAttach->i_getPort(); 13511 LONG lPort; local 13520 lPort = pAttach->i_getPort(); 13539 lPort,
|
/vbox/src/VBox/Main/src-client/ |
H A D | ConsoleImpl.cpp | 3910 LONG lPort; local 3916 hrc = pMediumAtt->COMGETTER(Port)(&lPort); H(); 3918 hrc = Console::i_convertBusPortDeviceToLun(enmBus, lPort, lDev, uLUN); H(); 3954 if (it->iPort == lPort) 4369 LONG lPort, lDev; local 4375 hrc = pAtt->COMGETTER(Port)(&lPort); 4397 hrc = Console::i_convertBusPortDeviceToLun(enmBus, lPort, lDev, uLUN); 4481 LONG lPort, lDev; local 4487 hrc = pAtt->COMGETTER(Port)(&lPort); 4509 hrc = Console::i_convertBusPortDeviceToLun(enmBus, lPort, lDe 4599 LONG lPort, lDev; local 5960 LONG lPort; local [all...] |
H A D | ConsoleImpl2.cpp | 3738 LONG lPort; local 3739 hrc = pMediumAtt->COMGETTER(Port)(&lPort); H(); 3749 hrc = Console::i_convertBusPortDeviceToLun(enmBus, lPort, lDev, uLUN); H(); 3770 InsertConfigNode(pCtlInst, Utf8StrFmt("%d", lPort).c_str(), &pCtlInst); 3772 pCtlInst = CFGMR3GetChildF(pCtlInst, "%d/", lPort); 3777 uInstance = lPort; /* Overwrite uInstance with the correct one. */
|
/vbox/include/VBox/ |
H A D | settings.h | 1002 lPort(0), 1026 int32_t lPort; member in struct:settings::AttachedDevice
|
/vbox/src/VBox/Main/xml/ |
H A D | Settings.cpp | 2106 && (lPort == a.lPort) 3431 if (!pelmAttachment->getAttributeValue("channel", att.lPort)) 3608 if (!pelmAttached->getAttributeValue("port", att.lPort)) 3653 att.lPort = 1; 3701 att.lPort = 0; 5085 pelmDevice->setAttribute("port", att.lPort); 5862 || (att.lPort != 1) // DVDs not at secondary master?
|
Completed in 797 milliseconds