Searched refs:get_numeric_property (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/cddl/contrib/opensolaris/lib/libzfs/common/ |
| HD | libzfs_dataset.c | 1924 get_numeric_property(zfs_handle_t *zhp, zfs_prop_t prop, zprop_source_t *src, in get_numeric_property() function 2410 if (get_numeric_property(zhp, prop, src, &source, &val) != 0) in zfs_prop_get() 2438 if (get_numeric_property(zhp, prop, src, &source, &val) != 0) in zfs_prop_get() 2459 if (get_numeric_property(zhp, prop, src, &source, &val) != 0) in zfs_prop_get() 2493 if (get_numeric_property(zhp, ZFS_PROP_MOUNTED, in zfs_prop_get() 2559 if (get_numeric_property(zhp, prop, src, &source, &val) != 0) in zfs_prop_get() 2567 if (get_numeric_property(zhp, prop, src, in zfs_prop_get() 2585 if (get_numeric_property(zhp, prop, src, in zfs_prop_get() 2614 (void) get_numeric_property(zhp, prop, NULL, &source, &val); in zfs_prop_get_int() 2649 if (get_numeric_property(zhp, prop, src, &source, value) != 0) in zfs_prop_get_numeric()
|