Home
last modified time | relevance | path

Searched refs:zfs_nicestrtonum (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libzfs/common/
H A Dmapfile-vers142 zfs_nicestrtonum;
H A Dlibzfs_util.c725 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 Dlibzfs.h814 extern int zfs_nicestrtonum(libzfs_handle_t *, const char *, uint64_t *);
H A Dlibzfs_dataset.c1059 } else if (zfs_nicestrtonum(hdl, in zfs_valid_proplist()
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_vdev.c490 if (zfs_nicestrtonum(NULL, value, &ashift) != 0) { in make_leaf_vdev()
H A Dzpool_main.c1167 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 Dzfs_main.c895 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()