Home
last modified time | relevance | path

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

12

/freebsd-14.2/sys/compat/linuxkpi/common/src/
H A Dlinux_seq_file.c46 struct seq_file *m; in seq_read()
90 seq_putc(struct seq_file *seq, char c) in seq_putc()
137 single_stop(struct seq_file *p, void *v) in single_stop()
144 struct seq_file *p; in _seq_open_without_sbuf()
170 struct seq_file *seq_file; in __seq_open_private() local
184 seq_file = (struct seq_file *)f->private_data; in __seq_open_private()
185 seq_file->private = private; in __seq_open_private()
239 struct seq_file *m; in seq_release()
254 struct seq_file *seq; in seq_release_private()
265 struct seq_file *m; in single_release()
[all …]
/freebsd-14.2/sys/compat/linuxkpi/common/include/linux/
H A Dseq_file.h54 struct seq_file { struct
63 void * (*start) (struct seq_file *m, off_t *pos); argument
64 void (*stop) (struct seq_file *m, void *v);
65 void * (*next) (struct seq_file *m, void *v, off_t *pos);
66 int (*show) (struct seq_file *m, void *v);
70 int seq_write(struct seq_file *seq, const void *data, size_t len);
71 void seq_putc(struct seq_file *m, char c);
72 void seq_puts(struct seq_file *m, const char *str);
73 bool seq_has_overflowed(struct seq_file *m);
86 void lkpi_seq_vprintf(struct seq_file *m, const char *fmt, va_list args);
[all …]
/freebsd-14.2/sys/contrib/dev/rtw88/
H A Ddebug.c71 struct seq_file *seqpriv = (struct seq_file *)filp->private_data; in rtw_debugfs_single_write()
198 struct seq_file *seqpriv = (struct seq_file *)filp->private_data; in rtw_debugfs_set_read_reg()
288 struct seq_file *seqpriv = (struct seq_file *)filp->private_data; in rtw_debugfs_set_rsvd_page()
317 struct seq_file *seqpriv = (struct seq_file *)filp->private_data; in rtw_debugfs_set_single_input()
453 struct seq_file *seqpriv = (struct seq_file *)filp->private_data; in rtw_debugfs_set_rf_read()
483 struct seq_file *seqpriv = (struct seq_file *)filp->private_data; in rtw_debugfs_set_fix_rate()
878 struct seq_file *seqpriv = (struct seq_file *)filp->private_data; in rtw_debugfs_set_coex_enable()
919 struct seq_file *seqpriv = (struct seq_file *)filp->private_data; in rtw_debugfs_set_edcca_enable()
951 struct seq_file *seqpriv = (struct seq_file *)filp->private_data; in rtw_debugfs_set_fw_crash()
996 struct seq_file *seqpriv = (struct seq_file *)filp->private_data; in rtw_debugfs_set_force_lowest_basic_rate()
[all …]
/freebsd-14.2/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-14.2/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dprocfs_list.h45 int (*pl_show)(struct seq_file *f, void *p);
46 int (*pl_show_header)(struct seq_file *f);
61 int (*show)(struct seq_file *f, void *p),
62 int (*show_header)(struct seq_file *f),
H A Dkstat.h88 struct seq_file { struct
93 void seq_printf(struct seq_file *m, const char *fmt, ...); argument
105 int (*seq_headers)(struct seq_file *);
202 int (*headers)(struct seq_file *),
/freebsd-14.2/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dprocfs_list.h47 int (*pl_show)(struct seq_file *f, void *p);
48 int (*pl_show_header)(struct seq_file *f);
64 int (*show)(struct seq_file *f, void *p),
65 int (*show_header)(struct seq_file *f),
/freebsd-14.2/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-procfs-list.c61 procfs_list_seq_show(struct seq_file *f, void *p) in procfs_list_seq_show()
107 procfs_list_seq_start(struct seq_file *f, loff_t *pos) in procfs_list_seq_start()
146 procfs_list_seq_next(struct seq_file *f, void *p, loff_t *pos) in procfs_list_seq_next()
154 procfs_list_seq_stop(struct seq_file *f, void *p) in procfs_list_seq_stop()
176 struct seq_file *f = filp->private_data; in procfs_list_open()
189 struct seq_file *f = filp->private_data; in procfs_list_write()
226 int (*show)(struct seq_file *f, void *p), in procfs_list_install()
227 int (*show_header)(struct seq_file *f), in procfs_list_install()
H A Dspl-proc.c181 taskq_seq_show_headers(struct seq_file *f) in taskq_seq_show_headers()
328 taskq_all_seq_show(struct seq_file *f, void *p) in taskq_all_seq_show()
334 taskq_seq_show(struct seq_file *f, void *p) in taskq_seq_show()
340 taskq_seq_start(struct seq_file *f, loff_t *pos) in taskq_seq_start()
360 taskq_seq_next(struct seq_file *f, void *p, loff_t *pos) in taskq_seq_next()
370 slab_seq_show_headers(struct seq_file *f) in slab_seq_show_headers()
387 slab_seq_show(struct seq_file *f, void *p) in slab_seq_show()
442 slab_seq_start(struct seq_file *f, loff_t *pos) in slab_seq_start()
462 slab_seq_next(struct seq_file *f, void *p, loff_t *pos) in slab_seq_next()
472 slab_seq_stop(struct seq_file *f, void *v) in slab_seq_stop()
[all …]
H A Dspl-kstat.c55 kstat_seq_show_headers(struct seq_file *f) in kstat_seq_show_headers()
136 kstat_seq_show_named(struct seq_file *f, kstat_named_t *knp) in kstat_seq_show_named()
183 kstat_seq_show_intr(struct seq_file *f, kstat_intr_t *kip) in kstat_seq_show_intr()
196 kstat_seq_show_io(struct seq_file *f, kstat_io_t *kip) in kstat_seq_show_io()
212 kstat_seq_show_timer(struct seq_file *f, kstat_timer_t *ktp) in kstat_seq_show_timer()
224 kstat_seq_show(struct seq_file *f, void *p) in kstat_seq_show()
309 kstat_seq_start(struct seq_file *f, loff_t *pos) in kstat_seq_start()
338 kstat_seq_next(struct seq_file *f, void *p, loff_t *pos) in kstat_seq_next()
351 kstat_seq_stop(struct seq_file *f, void *v) in kstat_seq_stop()
414 struct seq_file *f; in proc_kstat_open()
[all …]
/freebsd-14.2/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-14.2/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-14.2/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()
H A Dmt792x.h291 int mt792x_tx_stats_show(struct seq_file *file, void *data);
292 int mt792x_queues_acq(struct seq_file *s, void *data);
293 int mt792x_queues_read(struct seq_file *s, void *data);
294 int mt792x_pm_stats(struct seq_file *s, void *data);
/freebsd-14.2/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_procfs_list.c41 seq_printf(struct seq_file *f, const char *fmt, ...) in seq_printf()
67 struct seq_file f; in procfs_list_data()
106 int (*show)(struct seq_file *f, void *p), in procfs_list_install()
107 int (*show_header)(struct seq_file *f), in procfs_list_install()
/freebsd-14.2/sys/contrib/dev/rtw89/
H A Ddebug.c100 struct seq_file *seqpriv = (struct seq_file *)filp->private_data; in rtw89_debugfs_seq_file_write()
145 struct seq_file *m = (struct seq_file *)filp->private_data; in rtw89_debug_priv_read_reg_select()
267 struct seq_file *m = (struct seq_file *)filp->private_data; in rtw89_debug_priv_read_rf_select()
664 struct seq_file *m = (struct seq_file *)filp->private_data; in rtw89_debug_priv_mac_reg_dump_select()
781 struct seq_file *m = (struct seq_file *)filp->private_data; in rtw89_debug_priv_mac_mem_dump_select()
888 struct seq_file *m = (struct seq_file *)filp->private_data; in rtw89_debug_priv_mac_dbg_port_dump_select()
3084 struct seq_file *m = (struct seq_file *)filp->private_data; in rtw89_debug_priv_early_h2c_set()
3164 struct seq_file *m = (struct seq_file *)filp->private_data; in rtw89_debug_priv_fw_crash_set()
3260 struct seq_file *m = (struct seq_file *)data; in rtw89_sta_info_get_iter()
3466 struct seq_file *m = (struct seq_file *)data; in rtw89_vif_ids_get_iter()
[all …]
/freebsd-14.2/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-14.2/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-14.2/sys/contrib/dev/mediatek/mt76/mt7996/
H A Ddebugfs.c236 mt7996_rdd_monitor(struct seq_file *s, void *data) in mt7996_rdd_monitor()
431 mt7996_fw_util_wa_show(struct seq_file *file, void *data) in mt7996_fw_util_wa_show()
445 mt7996_ampdu_stat_read_phy(struct mt7996_phy *phy, struct seq_file *file) in mt7996_ampdu_stat_read_phy()
475 mt7996_txbf_stat_read_phy(struct mt7996_phy *phy, struct seq_file *s) in mt7996_txbf_stat_read_phy()
522 mt7996_tx_stats_show(struct seq_file *file, void *data) in mt7996_tx_stats_show()
564 mt7996_hw_queue_read(struct seq_file *s, u32 size, in mt7996_hw_queue_read()
599 struct seq_file *s = data; in mt7996_sta_hw_queue_read()
623 mt7996_hw_queues_show(struct seq_file *file, void *data) in mt7996_hw_queues_show()
693 mt7996_xmit_queues_show(struct seq_file *file, void *data) in mt7996_xmit_queues_show()
726 mt7996_twt_stats(struct seq_file *s, void *data) in mt7996_twt_stats()
[all …]
/freebsd-14.2/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_super.c187 __zpl_show_devname(struct seq_file *seq, zfsvfs_t *zfsvfs) in __zpl_show_devname()
217 zpl_show_devname(struct seq_file *seq, struct dentry *root) in zpl_show_devname()
223 __zpl_show_options(struct seq_file *seq, zfsvfs_t *zfsvfs) in __zpl_show_options()
255 zpl_show_options(struct seq_file *seq, struct dentry *root) in zpl_show_options()
/freebsd-14.2/sys/gnu/gcov/
H A Dgcov_fs.c238 gcov_seq_start(struct seq_file *seq, off_t *pos) in gcov_seq_start()
252 gcov_seq_next(struct seq_file *seq, void *data, off_t *pos) in gcov_seq_next()
265 gcov_seq_show(struct seq_file *seq, void *data) in gcov_seq_show()
275 gcov_seq_stop(struct seq_file *seq, void *data) in gcov_seq_stop()
332 struct seq_file *seq; in gcov_seq_open()
373 struct seq_file *seq; in gcov_seq_release()
444 struct seq_file *seq; in gcov_seq_write()
/freebsd-14.2/sys/contrib/dev/mediatek/mt76/mt7915/
H A Ddebugfs.c438 mt7915_rdd_monitor(struct seq_file *s, void *data) in mt7915_rdd_monitor()
644 mt7915_fw_util_wm_show(struct seq_file *file, void *data) in mt7915_fw_util_wm_show()
665 mt7915_fw_util_wa_show(struct seq_file *file, void *data) in mt7915_fw_util_wa_show()
682 struct seq_file *file) in mt7915_ampdu_stat_read_phy()
759 mt7915_tx_stats_show(struct seq_file *file, void *data) in mt7915_tx_stats_show()
792 mt7915_hw_queue_read(struct seq_file *s, u32 size, in mt7915_hw_queue_read()
827 struct seq_file *s = data; in mt7915_sta_hw_queue_read()
851 mt7915_hw_queues_show(struct seq_file *file, void *data) in mt7915_hw_queues_show()
921 mt7915_xmit_queues_show(struct seq_file *file, void *data) in mt7915_xmit_queues_show()
1150 mt7915_twt_stats(struct seq_file *s, void *data) in mt7915_twt_stats()
[all …]
/freebsd-14.2/sys/contrib/dev/mediatek/mt76/mt7921/
H A Ddebugfs.c63 mt7921_seq_puts_array(struct seq_file *file, const char *str, in mt7921_seq_puts_array()
91 mt7921_txpwr(struct seq_file *s, void *data) in mt7921_txpwr()
251 mt7921s_sched_quota_read(struct seq_file *s, void *data) in mt7921s_sched_quota_read()

12