Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_procfs_list.c75 return (pl->pl_show(&f, elt)); in procfs_list_data()
117 procfs_list->pl_show = show; in procfs_list_install()
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dprocfs_list.h45 int (*pl_show)(struct seq_file *f, void *p); member
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dprocfs_list.h47 int (*pl_show)(struct seq_file *f, void *p); member
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-procfs-list.c73 return (procfs_list->pl_show(f, p)); in procfs_list_seq_show()
242 procfs_list->pl_show = show; in procfs_list_install()