Searched defs:fRefresh (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/PC/
H A DDevPit-i8254.cpp801 const int fRefresh = (u64Now / 15085) & 1; local
804 const int fRefresh = pThis->dummy_refresh_clock; local
816 | (fRefresh << 4)
/vbox/src/VBox/Main/src-server/
H A DHostImpl.cpp528 HRESULT rc = i_getDrives(DeviceType_DVD, true /* fRefresh */, pList, treeLock);
551 HRESULT rc = i_getDrives(DeviceType_Floppy, true /* fRefresh */, pList, treeLock);
1761 * that may have changed if fRefresh == true.
1768 * @param fRefresh Whether to refresh the host drives list even if this is not the first call.
1774 bool fRefresh,
1788 if (!m->fDVDDrivesListBuilt || fRefresh)
1799 if (!m->fFloppyDrivesListBuilt || fRefresh)
1901 * @param fRefresh Whether to refresh the host drives list (see getDrives())
1907 bool fRefresh,
1913 HRESULT rc = i_getDrives(mediumType, fRefresh, pllMedi
1773 i_getDrives(DeviceType_T mediumType, bool fRefresh, MediaList *&pll, AutoWriteLock &treeLock) argument
1905 i_findHostDriveById(DeviceType_T mediumType, const Guid &uuid, bool fRefresh, ComObjPtr<Medium> &pMedium) argument
1945 i_findHostDriveByName(DeviceType_T mediumType, const Utf8Str &strLocationFull, bool fRefresh, ComObjPtr<Medium> &pMedium) argument
[all...]
H A DVirtualBoxImpl.cpp3513 * @param fRefresh Whether to refresh the list of host drives in IHost (see Host::getDrives())
3519 bool fRefresh,
3540 fRefresh,
3517 i_findRemoveableMedium(DeviceType_T mediumType, const Guid &uuid, bool fRefresh, bool aSetError, ComObjPtr<Medium> &pMedium) argument

Completed in 53 milliseconds