Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
Dseq_file.h35 struct seq_operations;
43 const struct seq_operations *op;
48 struct seq_operations { struct
58 int seq_open(struct linux_file *f, const struct seq_operations *op); argument
/freebsd-12-stable/sys/compat/linuxkpi/common/src/
Dlinux_seq_file.c100 seq_open(struct linux_file *f, const struct seq_operations *op) in seq_open()
119 struct seq_operations *op; in single_open()
151 const struct seq_operations *op = ((struct seq_file *)f->private_data)->op; in single_release()
/freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
Dipoib_fs.c130 static const struct seq_operations ipoib_mcg_seq_ops = {
236 static const struct seq_operations ipoib_path_seq_ops = {
/freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/sdp/
Dsdp_proc.c55 struct seq_operations seq_ops;
420 static struct seq_operations sdpprf_ops = {