Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-procfs-list.c69 if (procfs_list->pl_show_header != NULL) in procfs_list_seq_show()
70 return (procfs_list->pl_show_header(f)); in procfs_list_seq_show()
244 procfs_list->pl_show_header = show_header; in procfs_list_install()
/src/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dprocfs_list.h49 int (*pl_show_header)(struct seq_file *f); member
/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dprocfs_list.h47 int (*pl_show_header)(struct seq_file *f); member
/src/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_procfs_list.c116 procfs_list->pl_show_header = show_header; in procfs_list_install()