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

/vbox/src/VBox/Main/src-server/
H A DMediumAttachmentImpl.cpp37 : 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 DMachineImpl.cpp9195 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/include/VBox/
H A Dsettings.h1002 lPort(0),
1026 int32_t lPort; member in struct:settings::AttachedDevice
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp3738 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. */
H A DConsoleImpl.cpp3910 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...]

Completed in 1864 milliseconds