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

/vbox/src/VBox/HostServices/SharedFolders/
H A Dmappings.cpp35 static SHFLROOT aIndexFromRoot[SHFL_MAX_MAPPINGS]; variable
41 for (root = 0; root < RT_ELEMENTS(aIndexFromRoot); root++)
43 aIndexFromRoot[root] = SHFL_ROOT_NIL;
52 * update the aIndexFromRoot.
72 aIndexFromRoot[root] = i;
86 if (root < RT_ELEMENTS(aIndexFromRoot))
88 SHFLROOT iMapping = aIndexFromRoot[root];
104 for (root = 0; root < RT_ELEMENTS(aIndexFromRoot); root++)
106 if (iMapping == aIndexFromRoot[root])
150 for (root = 0; root < RT_ELEMENTS(aIndexFromRoot); roo
[all...]

Completed in 57 milliseconds