Searched defs:cchUuid (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Runtime/r3/solaris/ | ||
H A D | RTSystemQueryDmiString-solaris.cpp | 64 unsigned cchUuid = RT_MIN(hSMBSys.smbs_uuidlen, sizeof(szData) - 1); local 65 for (unsigned i = 0; i < cchUuid; i++) |
Completed in 50 milliseconds