Home
last modified time | relevance | path

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

/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_fs.c140 ret = seq_open(file, &ipoib_mcg_seq_ops); in ipoib_mcg_open()
246 ret = seq_open(file, &ipoib_path_seq_ops); in ipoib_path_open()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_seq_file.c155 seq_open(struct linux_file *f, const struct seq_operations *op) in seq_open() function
177 error = seq_open(f, op); in __seq_open_private()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dseq_file.h78 int seq_open(struct linux_file *f, const struct seq_operations *op);
/freebsd/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()
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-proc.c295 return (seq_open(filp, &slab_seq_ops)); in proc_slab_open()
H A Dspl-kstat.c417 rc = seq_open(filp, &kstat_seq_ops); in proc_kstat_open()
/freebsd/sys/gnu/gcov/
H A Dgcov_fs.c346 rc = seq_open(file, &gcov_seq_ops); in gcov_seq_open()