Searched refs:RTDvmVolumeRetain (Results 1 - 4 of 4) sorted by relevance

/vbox/include/iprt/
H A Ddvm.h275 RTDECL(uint32_t) RTDvmVolumeRetain(RTDVMVOLUME hVol);
H A Dmangling.h499 # define RTDvmVolumeRetain RT_MANGLER(RTDvmVolumeRetain) macro
/vbox/src/VBox/Runtime/common/dvm/
H A Ddvm.cpp436 RTDvmVolumeRetain(pVol);
460 RTDvmVolumeRetain(pVolNext);
551 RTDECL(uint32_t) RTDvmVolumeRetain(RTDVMVOLUME hVol) function
H A Ddvmvfs.cpp391 uint32_t cRefs = RTDvmVolumeRetain(hVol);

Completed in 98 milliseconds