Searched refs:seq_open (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_fs.c | 140 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 D | linux_seq_file.c | 155 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 D | seq_file.h | 78 int seq_open(struct linux_file *f, const struct seq_operations *op);
|
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/ |
H A D | sdp_proc.c | 183 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 D | spl-proc.c | 295 return (seq_open(filp, &slab_seq_ops)); in proc_slab_open()
|
H A D | spl-kstat.c | 417 rc = seq_open(filp, &kstat_seq_ops); in proc_kstat_open()
|
/freebsd/sys/gnu/gcov/ |
H A D | gcov_fs.c | 346 rc = seq_open(file, &gcov_seq_ops); in gcov_seq_open()
|