| /freebsd-13.1/sys/ofed/drivers/infiniband/ulp/sdp/ |
| H A D | sdp_proc.c | 132 seq_printf(seq, "%-*s\n", TMPSZ - 1, in sdp_seq_show() 153 seq_printf(seq, "%-*s\n", TMPSZ - 1, tmpbuf); in sdp_seq_show() 214 seq_printf(seq, "%s:\n", str); in sdpstats_seq_hist() 222 seq_printf(seq, " - all values are 0\n"); in sdpstats_seq_hist() 268 seq_printf(seq, "SDP statistics:\n"); in sdpstats_seq_show() 281 seq_printf(seq, "zcopy segments \t\t: %d\n", in sdpstats_seq_show() 296 seq_printf(seq, "\n"); in sdpstats_seq_show() 297 seq_printf(seq, "post_recv \t\t: %d\n", in sdpstats_seq_show() 311 seq_printf(seq, "CQ stats:\n"); in sdpstats_seq_show() 315 seq_printf(seq, "ZCopy stats:\n"); in sdpstats_seq_show() [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-proc.c | 237 seq_printf(f, "%-25s ", name); in taskq_seq_show_impl() 248 seq_printf(f, "\t%s:", in taskq_seq_show_impl() 251 seq_printf(f, "\n\t "); in taskq_seq_show_impl() 254 seq_printf(f, " [%d]%pf(%ps)", in taskq_seq_show_impl() 260 seq_printf(f, "\n"); in taskq_seq_show_impl() 282 seq_printf(f, "\t%s:", in taskq_seq_show_impl() 294 seq_printf(f, "\t%s:", in taskq_seq_show_impl() 299 seq_printf(f, " %pf(%ps)", in taskq_seq_show_impl() 305 seq_printf(f, "\n"); in taskq_seq_show_impl() 359 seq_printf(f, in slab_seq_show_headers() [all …]
|
| H A D | spl-kstat.c | 77 seq_printf(f, "raw data\n"); in kstat_seq_show_headers() 81 seq_printf(f, "%-31s %-4s %s\n", in kstat_seq_show_headers() 90 seq_printf(f, in kstat_seq_show_headers() 99 seq_printf(f, in kstat_seq_show_headers() 118 seq_printf(f, "%03x:", i); in kstat_seq_show_raw() 122 seq_printf(f, "\n"); in kstat_seq_show_raw() 128 seq_printf(f, "\n"); in kstat_seq_show_raw() 158 seq_printf(f, "%llu", in kstat_seq_show_named() 176 seq_printf(f, "\n"); in kstat_seq_show_named() 198 seq_printf(f, in kstat_seq_show_io() [all …]
|
| /freebsd-13.1/sys/ofed/drivers/infiniband/ulp/ipoib/ |
| H A D | ipoib_fs.c | 116 seq_printf(file, in ipoib_mcg_seq_show() 213 seq_printf(file, in ipoib_path_seq_show() 221 seq_printf(file, in ipoib_path_seq_show()
|
| /freebsd-13.1/sys/contrib/vchiq/interface/vchiq_arm/ |
| H A D | vchiq_debugfs.c | 113 seq_printf(f, "%s\n", log_value ? log_value : "(null)"); in debugfs_log_show() 198 seq_printf(f, "%d\n", use_count); in debugfs_usecount_show() 222 seq_printf(f, "%s\n", trace ? "Y" : "N"); in debugfs_trace_show()
|
| /freebsd-13.1/sys/contrib/dev/iwlwifi/fw/ |
| H A D | debugfs.c | 363 seq_printf(seq, " 0x%04x:\n", cmd_id); in iwl_dbgfs_fw_info_seq_show() 364 seq_printf(seq, " name: %s\n", in iwl_dbgfs_fw_info_seq_show() 366 seq_printf(seq, " cmd_ver: %d\n", ver->cmd_ver); in iwl_dbgfs_fw_info_seq_show() 367 seq_printf(seq, " notif_ver: %d\n", ver->notif_ver); in iwl_dbgfs_fw_info_seq_show()
|
| /freebsd-13.1/sys/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_debug.c | 57 seq_printf(f, "%-12s %-8s\n", "timestamp", "message"); in zfs_dbgmsg_show_header() 65 seq_printf(f, "%-12llu %-s\n", in zfs_dbgmsg_show()
|
| H A D | zpl_super.c | 222 seq_printf(seq, ",%s", in __zpl_show_options()
|
| /freebsd-13.1/sys/contrib/openzfs/module/zfs/ |
| H A D | spa_stats.c | 73 seq_printf(f, "%-8s %-16s %-8s %-8s %-8s %-8s %-8s " in spa_read_history_show_header() 85 seq_printf(f, "%-8llu %-16llu 0x%-6llx " in spa_read_history_show() 208 seq_printf(f, "%-8s %-16s %-5s %-12s %-12s %-12s " in spa_txg_history_show_header() 248 seq_printf(f, "%-8llu %-16llu %-5c %-12llu " in spa_txg_history_show() 587 seq_printf(f, "%-10s %-10s %-10s %-6s %-10s %-12s %-24s " in spa_mmp_history_show_header() 602 seq_printf(f, (smh->error_start ? skip_fmt : write_fmt), in spa_mmp_history_show()
|
| H A D | spa_misc.c | 2171 seq_printf(f, "%-20s %-14s %-14s %-12s %s\n", "pool_guid", in spa_import_progress_show_header() 2182 seq_printf(f, "%-20llu %-14llu %-14llu %-12llu %s\n", in spa_import_progress_show()
|
| /freebsd-13.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | seq_file.h | 81 #define seq_printf(m, fmt, ...) sbuf_printf((m)->buf, (fmt), ##__VA_ARGS__) macro
|
| /freebsd-13.1/sys/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() function
|
| /freebsd-13.1/sys/dev/drm2/ttm/ |
| H A D | ttm_page_alloc.c | 907 seq_printf(m, "No pool allocator running.\n"); 910 seq_printf(m, "%6s %12s %13s %8s\n", 915 seq_printf(m, "%6s %12ld %13ld %8d\n",
|
| H A D | ttm_page_alloc_dma.c | 1114 seq_printf(m, "No pool allocator running.\n"); in ttm_dma_page_alloc_debugfs() 1117 seq_printf(m, "%13s %12s %13s %8s %8s %8s\n", in ttm_dma_page_alloc_debugfs() 1125 seq_printf(m, "%13s %12ld %13ld %8d %8d %8s\n", in ttm_dma_page_alloc_debugfs()
|
| /freebsd-13.1/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | kstat.h | 93 void seq_printf(struct seq_file *m, const char *fmt, ...);
|
| /freebsd-13.1/sys/contrib/openzfs/include/sys/ |
| H A D | zfs_context.h | 384 void seq_printf(struct seq_file *m, const char *fmt, ...);
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libzpool/ |
| H A D | kernel.c | 412 seq_printf(struct seq_file *m, const char *fmt, ...) in seq_printf() function
|
| /freebsd-13.1/sys/contrib/dev/iwlwifi/pcie/ |
| H A D | trans.c | 2629 seq_printf(seq, "hwq %.3u: used=%d stopped=%d ", in iwl_dbgfs_tx_queue_seq_show() 2634 seq_printf(seq, in iwl_dbgfs_tx_queue_seq_show()
|