Searched refs:print_name (Results 1 – 7 of 7) sorted by relevance
/openbmc/openbmc/poky/meta-selftest/lib/recipetool/ |
H A D | bbpath.py | 13 def print_name(opts): function 38 addparser('pluginfile', 'Print the filename of this plugin', print_name)
|
/openbmc/openbmc/poky/meta-selftest/lib/devtool/ |
H A D | bbpath.py | 13 def print_name(args, config, basepath, workspace): function 41 addparser('pluginfile', 'Print the filename of this plugin', print_name)
|
/openbmc/linux/drivers/net/fddi/ |
H A D | defxx.c | 270 const char *print_name, 499 print_name, mmio ? "MMIO" : "I/O", len, start); in dfx_register_res_err() 535 const char *print_name = dev_name(bdev); in dfx_register() local 552 print_name); in dfx_register() 561 print_name); in dfx_register() 593 dfx_register_res_err(print_name, dfx_use_mmio, in dfx_register() 602 dfx_register_res_err(print_name, 0, in dfx_register() 612 dfx_register_res_err(print_name, 0, in dfx_register() 1098 print_name); in dfx_driver_init() 1107 print_name); in dfx_driver_init() [all …]
|
/openbmc/linux/fs/dlm/ |
H A D | debug_fs.c | 262 int print_name = 1; in print_format3() local 280 print_name = 0; in print_format3() 283 seq_puts(s, print_name ? "str " : "hex"); in print_format3() 286 if (print_name) in print_format3() 337 int print_name = 1; in print_format4() local 354 print_name = 0; in print_format4() 357 seq_puts(s, print_name ? "str " : "hex"); in print_format4() 360 if (print_name) in print_format4()
|
/openbmc/linux/kernel/locking/ |
H A D | lockdep_proc.c | 60 static void print_name(struct seq_file *m, struct lock_class *class) in print_name() function 103 print_name(m, class); in l_show() 110 print_name(m, entry->class); in l_show() 177 print_name(m, class); in lc_show()
|
/openbmc/linux/drivers/gpu/drm/msm/adreno/ |
H A D | a6xx_gpu_state.c | 1172 static void print_name(struct drm_printer *p, const char *fmt, const char *name) in print_name() function 1188 print_name(p, " - type: ", block->name); in a6xx_show_shader() 1234 print_name(p, " - cluster-name: ", dbgahb->name); in a6xx_show_dbgahb_cluster() 1246 print_name(p, " - cluster-name: ", cluster->name); in a6xx_show_cluster() 1260 print_name(p, " - regs-name: ", indexed->name); in a6xx_show_indexed_regs() 1270 print_name(p, " - debugbus-block: ", block->name); in a6xx_show_debugbus_block()
|
/openbmc/linux/drivers/net/ethernet/3com/ |
H A D | 3c59x.c | 1100 const char *print_name = "3c59x"; in vortex_probe1() local 1111 print_name = pci_name(pdev); in vortex_probe1() 1115 print_name = dev_name(&edev->dev); in vortex_probe1() 1156 print_name, in vortex_probe1() 1194 print_name, pci_latency, new_latency); in vortex_probe1() 1328 print_name, in vortex_probe1() 1381 print_name, vp->media_override, in vortex_probe1() 1458 print_name, in vortex_probe1()
|