| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | procfs_list.h | 45 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 D | kstat.h | 88 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 *),
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | procfs_list.h | 47 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),
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-procfs-list.c | 61 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 D | spl-proc.c | 226 taskq_seq_show_headers(struct seq_file *f) in taskq_seq_show_headers() 374 taskq_all_seq_show(struct seq_file *f, void *p) in taskq_all_seq_show() 380 taskq_seq_show(struct seq_file *f, void *p) in taskq_seq_show() 386 taskq_seq_start(struct seq_file *f, loff_t *pos) in taskq_seq_start() 406 taskq_seq_next(struct seq_file *f, void *p, loff_t *pos) in taskq_seq_next() 416 slab_seq_show_headers(struct seq_file *f) in slab_seq_show_headers() 433 slab_seq_show(struct seq_file *f, void *p) in slab_seq_show() 488 slab_seq_start(struct seq_file *f, loff_t *pos) in slab_seq_start() 508 slab_seq_next(struct seq_file *f, void *p, loff_t *pos) in slab_seq_next() 518 slab_seq_stop(struct seq_file *f, void *v) in slab_seq_stop() [all …]
|
| H A D | spl-kstat.c | 120 kstat_seq_show_headers(struct seq_file *f) in kstat_seq_show_headers() 201 kstat_seq_show_named(struct seq_file *f, kstat_named_t *knp) in kstat_seq_show_named() 248 kstat_seq_show_intr(struct seq_file *f, kstat_intr_t *kip) in kstat_seq_show_intr() 261 kstat_seq_show_io(struct seq_file *f, kstat_io_t *kip) in kstat_seq_show_io() 277 kstat_seq_show_timer(struct seq_file *f, kstat_timer_t *ktp) in kstat_seq_show_timer() 289 kstat_seq_show(struct seq_file *f, void *p) in kstat_seq_show() 374 kstat_seq_start(struct seq_file *f, loff_t *pos) in kstat_seq_start() 403 kstat_seq_next(struct seq_file *f, void *p, loff_t *pos) in kstat_seq_next() 416 kstat_seq_stop(struct seq_file *f, void *v) in kstat_seq_stop() 479 struct seq_file *f; in proc_kstat_open() [all …]
|
| /f-stack/freebsd/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()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_procfs_list.c | 41 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 D | spl_kstat.c | 60 int (*headers)(struct seq_file *f), in __kstat_set_seq_raw_ops() 202 struct seq_file f; in kstat_sysctl_raw()
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zpl_super.c | 186 __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 D | zfs_debug.c | 55 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()
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-show-options.m4 | 8 int show_options(struct seq_file * x, struct dentry * y) {
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | spa_stats.c | 71 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() 633 spa_mmp_history_show_header(struct seq_file *f) in spa_mmp_history_show_header() 642 spa_mmp_history_show(struct seq_file *f, void *data) in spa_mmp_history_show()
|
| H A D | spa_misc.c | 2126 spa_import_progress_show_header(struct seq_file *f) in spa_import_progress_show_header() 2135 spa_import_progress_show(struct seq_file *f, void *data) in spa_import_progress_show()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zfs_context.h | 388 struct seq_file { }; 389 void seq_printf(struct seq_file *m, const char *fmt, ...); 401 int (*show)(struct seq_file *f, void *p), 402 int (*show_header)(struct seq_file *f),
|
| /f-stack/freebsd/contrib/openzfs/lib/libzpool/ |
| H A D | kernel.c | 442 seq_printf(struct seq_file *m, const char *fmt, ...) in seq_printf() 451 int (*show)(struct seq_file *f, void *p), in procfs_list_install() 452 int (*show_header)(struct seq_file *f), in procfs_list_install()
|