Searched refs:zfs_nicestrtonum (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_util.c | 1059 if ((error = zfs_nicestrtonum(hdl, env, 1521 zfs_nicestrtonum(libzfs_handle_t *hdl, const char *value, uint64_t *num) function 1659 } else if (zfs_nicestrtonum(hdl, value, ivalp) != 0) {
|
| H A D | libzfs_dataset.c | 1106 } else if (zfs_nicestrtonum(hdl, in zfs_valid_proplist()
|
| H A D | libzfs.abi | 185 …<elf-symbol name='zfs_nicestrtonum' type='func-type' binding='global-binding' visibility='default-… 3278 …zfs_nicestrtonum' mangled-name='zfs_nicestrtonum' filepath='/home/fedora/zfs/lib/libzfs/libzfs_uti…
|
| /f-stack/freebsd/contrib/openzfs/include/ |
| H A D | libzfs.h | 860 extern int zfs_nicestrtonum(libzfs_handle_t *, const char *, uint64_t *);
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_vdev.c | 388 if (zfs_nicestrtonum(NULL, value, &ashift) != 0) { in make_leaf_vdev()
|
| H A D | zpool_main.c | 7186 if (zfs_nicestrtonum(NULL, optarg, &rate) == -1) { in zpool_do_trim()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zfs/ |
| H A D | zfs_main.c | 1049 if (zfs_nicestrtonum(g_zfs, optarg, &intval) != 0) { in zfs_do_create() 1070 if (zfs_nicestrtonum(g_zfs, optarg, &intval) != 0) { in zfs_do_create()
|