Home
last modified time | relevance | path

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

12

/freebsd-13.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()
140 struct seq_file *m; in seq_release()
151 struct seq_file *m; in single_release()
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dseq_file.h56 struct seq_file { struct
65 void * (*start) (struct seq_file *m, off_t *pos); argument
66 void (*stop) (struct seq_file *m, void *v);
67 void * (*next) (struct seq_file *m, void *v, off_t *pos);
68 int (*show) (struct seq_file *m, void *v);
72 int seq_write(struct seq_file *seq, const void *data, size_t len);
78 int single_open(struct linux_file *, int (*)(struct seq_file *, void *), void *);
/freebsd-13.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-13.1/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-13.1/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-13.1/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.c167 taskq_seq_show_headers(struct seq_file *f) in taskq_seq_show_headers()
315 taskq_all_seq_show(struct seq_file *f, void *p) in taskq_all_seq_show()
321 taskq_seq_show(struct seq_file *f, void *p) in taskq_seq_show()
327 taskq_seq_start(struct seq_file *f, loff_t *pos) in taskq_seq_start()
347 taskq_seq_next(struct seq_file *f, void *p, loff_t *pos) in taskq_seq_next()
357 slab_seq_show_headers(struct seq_file *f) in slab_seq_show_headers()
374 slab_seq_show(struct seq_file *f, void *p) in slab_seq_show()
429 slab_seq_start(struct seq_file *f, loff_t *pos) in slab_seq_start()
449 slab_seq_next(struct seq_file *f, void *p, loff_t *pos) in slab_seq_next()
459 slab_seq_stop(struct seq_file *f, void *v) in slab_seq_stop()
[all …]
H A Dspl-kstat.c54 kstat_seq_show_headers(struct seq_file *f) in kstat_seq_show_headers()
135 kstat_seq_show_named(struct seq_file *f, kstat_named_t *knp) in kstat_seq_show_named()
182 kstat_seq_show_intr(struct seq_file *f, kstat_intr_t *kip) in kstat_seq_show_intr()
195 kstat_seq_show_io(struct seq_file *f, kstat_io_t *kip) in kstat_seq_show_io()
211 kstat_seq_show_timer(struct seq_file *f, kstat_timer_t *ktp) in kstat_seq_show_timer()
223 kstat_seq_show(struct seq_file *f, void *p) in kstat_seq_show()
308 kstat_seq_start(struct seq_file *f, loff_t *pos) in kstat_seq_start()
337 kstat_seq_next(struct seq_file *f, void *p, loff_t *pos) in kstat_seq_next()
350 kstat_seq_stop(struct seq_file *f, void *v) in kstat_seq_stop()
413 struct seq_file *f; in proc_kstat_open()
[all …]
/freebsd-13.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-13.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-13.1/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()
H A Dspl_kstat.c60 int (*headers)(struct seq_file *f), in __kstat_set_seq_raw_ops()
202 struct seq_file f; in kstat_sysctl_raw()
/freebsd-13.1/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_super.c186 __zpl_show_devname(struct seq_file *seq, zfsvfs_t *zfsvfs) in __zpl_show_devname()
214 zpl_show_devname(struct seq_file *seq, struct dentry *root) in zpl_show_devname()
220 __zpl_show_options(struct seq_file *seq, zfsvfs_t *zfsvfs) in __zpl_show_options()
240 zpl_show_options(struct seq_file *seq, struct dentry *root) in zpl_show_options()
H A Dzfs_debug.c55 zfs_dbgmsg_show_header(struct seq_file *f) in zfs_dbgmsg_show_header()
62 zfs_dbgmsg_show(struct seq_file *f, void *p) in zfs_dbgmsg_show()
/freebsd-13.1/sys/gnu/gcov/
H A Dgcov_fs.c240 gcov_seq_start(struct seq_file *seq, off_t *pos) in gcov_seq_start()
254 gcov_seq_next(struct seq_file *seq, void *data, off_t *pos) in gcov_seq_next()
267 gcov_seq_show(struct seq_file *seq, void *data) in gcov_seq_show()
277 gcov_seq_stop(struct seq_file *seq, void *data) in gcov_seq_stop()
334 struct seq_file *seq; in gcov_seq_open()
375 struct seq_file *seq; in gcov_seq_release()
446 struct seq_file *seq; in gcov_seq_write()
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/
H A Ddebugfs.c312 static void *iwl_dbgfs_fw_info_seq_next(struct seq_file *seq, in iwl_dbgfs_fw_info_seq_next()
326 static void iwl_dbgfs_fw_info_seq_stop(struct seq_file *seq, in iwl_dbgfs_fw_info_seq_stop()
332 static void *iwl_dbgfs_fw_info_seq_start(struct seq_file *seq, loff_t *pos) in iwl_dbgfs_fw_info_seq_start()
348 static int iwl_dbgfs_fw_info_seq_show(struct seq_file *seq, void *v) in iwl_dbgfs_fw_info_seq_show()
/freebsd-13.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.c901 int ttm_page_alloc_debugfs(struct seq_file *m, void *data)
/freebsd-13.1/sys/contrib/openzfs/config/
H A Dkernel-show-options.m48 int show_options(struct seq_file * x, struct dentry * y) {
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Dspa_stats.c71 spa_read_history_show_header(struct seq_file *f) in spa_read_history_show_header()
81 spa_read_history_show(struct seq_file *f, void *data) in spa_read_history_show()
206 spa_txg_history_show_header(struct seq_file *f) in spa_txg_history_show_header()
216 spa_txg_history_show(struct seq_file *f, void *data) in spa_txg_history_show()
585 spa_mmp_history_show_header(struct seq_file *f) in spa_mmp_history_show_header()
594 spa_mmp_history_show(struct seq_file *f, void *data) in spa_mmp_history_show()
/freebsd-13.1/sys/contrib/openzfs/include/sys/
H A Dzfs_context.h383 struct seq_file { };
384 void seq_printf(struct seq_file *m, const char *fmt, ...);
396 int (*show)(struct seq_file *f, void *p),
397 int (*show_header)(struct seq_file *f),
/freebsd-13.1/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c412 seq_printf(struct seq_file *m, const char *fmt, ...) in seq_printf()
421 int (*show)(struct seq_file *f, void *p), in procfs_list_install()
422 int (*show_header)(struct seq_file *f), in procfs_list_install()
/freebsd-13.1/sys/compat/lindebugfs/
H A Dlindebugfs.c121 struct seq_file *sf; in debugfs_fill()
/freebsd-13.1/sys/contrib/dev/iwlwifi/pcie/
H A Dtrans.c2588 static void *iwl_dbgfs_tx_queue_seq_start(struct seq_file *seq, loff_t *pos) in iwl_dbgfs_tx_queue_seq_start()
2603 static void *iwl_dbgfs_tx_queue_seq_next(struct seq_file *seq, in iwl_dbgfs_tx_queue_seq_next()
2617 static void iwl_dbgfs_tx_queue_seq_stop(struct seq_file *seq, void *v) in iwl_dbgfs_tx_queue_seq_stop()
2622 static int iwl_dbgfs_tx_queue_seq_show(struct seq_file *seq, void *v) in iwl_dbgfs_tx_queue_seq_show()

12