Lines Matching defs:i_queryInfo

137      * Medium::i_queryInfo in another thread to complete. Using a SemRW is
155 /** New UUID to be set on the next Medium::i_queryInfo call. */
157 /** New parent UUID to be set on the next Medium::i_queryInfo call. */
1042 /* No storage unit is created yet, no need to call Medium::i_queryInfo */
1167 /* Confirm a successful initialization before the call to i_queryInfo.
1180 /* need to call i_queryInfo immediately to correctly place the medium in
1182 rc = i_queryInfo(fForceNewUuid /* fSetImageId */, false /* fSetParentId */,
1203 /* storage format must be detected by Medium::i_queryInfo if the
1258 /* see below why we don't call Medium::i_queryInfo (and therefore treat
1410 /* Don't call Medium::i_queryInfo for registered media to prevent the calling
2038 // must not hold any locks before calling Medium::i_queryInfo
2041 HRESULT rc = i_queryInfo(!!aSetImageId /* fSetImageId */,
2060 // must not hold any locks before calling Medium::i_queryInfo
2063 rc = i_queryInfo(false /* fSetImageId */, false /* fSetParentId */,
2118 /* Wait for a concurrently running Medium::i_queryInfo to complete. */
2121 /* Must not hold the media tree lock, as Medium::i_queryInfo needs this
2235 /* Wait for a concurrently running Medium::i_queryInfo to complete. */
2238 /* Must not hold the media tree lock, as Medium::i_queryInfo needs this
4309 rc = pMedium->i_queryInfo(false /* fSetImageId */, false /* fSetParentId */,
5958 HRESULT Medium::i_queryInfo(bool fSetImageId, bool fSetParentId, AutoCaller &autoCaller)
5973 /* check if a blocking i_queryInfo() call is in progress on some other thread,
6055 * can lead to short spinning of the loops waiting for i_queryInfo() to
6402 /* unblock anyone waiting for the i_queryInfo results */