Searched defs:zpool_get_prop_int (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_pool.c | 140 zpool_get_prop_int(zpool_handle_t *zhp, zpool_prop_t prop, zprop_source_t *src) function 265 intval = zpool_get_prop_int(zhp, prop, &src); 301 intval = zpool_get_prop_int(zhp, prop, &src); 370 intval = zpool_get_prop_int(zhp, prop, &src); 681 version = zpool_get_prop_int(zhp, ZPOOL_PROP_VERSION, NULL); 1287 if (zpool_get_prop_int(zhp, ZPOOL_PROP_VERSION, NULL) < 1296 if (zpool_get_prop_int(zhp, ZPOOL_PROP_VERSION, NULL) < 2415 zpool_get_prop_int(zhp, ZPOOL_PROP_AUTOEXPAND, NULL)) { 2691 uint64_t version = zpool_get_prop_int(zhp, 3095 version = zpool_get_prop_int(zh [all...] |
Completed in 68 milliseconds