Searched refs:seq_open (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_seq_file.c100 seq_open(struct linux_file *f, const struct seq_operations *op) function
128 rc = seq_open(f, op);
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Dseq_file.h58 int seq_open(struct linux_file *f, const struct seq_operations *op);
/freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_fs.c142 ret = seq_open(file, &ipoib_mcg_seq_ops);
248 ret = seq_open(file, &ipoib_path_seq_ops);
/freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_proc.c183 rc = seq_open(file, &s->seq_ops);
431 res = seq_open(file, &sdpprf_ops);

Completed in 118 milliseconds