Searched refs:slt (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Ddlltest.c195 PRStaticLinkTable slt[10]; local
198 lib = PR_LoadStaticLibrary( "my.dll", slt );
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/linking/
H A Dprlink.c1769 PR_LoadStaticLibrary(const char *name, const PRStaticLinkTable *slt) argument
1782 PR_ASSERT( (result->staticTable == NULL) || (result->staticTable == slt) );
1783 result->staticTable = slt;
1798 lm->staticTable = slt;
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsStorage.cpp2704 StorageSlot slt = mStorageModel->data (index, StorageModel::R_AttSlot).value <StorageSlot>(); local
2705 int attSlotPos = mCbSlot->findText (gpConverter->toString (slt));
2768 m_pCheckBoxHotPluggable->setVisible(slt.bus == KStorageBus_SATA);

Completed in 498 milliseconds