Searched refs:zfs_nicestrtonum (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | mapfile-vers | 142 zfs_nicestrtonum;
|
H A D | libzfs_util.c | 725 if ((error = zfs_nicestrtonum(hdl, env, in libzfs_init() 1187 zfs_nicestrtonum(libzfs_handle_t *hdl, const char *value, uint64_t *num) in zfs_nicestrtonum() function 1314 } else if (zfs_nicestrtonum(hdl, value, ivalp) != 0) { in zprop_parse_value()
|
H A D | libzfs.h | 814 extern int zfs_nicestrtonum(libzfs_handle_t *, const char *, uint64_t *);
|
H A D | libzfs_dataset.c | 1059 } else if (zfs_nicestrtonum(hdl, in zfs_valid_proplist()
|
/illumos-gate/usr/src/cmd/zpool/ |
H A D | zpool_vdev.c | 490 if (zfs_nicestrtonum(NULL, value, &ashift) != 0) { in make_leaf_vdev()
|
H A D | zpool_main.c | 1167 if (zfs_nicestrtonum(g_zfs, propval, in zpool_do_create() 6426 if (zfs_nicestrtonum(g_zfs, optarg, &rate) == -1) { in zpool_do_trim()
|
/illumos-gate/usr/src/cmd/zfs/ |
H A D | zfs_main.c | 895 if (zfs_nicestrtonum(g_zfs, optarg, &intval) != 0) { in zfs_do_create() 916 if (zfs_nicestrtonum(g_zfs, optarg, &intval) != 0) { in zfs_do_create()
|