Home
last modified time | relevance | path

Searched defs:seq_file (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dseq_file.h54 struct seq_file { struct
63 void * (*start) (struct seq_file *m, off_t *pos); argument
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_seq_file.c169 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 Dkstat.h88 struct seq_file { struct
93 void seq_printf(struct seq_file *m, const char *fmt, ...); argument