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

/vbox/src/VBox/Main/src-server/solaris/
H A DPerformanceSolaris.cpp656 nvlist_t **nvChildren = NULL; local
660 && !nvlist_lookup_nvlist_array(nvRoot, ZPOOL_CONFIG_CHILDREN, &nvChildren, &cChildren))
667 nvlist_lookup_uint64(nvChildren[i], ZPOOL_CONFIG_IS_HOLE, &fHole);
668 nvlist_lookup_uint64(nvChildren[i], ZPOOL_CONFIG_IS_LOG, &fLog);
672 char *pszChildName = mZpoolVdevName(mZfsLib, zh, nvChildren[i], _B_FALSE);

Completed in 45 milliseconds