Searched refs:zfs_nicestrtonum (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/libzfs/common/ |
H A D | mapfile-vers | 102 zfs_nicestrtonum;
|
H A D | libzfs_util.c | 1087 zfs_nicestrtonum(libzfs_handle_t *hdl, const char *value, uint64_t *num) in zfs_nicestrtonum() function 1211 } else if (zfs_nicestrtonum(hdl, value, ivalp) in zprop_parse_value()
|
H A D | libzfs.h | 735 extern int zfs_nicestrtonum(libzfs_handle_t *, const char *, uint64_t *);
|
H A D | libzfs_dataset.c | 1047 } else if (zfs_nicestrtonum(hdl, in zfs_valid_proplist()
|
/titanic_41/usr/src/cmd/zfs/ |
H A D | zfs_main.c | 761 if (zfs_nicestrtonum(g_zfs, optarg, &intval) != 0) { in zfs_do_create() 778 if (zfs_nicestrtonum(g_zfs, optarg, &intval) != 0) { in zfs_do_create()
|