Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_sysfs.c263 const char *show_str; in zprop_sysfs_show() local
282 show_str = zprop_types[property->pd_proptype]; in zprop_sysfs_show()
284 show_str = property->pd_attr == PROP_READONLY ? "1" : "0"; in zprop_sysfs_show()
286 show_str = property->pd_attr == PROP_ONETIME ? "1" : "0"; in zprop_sysfs_show()
288 show_str = property->pd_visible ? "1" : "0"; in zprop_sysfs_show()
290 show_str = property->pd_values ? property->pd_values : ""; in zprop_sysfs_show()
296 show_str = number; in zprop_sysfs_show()
299 show_str = property->pd_strdefault ? in zprop_sysfs_show()
304 property->pd_numdefault, &show_str, in zprop_sysfs_show()
306 show_str = ""; in zprop_sysfs_show()
[all …]