Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
HDzfs_sysfs.c166 sysfs_show_func show_func) in zfs_kobj_init() argument
212 zkobj->zko_sysfs_ops.show = show_func; in zfs_kobj_init()
/freebsd-13-stable/sys/dev/cxgbe/
HDt4_main.c10999 void (*show_func)(struct sbuf *, uint64_t *, int); in sysctl_tp_la() local
11016 show_func = tp_la_show2; in sysctl_tp_la()
11020 show_func = tp_la_show3; in sysctl_tp_la()
11024 show_func = tp_la_show; in sysctl_tp_la()
11033 (*show_func)(sb, p, i); in sysctl_tp_la()