Searched refs:zfs_tunable_get (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/contrib/openzfs/lib/libzpool/ |
| H A D | util.c | 183 int err = zfs_tunable_get(tunable, val, sizeof (val)); in list_tunables_cb() 234 if (zfs_tunable_get(tunable, vold, sizeof (vold)) != 0) in handle_tunable_option() 239 if (zfs_tunable_get(tunable, vnew, sizeof (vnew)) != 0) in handle_tunable_option()
|
| /freebsd/sys/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | tunables.h | 55 _SYS_TUNABLES_H int zfs_tunable_get(const zfs_tunable_t *tunable, char *val,
|
| /freebsd/sys/contrib/openzfs/lib/libspl/ |
| H A D | tunables.c | 299 zfs_tunable_get(const zfs_tunable_t *zt, char *val, size_t valsz) in zfs_tunable_get() function
|