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

/vbox/src/VBox/Main/src-server/solaris/
H A DPerformanceSolaris.cpp99 PFNZFSPROPGETINT mZfsPropGetInt; member in class:pm::CollectorSolaris
150 mZfsPropGetInt = (PFNZFSPROPGETINT)(uintptr_t)dlsym(mZfsSo, "zfs_prop_get_int");
159 && mZfsPropGetInt
167 mZfsInit, mZfsOpen, mZfsClose, mZfsPropGetInt));
501 uAvail = mZfsPropGetInt(hDataset, ZFS_PROP_REFQUOTA);
506 uint64_t uQuota = mZfsPropGetInt(hDataset, ZFS_PROP_QUOTA);
513 uint64_t uPoolSize = mZfsPropGetInt(hDataset, ZFS_PROP_USED) +
514 mZfsPropGetInt(hDataset, ZFS_PROP_AVAILABLE);

Completed in 33 milliseconds