Home
last modified time | relevance | path

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

/freebsd-12.1/sys/compat/linuxkpi/common/src/
H A Dlinux_seq_file.c100 seq_open(struct linux_file *f, const struct seq_operations *op) in seq_open() function
128 rc = seq_open(f, op); in single_open()
/freebsd-12.1/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_fs.c142 ret = seq_open(file, &ipoib_mcg_seq_ops); in ipoib_mcg_open()
248 ret = seq_open(file, &ipoib_path_seq_ops); in ipoib_path_open()
/freebsd-12.1/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.1/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_proc.c183 rc = seq_open(file, &s->seq_ops); in sdp_seq_open()
431 res = seq_open(file, &sdpprf_ops); in sdpprf_open()