| /freebsd-12.1/sys/compat/linuxkpi/common/src/ |
| H A D | linux_seq_file.c | 48 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 D | seq_file.h | 40 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 D | ipoib_fs.c | 61 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 D | sdp_proc.c | 48 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 D | vchiq_debugfs.c | 91 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 D | ttm_page_alloc.h | 81 extern int ttm_dma_page_alloc_debugfs(struct seq_file *m, void *data);
|
| H A D | ttm_page_alloc.c | 905 int ttm_page_alloc_debugfs(struct seq_file *m, void *data)
|
| H A D | ttm_page_alloc_dma.c | 1106 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 D | radeon_object.h | 189 struct seq_file *m);
|
| H A D | radeon_ring.c | 785 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 D | radeon_sa.c | 409 struct seq_file *m) in radeon_sa_bo_dump_debug_info()
|
| H A D | r420.c | 463 static int r420_debugfs_pipes_info(struct seq_file *m, void *data) in r420_debugfs_pipes_info()
|
| H A D | rs400.c | 292 static int rs400_debugfs_gart_info(struct seq_file *m, void *data) in rs400_debugfs_gart_info()
|
| H A D | rv515.c | 232 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 D | radeon_fence.c | 949 static int radeon_debugfs_fence_info(struct seq_file *m, void *data) in radeon_debugfs_fence_info()
|
| H A D | radeon_ttm.c | 853 static int radeon_mm_dump_table(struct seq_file *m, void *data) in radeon_mm_dump_table()
|
| H A D | r100.c | 3028 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 D | radeon_pm.c | 885 static int radeon_debugfs_pm_info(struct seq_file *m, void *data) in radeon_debugfs_pm_info()
|
| H A D | r300.c | 560 static int rv370_debugfs_pcie_gart_info(struct seq_file *m, void *data) in rv370_debugfs_pcie_gart_info()
|
| H A D | r600.c | 4089 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 D | lindebugfs.c | 121 struct seq_file *sf; in debugfs_fill()
|