Searched defs:seq_file (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | seq_file.h | 54 struct seq_file { struct 63 void * (*start) (struct seq_file *m, off_t *pos); argument
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_seq_file.c | 169 struct seq_file *seq_file; in __seq_open_private() local 190 _single_open_without_sbuf(struct linux_file *f, int (*show)(struct seq_file *, void *), void *d) in _single_open_without_sbuf() 211 single_open(struct linux_file *f, int (*show)(struct seq_file *, void *), void *d) in single_open() 223 single_open_size(struct linux_file *f, int (*show)(struct seq_file *, void *), void *d, size_t size) in single_open_size()
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | kstat.h | 88 struct seq_file { struct 93 void seq_printf(struct seq_file *m, const char *fmt, ...); argument
|