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

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c67 zpool_get_all_props(zpool_handle_t *zhp) function
106 if (zpool_get_all_props(zhp) != 0)
146 if (zhp->zpool_props == NULL && zpool_get_all_props(zhp)) {
148 * zpool_get_all_props() has most likely failed because
273 zpool_get_all_props(zhp) == 0) {
290 if (zhp->zpool_props == NULL && zpool_get_all_props(zhp) &&

Completed in 266 milliseconds