Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_sysfs.c167 sysfs_show_func show_func) in zfs_kobj_init() argument
213 zkobj->zko_sysfs_ops.show = show_func; in zfs_kobj_init()
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c11033 void (*show_func)(struct sbuf *, uint64_t *, int); in sysctl_tp_la() local
11053 show_func = tp_la_show2; in sysctl_tp_la()
11057 show_func = tp_la_show3; in sysctl_tp_la()
11061 show_func = tp_la_show; in sysctl_tp_la()
11070 (*show_func)(sb, p, i); in sysctl_tp_la()