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

/vbox/src/VBox/HostServices/SharedFolders/
H A Dmappings.cpp50 * the guest uses the iMapping as root handle for this folder.
88 SHFLROOT iMapping = aIndexFromRoot[root]; local
90 if ( iMapping != SHFL_ROOT_NIL
91 && iMapping < RT_ELEMENTS(FolderMapping))
93 return &FolderMapping[iMapping];
100 static SHFLROOT vbsfMappingGetRootFromIndex(SHFLROOT iMapping) argument
106 if (iMapping == aIndexFromRoot[root])
146 static void vbsfRootHandleAdd(SHFLROOT iMapping) argument
154 aIndexFromRoot[root] = iMapping;
162 static void vbsfRootHandleRemove(SHFLROOT iMapping) argument
[all...]

Completed in 73 milliseconds