Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_procfs_list.c73 return (pl->pl_show(&f, elt)); in procfs_list_data()
115 procfs_list->pl_show = show; in procfs_list_install()
/src/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-procfs-list.c74 return (procfs_list->pl_show(f, p)); in procfs_list_seq_show()
243 procfs_list->pl_show = show; in procfs_list_install()
/src/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dprocfs_list.h48 int (*pl_show)(struct seq_file *f, void *p); member
/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dprocfs_list.h46 int (*pl_show)(struct seq_file *f, void *p); member