Home
last modified time | relevance | path

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

12

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_seq_file.c45 struct seq_file *m; in seq_read()
74 seq_write(struct seq_file *seq, const void *data, size_t len) in seq_write()
86 seq_putc(struct seq_file *seq, char c) in seq_putc()
96 seq_puts(struct seq_file *seq, const char *str) in seq_puts()
118 single_start(struct seq_file *p, off_t *pos) in single_start()
125 single_next(struct seq_file *p, void *v, off_t *pos) in single_next()
133 single_stop(struct seq_file *p, void *v) in single_stop()
140 struct seq_file *p; in _seq_open_without_sbuf()
158 ((struct seq_file *)f->private_data)->buf = sbuf_new_auto(); in seq_open()
166 struct seq_file *seq_file; in __seq_open_private() local
[all …]
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dseq_file.h73 struct seq_file { struct
82 void * (*start) (struct seq_file *m, off_t *pos); argument
83 void (*stop) (struct seq_file *m, void *v);
84 void * (*next) (struct seq_file *m, void *v, off_t *pos);
85 int (*show) (struct seq_file *m, void *v);
89 int seq_write(struct seq_file *seq, const void *data, size_t len);
90 void seq_putc(struct seq_file *m, char c);
91 void seq_puts(struct seq_file *m, const char *str);
92 bool seq_has_overflowed(struct seq_file *m);
101 int single_open(struct linux_file *, int (*)(struct seq_file *, void *), void *);
[all …]
/freebsd/sys/contrib/dev/rtw88/
H A Ddebug.c21 int (*cb_read)(struct seq_file *m, void *v);
107 static int rtw_debugfs_single_show(struct seq_file *m, void *v) in rtw_debugfs_single_show()
127 struct seq_file *seqpriv = (struct seq_file *)filp->private_data; in rtw_debugfs_single_write()
167 static int rtw_debugfs_get_read_reg(struct seq_file *m, void *v) in rtw_debugfs_get_read_reg()
192 static int rtw_debugfs_get_rf_read(struct seq_file *m, void *v) in rtw_debugfs_get_rf_read()
213 static int rtw_debugfs_get_fix_rate(struct seq_file *m, void *v) in rtw_debugfs_get_fix_rate()
254 struct seq_file *seqpriv = (struct seq_file *)filp->private_data; in rtw_debugfs_set_read_reg()
281 static int rtw_debugfs_get_dump_cam(struct seq_file *m, void *v) in rtw_debugfs_get_dump_cam()
307 static int rtw_debugfs_get_rsvd_page(struct seq_file *m, void *v) in rtw_debugfs_get_rsvd_page()
344 struct seq_file *seqpriv = (struct seq_file *)filp->private_data; in rtw_debugfs_set_rsvd_page()
[all …]
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_fs.c59 static void *ipoib_mcg_seq_start(struct seq_file *file, loff_t *pos) in ipoib_mcg_seq_start()
78 static void *ipoib_mcg_seq_next(struct seq_file *file, void *iter_ptr, in ipoib_mcg_seq_next()
93 static void ipoib_mcg_seq_stop(struct seq_file *file, void *iter_ptr) in ipoib_mcg_seq_stop()
98 static int ipoib_mcg_seq_show(struct seq_file *file, void *iter_ptr) in ipoib_mcg_seq_show()
137 struct seq_file *seq; in ipoib_mcg_open()
158 static void *ipoib_path_seq_start(struct seq_file *file, loff_t *pos) in ipoib_path_seq_start()
177 static void *ipoib_path_seq_next(struct seq_file *file, void *iter_ptr, in ipoib_path_seq_next()
192 static void ipoib_path_seq_stop(struct seq_file *file, void *iter_ptr) in ipoib_path_seq_stop()
197 static int ipoib_path_seq_show(struct seq_file *file, void *iter_ptr) in ipoib_path_seq_show()
243 struct seq_file *seq; in ipoib_path_open()
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-procfs-list.c62 procfs_list_seq_show(struct seq_file *f, void *p) in procfs_list_seq_show()
108 procfs_list_seq_start(struct seq_file *f, loff_t *pos) in procfs_list_seq_start()
147 procfs_list_seq_next(struct seq_file *f, void *p, loff_t *pos) in procfs_list_seq_next()
155 procfs_list_seq_stop(struct seq_file *f, void *p) in procfs_list_seq_stop()
177 struct seq_file *f = filp->private_data; in procfs_list_open()
190 struct seq_file *f = filp->private_data; in procfs_list_write()
227 int (*show)(struct seq_file *f, void *p), in procfs_list_install()
228 int (*show_header)(struct seq_file *f), in procfs_list_install()
H A Dspl-kstat.c60 kstat_seq_show_headers(struct seq_file *f) in kstat_seq_show_headers()
119 kstat_seq_show_raw(struct seq_file *f, unsigned char *p, int l) in kstat_seq_show_raw()
141 kstat_seq_show_named(struct seq_file *f, kstat_named_t *knp) in kstat_seq_show_named()
188 kstat_seq_show_intr(struct seq_file *f, kstat_intr_t *kip) in kstat_seq_show_intr()
201 kstat_seq_show_io(struct seq_file *f, kstat_io_t *kip) in kstat_seq_show_io()
217 kstat_seq_show_timer(struct seq_file *f, kstat_timer_t *ktp) in kstat_seq_show_timer()
229 kstat_seq_show(struct seq_file *f, void *p) in kstat_seq_show()
314 kstat_seq_start(struct seq_file *f, loff_t *pos) in kstat_seq_start()
343 kstat_seq_next(struct seq_file *f, void *p, loff_t *pos) in kstat_seq_next()
356 kstat_seq_stop(struct seq_file *f, void *v) in kstat_seq_stop()
[all …]
H A Dspl-proc.c175 slab_seq_show_headers(struct seq_file *f) in slab_seq_show_headers()
192 slab_seq_show(struct seq_file *f, void *p) in slab_seq_show()
247 slab_seq_start(struct seq_file *f, loff_t *pos) in slab_seq_start()
267 slab_seq_next(struct seq_file *f, void *p, loff_t *pos) in slab_seq_next()
277 slab_seq_stop(struct seq_file *f, void *v) in slab_seq_stop()
/freebsd/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()
208 static void sdpstats_seq_hist(struct seq_file *seq, char *str, u32 *h, int n, in sdpstats_seq_hist()
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()
[all …]
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dprocfs_list.h49 struct seq_file { }; struct
50 void seq_printf(struct seq_file *m, const char *fmt, ...);
62 int (*show)(struct seq_file *f, void *p),
63 int (*show_header)(struct seq_file *f),
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dprocfs_list.h46 int (*pl_show)(struct seq_file *f, void *p);
47 int (*pl_show_header)(struct seq_file *f);
62 int (*show)(struct seq_file *f, void *p),
63 int (*show_header)(struct seq_file *f),
H A Dkstat.h89 struct seq_file { struct
94 void seq_printf(struct seq_file *m, const char *fmt, ...); argument
106 int (*seq_headers)(struct seq_file *);
203 int (*headers)(struct seq_file *),
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dprocfs_list.h48 int (*pl_show)(struct seq_file *f, void *p);
49 int (*pl_show_header)(struct seq_file *f);
65 int (*show)(struct seq_file *f, void *p),
66 int (*show_header)(struct seq_file *f),
/freebsd/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/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_debugfs.c10 mt76x02_ampdu_stat_show(struct seq_file *file, void *data) in mt76x02_ampdu_stat_show()
36 static int read_txpower(struct seq_file *file, void *data) in read_txpower()
48 mt76x02_dfs_stat_show(struct seq_file *file, void *data) in mt76x02_dfs_stat_show()
75 static int read_agc(struct seq_file *file, void *data) in read_agc()
117 static int mt76x02_read_rate_txpower(struct seq_file *s, void *data) in mt76x02_read_rate_txpower()
H A Dmt792x_debugfs.c8 struct seq_file *file) in mt792x_ampdu_stat_read_phy()
39 int mt792x_tx_stats_show(struct seq_file *file, void *data) in mt792x_tx_stats_show()
67 int mt792x_queues_acq(struct seq_file *s, void *data) in mt792x_queues_acq()
98 int mt792x_queues_read(struct seq_file *s, void *data) in mt792x_queues_read()
127 int mt792x_pm_stats(struct seq_file *s, void *data) in mt792x_pm_stats()
H A Ddebugfs.c54 int mt76_queues_read(struct seq_file *s, void *data) in mt76_queues_read()
74 static int mt76_rx_queues_read(struct seq_file *s, void *data) in mt76_rx_queues_read()
91 void mt76_seq_puts_array(struct seq_file *file, const char *str, in mt76_seq_puts_array()
/freebsd/sys/contrib/openzfs/lib/libspl/
H A Dprocfs_list.c43 seq_printf(struct seq_file *m, const char *fmt, ...) in seq_printf()
54 int (*show)(struct seq_file *f, void *p), in procfs_list_install()
55 int (*show_header)(struct seq_file *f), in procfs_list_install()
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_procfs_list.c39 seq_printf(struct seq_file *f, const char *fmt, ...) in seq_printf()
65 struct seq_file f; in procfs_list_data()
104 int (*show)(struct seq_file *f, void *p), in procfs_list_install()
105 int (*show_header)(struct seq_file *f), in procfs_list_install()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Ddebugfs.c6 mt7603_reset_read(struct seq_file *s, void *data) in mt7603_reset_read()
32 mt7603_radio_read(struct seq_file *s, void *data) in mt7603_radio_read()
73 mt7603_ampdu_stat_show(struct seq_file *file, void *data) in mt7603_ampdu_stat_show()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Ddebugfs.c149 mt7615_pm_stats(struct seq_file *s, void *data) in mt7615_pm_stats()
277 struct seq_file *file) in mt7615_ampdu_stat_read_phy()
312 mt7615_ampdu_stat_show(struct seq_file *file, void *data) in mt7615_ampdu_stat_show()
329 mt7615_radio_read_phy(struct mt7615_phy *phy, struct seq_file *s) in mt7615_radio_read_phy()
344 mt7615_radio_read(struct seq_file *s, void *data) in mt7615_radio_read()
355 mt7615_queues_acq(struct seq_file *s, void *data) in mt7615_queues_acq()
391 mt7615_queues_read(struct seq_file *s, void *data) in mt7615_queues_read()
535 mt7663s_sched_quota_read(struct seq_file *s, void *data) in mt7663s_sched_quota_read()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Ddebugfs.c252 mt7996_rdd_monitor(struct seq_file *s, void *data) in mt7996_rdd_monitor()
447 mt7996_fw_util_wa_show(struct seq_file *file, void *data) in mt7996_fw_util_wa_show()
461 mt7996_ampdu_stat_read_phy(struct mt7996_phy *phy, struct seq_file *file) in mt7996_ampdu_stat_read_phy()
491 mt7996_txbf_stat_read_phy(struct mt7996_phy *phy, struct seq_file *s) in mt7996_txbf_stat_read_phy()
539 mt7996_tx_stats_show_phy(struct seq_file *file, struct mt7996_phy *phy) in mt7996_tx_stats_show_phy()
571 mt7996_tx_stats_show(struct seq_file *file, void *data) in mt7996_tx_stats_show()
594 mt7996_hw_queue_read(struct seq_file *s, u32 size, in mt7996_hw_queue_read()
631 struct seq_file *s = data; in mt7996_sta_hw_queue_read()
676 mt7996_hw_queues_show(struct seq_file *file, void *data) in mt7996_hw_queues_show()
755 mt7996_xmit_queues_show(struct seq_file *file, void *data) in mt7996_xmit_queues_show()
[all …]
/freebsd/sys/gnu/gcov/
H A Dgcov_fs.c236 gcov_seq_start(struct seq_file *seq, off_t *pos) in gcov_seq_start()
250 gcov_seq_next(struct seq_file *seq, void *data, off_t *pos) in gcov_seq_next()
263 gcov_seq_show(struct seq_file *seq, void *data) in gcov_seq_show()
273 gcov_seq_stop(struct seq_file *seq, void *data) in gcov_seq_stop()
330 struct seq_file *seq; in gcov_seq_open()
371 struct seq_file *seq; in gcov_seq_release()
442 struct seq_file *seq; in gcov_seq_write()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Ddebugfs.c265 static int mt7915_muru_stats_show(struct seq_file *file, void *data) in mt7915_muru_stats_show()
454 mt7915_rdd_monitor(struct seq_file *s, void *data) in mt7915_rdd_monitor()
666 mt7915_fw_util_wm_show(struct seq_file *file, void *data) in mt7915_fw_util_wm_show()
687 mt7915_fw_util_wa_show(struct seq_file *file, void *data) in mt7915_fw_util_wa_show()
704 struct seq_file *file) in mt7915_ampdu_stat_read_phy()
734 mt7915_txbf_stat_read_phy(struct mt7915_phy *phy, struct seq_file *s) in mt7915_txbf_stat_read_phy()
781 mt7915_tx_stats_show(struct seq_file *file, void *data) in mt7915_tx_stats_show()
814 mt7915_hw_queue_read(struct seq_file *s, u32 size, in mt7915_hw_queue_read()
849 struct seq_file *s = data; in mt7915_sta_hw_queue_read()
873 mt7915_hw_queues_show(struct seq_file *file, void *data) in mt7915_hw_queues_show()
[all …]
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_super.c283 __zpl_show_devname(struct seq_file *seq, zfsvfs_t *zfsvfs) in __zpl_show_devname()
313 zpl_show_devname(struct seq_file *seq, struct dentry *root) in zpl_show_devname()
319 __zpl_show_options(struct seq_file *seq, zfsvfs_t *zfsvfs) in __zpl_show_options()
351 zpl_show_options(struct seq_file *seq, struct dentry *root) in zpl_show_options()
H A Dzfs_debug.c56 zfs_dbgmsg_show_header(struct seq_file *f) in zfs_dbgmsg_show_header()
63 zfs_dbgmsg_show(struct seq_file *f, void *p) in zfs_dbgmsg_show()

12