Home
last modified time | relevance | path

Searched refs:zfs_tunable_get (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/lib/libzpool/
H A Dutil.c183 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 Dtunables.h55 _SYS_TUNABLES_H int zfs_tunable_get(const zfs_tunable_t *tunable, char *val,
/freebsd/sys/contrib/openzfs/lib/libspl/
H A Dtunables.c299 zfs_tunable_get(const zfs_tunable_t *zt, char *val, size_t valsz) in zfs_tunable_get() function