Home
last modified time | relevance | path

Searched refs:seq_file (Results 1 – 21 of 21) sorted by relevance

/freebsd-12.1/sys/compat/linuxkpi/common/src/
H A Dlinux_seq_file.c48 struct seq_file *m = f->private_data; in seq_read()
61 seq_write(struct seq_file *seq, const void *data, size_t len) in seq_write()
80 single_start(struct seq_file *p, off_t *pos) in single_start()
87 single_next(struct seq_file *p, void *v, off_t *pos) in single_next()
95 single_stop(struct seq_file *p, void *v) in single_stop()
102 struct seq_file *p; in seq_open()
117 single_open(struct linux_file *f, int (*show)(struct seq_file *, void *), void *d) in single_open() argument
132 ((struct seq_file *)f->private_data)->private = d; in single_open()
141 struct seq_file *m; in seq_release()
151 const struct seq_operations *op = ((struct seq_file *)f->private_data)->op; in single_release()
/freebsd-12.1/sys/compat/linuxkpi/common/include/linux/
H A Dseq_file.h40 struct seq_file { struct
49 void * (*start) (struct seq_file *m, off_t *pos); argument
50 void (*stop) (struct seq_file *m, void *v);
51 void * (*next) (struct seq_file *m, void *v, off_t *pos);
52 int (*show) (struct seq_file *m, void *v);
56 int seq_write(struct seq_file *seq, const void *data, size_t len);
62 int single_open(struct linux_file *, int (*)(struct seq_file *, void *), void *);
/freebsd-12.1/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_fs.c61 static void *ipoib_mcg_seq_start(struct seq_file *file, loff_t *pos) in ipoib_mcg_seq_start()
80 static void *ipoib_mcg_seq_next(struct seq_file *file, void *iter_ptr, in ipoib_mcg_seq_next()
95 static void ipoib_mcg_seq_stop(struct seq_file *file, void *iter_ptr) in ipoib_mcg_seq_stop()
100 static int ipoib_mcg_seq_show(struct seq_file *file, void *iter_ptr) in ipoib_mcg_seq_show()
139 struct seq_file *seq; in ipoib_mcg_open()
160 static void *ipoib_path_seq_start(struct seq_file *file, loff_t *pos) in ipoib_path_seq_start()
179 static void *ipoib_path_seq_next(struct seq_file *file, void *iter_ptr, in ipoib_path_seq_next()
194 static void ipoib_path_seq_stop(struct seq_file *file, void *iter_ptr) in ipoib_path_seq_stop()
199 static int ipoib_path_seq_show(struct seq_file *file, void *iter_ptr) in ipoib_path_seq_show()
245 struct seq_file *seq; in ipoib_path_open()
/freebsd-12.1/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_proc.c48 int (*seq_show) (struct seq_file *m, void *v);
58 static void *sdp_get_idx(struct seq_file *seq, loff_t pos) in sdp_get_idx()
73 static void *sdp_seq_start(struct seq_file *seq, loff_t *pos) in sdp_seq_start()
92 static void *sdp_seq_next(struct seq_file *seq, void *v, loff_t *pos) in sdp_seq_next()
112 static void sdp_seq_stop(struct seq_file *seq, void *v) in sdp_seq_stop()
118 static int sdp_seq_show(struct seq_file *seq, void *v) in sdp_seq_show()
163 struct seq_file *seq; in sdp_seq_open()
264 static int sdpstats_seq_show(struct seq_file *seq, void *v) in sdpstats_seq_show()
357 static int sdpprf_show(struct seq_file *m, void *v) in sdpprf_show()
379 static void *sdpprf_start(struct seq_file *p, loff_t *pos) in sdpprf_start()
[all …]
/freebsd-12.1/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_debugfs.c91 static int debugfs_log_show(struct seq_file *f, void *offset) in debugfs_log_show()
127 struct seq_file *f = (struct seq_file *)file->private_data; in debugfs_log_write()
192 static int debugfs_usecount_show(struct seq_file *f, void *offset) in debugfs_usecount_show()
216 static int debugfs_trace_show(struct seq_file *f, void *offset) in debugfs_trace_show()
236 struct seq_file *f = (struct seq_file *)file->private_data; in debugfs_trace_write()
/freebsd-12.1/sys/dev/drm2/ttm/
H A Dttm_page_alloc.h81 extern int ttm_dma_page_alloc_debugfs(struct seq_file *m, void *data);
H A Dttm_page_alloc.c905 int ttm_page_alloc_debugfs(struct seq_file *m, void *data)
H A Dttm_page_alloc_dma.c1106 int ttm_dma_page_alloc_debugfs(struct seq_file *m, void *data) in ttm_dma_page_alloc_debugfs()
/freebsd-12.1/sys/dev/drm2/radeon/
H A Dradeon_object.h189 struct seq_file *m);
H A Dradeon_ring.c785 static int radeon_debugfs_ring_info(struct seq_file *m, void *data) in radeon_debugfs_ring_info()
836 static int radeon_debugfs_sa_info(struct seq_file *m, void *data) in radeon_debugfs_sa_info()
H A Dradeon_sa.c409 struct seq_file *m) in radeon_sa_bo_dump_debug_info()
H A Dr420.c463 static int r420_debugfs_pipes_info(struct seq_file *m, void *data) in r420_debugfs_pipes_info()
H A Drs400.c292 static int rs400_debugfs_gart_info(struct seq_file *m, void *data) in rs400_debugfs_gart_info()
H A Drv515.c232 static int rv515_debugfs_pipes_info(struct seq_file *m, void *data) in rv515_debugfs_pipes_info()
250 static int rv515_debugfs_ga_info(struct seq_file *m, void *data) in rv515_debugfs_ga_info()
H A Dradeon_fence.c949 static int radeon_debugfs_fence_info(struct seq_file *m, void *data) in radeon_debugfs_fence_info()
H A Dradeon_ttm.c853 static int radeon_mm_dump_table(struct seq_file *m, void *data) in radeon_mm_dump_table()
H A Dr100.c3028 static int r100_debugfs_rbbm_info(struct seq_file *m, void *data) in r100_debugfs_rbbm_info()
3049 static int r100_debugfs_cp_ring_info(struct seq_file *m, void *data) in r100_debugfs_cp_ring_info()
3075 static int r100_debugfs_cp_csq_fifo(struct seq_file *m, void *data) in r100_debugfs_cp_csq_fifo()
3125 static int r100_debugfs_mc_info(struct seq_file *m, void *data) in r100_debugfs_mc_info()
H A Dradeon_pm.c885 static int radeon_debugfs_pm_info(struct seq_file *m, void *data) in radeon_debugfs_pm_info()
H A Dr300.c560 static int rv370_debugfs_pcie_gart_info(struct seq_file *m, void *data) in rv370_debugfs_pcie_gart_info()
H A Dr600.c4089 static int r600_debugfs_mc_info(struct seq_file *m, void *data) in r600_debugfs_mc_info()
/freebsd-12.1/sys/compat/lindebugfs/
H A Dlindebugfs.c121 struct seq_file *sf; in debugfs_fill()