Home
last modified time | relevance | path

Searched refs:debug (Results 401 - 425 of 4857) sorted by relevance

1...<<11121314151617181920>>...195

/kernel/linux/linux-6.6/drivers/net/ethernet/adaptec/
H A Dstarfire.c78 static int debug = 1; /* 1 normal messages, 0 quiet .. 7 verbose. */ variable
174 module_param(debug, int, 0);
181 MODULE_PARM_DESC(debug, "Debug level (0-6)");
595 if (debug > 1) in netdev_vlan_rx_add_vid()
610 if (debug > 1) in netdev_vlan_rx_kill_vid()
704 if (debug > 4) in starfire_init_one()
880 if (debug > 1) in netdev_open()
948 if (debug > 1) in netdev_open()
982 if (debug > 1) in netdev_open()
1047 if (debug > in netdev_open()
[all...]
/third_party/node/deps/v8/src/debug/
H A Ddebug-interface.cc5 #include "src/debug/debug-interface.h"
13 #include "src/debug/debug-coverage.h"
14 #include "src/debug/debug-evaluate.h"
15 #include "src/debug/debug-property-iterator.h"
16 #include "src/debug/debug
33 namespace debug { global() namespace
[all...]
/kernel/linux/linux-5.10/drivers/media/radio/si4713/
H A Dsi4713.c26 static int debug; variable
27 module_param(debug, int, S_IRUGO | S_IWUSR);
28 MODULE_PARM_DESC(debug, "Debug level (0 - 2)");
98 v4l2_dbg(2, debug, device, "%s:%s\n", message, str); \
176 v4l2_dbg(2, debug, &sdev->sd, in si4713_handler()
282 v4l2_dbg(1, debug, &sdev->sd, in si4713_read_property()
322 v4l2_dbg(1, debug, &sdev->sd, in si4713_write_property()
387 v4l2_dbg(1, debug, &sdev->sd, "Powerup response: 0x%02x\n", in si4713_powerup()
389 v4l2_dbg(1, debug, &sdev->sd, "Device in power up mode\n"); in si4713_powerup()
433 v4l2_dbg(1, debug, in si4713_powerdown()
[all...]
/kernel/linux/linux-6.6/drivers/media/radio/si4713/
H A Dsi4713.c26 static int debug; variable
27 module_param(debug, int, S_IRUGO | S_IWUSR);
28 MODULE_PARM_DESC(debug, "Debug level (0 - 2)");
98 v4l2_dbg(2, debug, device, "%s:%s\n", message, str); \
176 v4l2_dbg(2, debug, &sdev->sd, in si4713_handler()
282 v4l2_dbg(1, debug, &sdev->sd, in si4713_read_property()
322 v4l2_dbg(1, debug, &sdev->sd, in si4713_write_property()
387 v4l2_dbg(1, debug, &sdev->sd, "Powerup response: 0x%02x\n", in si4713_powerup()
389 v4l2_dbg(1, debug, &sdev->sd, "Device in power up mode\n"); in si4713_powerup()
433 v4l2_dbg(1, debug, in si4713_powerdown()
[all...]
/third_party/libfuse/example/
H A Dpassthrough_hp.cc150 bool debug; member
316 if (fs.debug) in do_lookup()
331 if (fs.debug) in do_lookup()
358 if (fs.debug) in do_lookup()
366 if (fs.debug) in do_lookup()
372 if (fs.debug) in do_lookup()
389 if (fs.debug) in do_lookup()
397 if (fs.debug) in do_lookup()
500 if (fs.debug) in sfs_link()
550 if (fs.debug) in sfs_unlink()
[all...]
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/sec2/
H A Dsec_main.c352 /* sec_debug_regs_clear() - clear the sec debug regs */
439 qm->debug.curr_qm_qp_num = qm->qp_num; in sec_current_qm_write()
444 qm->debug.curr_qm_qp_num = in sec_current_qm_write()
448 qm->debug.curr_qm_qp_num = vfq_num; in sec_current_qm_write()
597 struct sec_dfx *dfx = &sec->debug.dfx; in sec_core_debug_init()
602 tmp_d = debugfs_create_dir("sec_dfx", qm->debug.debug_root); in sec_core_debug_init()
632 spin_lock_init(&sec->debug.files[i].lock); in sec_debug_init()
633 sec->debug.files[i].index = i; in sec_debug_init()
634 sec->debug.files[i].qm = qm; in sec_debug_init()
637 qm->debug in sec_debug_init()
[all...]
/kernel/linux/linux-5.10/drivers/isdn/mISDN/
H A Dstack.c18 static u_int *debug; variable
25 if (*debug & DEBUG_QUEUE_FUNC) in _queue_message()
103 if (*debug & DEBUG_SEND_ERR) in send_layer2()
129 else if (*debug & DEBUG_SEND_ERR) in send_layer2()
147 if (*debug & DEBUG_QUEUE_FUNC) in send_msg_to_layer()
203 if (*debug & DEBUG_MSG_THREAD) in mISDNStackd()
237 if (*debug & DEBUG_SEND_ERR) in mISDNStackd()
282 if (*debug & DEBUG_MSG_THREAD) in mISDNStackd()
398 if (*debug & DEBUG_CORE_FUNC) in create_stack()
425 if (*debug in connect_layer1()
[all...]
/kernel/linux/linux-6.6/drivers/isdn/mISDN/
H A Dstack.c18 static u_int *debug; variable
25 if (*debug & DEBUG_QUEUE_FUNC) in _queue_message()
103 if (*debug & DEBUG_SEND_ERR) in send_layer2()
129 else if (*debug & DEBUG_SEND_ERR) in send_layer2()
147 if (*debug & DEBUG_QUEUE_FUNC) in send_msg_to_layer()
203 if (*debug & DEBUG_MSG_THREAD) in mISDNStackd()
237 if (*debug & DEBUG_SEND_ERR) in mISDNStackd()
282 if (*debug & DEBUG_MSG_THREAD) in mISDNStackd()
398 if (*debug & DEBUG_CORE_FUNC) in create_stack()
425 if (*debug in connect_layer1()
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_screen.c545 return svgascreen->debug.nir ? PIPE_SHADER_IR_NIR : PIPE_SHADER_IR_TGSI; in vgpu9_get_shader_param()
547 return (1 << PIPE_SHADER_IR_TGSI) | (svgascreen->debug.nir ? (1 << PIPE_SHADER_IR_NIR) : 0); in vgpu9_get_shader_param()
611 return svgascreen->debug.nir ? PIPE_SHADER_IR_NIR : PIPE_SHADER_IR_TGSI; in vgpu9_get_shader_param()
613 return (1 << PIPE_SHADER_IR_TGSI) | (svgascreen->debug.nir ? (1 << PIPE_SHADER_IR_NIR) : 0); in vgpu9_get_shader_param()
650 (void) sws; /* silence unused var warnings in non-debug builds */ in vgpu10_get_shader_param()
719 return svgascreen->debug.nir ? PIPE_SHADER_IR_NIR : PIPE_SHADER_IR_TGSI; in vgpu10_get_shader_param()
722 return (1 << PIPE_SHADER_IR_TGSI) | (svgascreen->debug.nir ? (1 << PIPE_SHADER_IR_NIR) : 0); in vgpu10_get_shader_param()
1075 svgascreen->debug.force_level_surface_view = in svga_screen_create()
1077 svgascreen->debug.force_surface_view = in svga_screen_create()
1079 svgascreen->debug in svga_screen_create()
[all...]
/third_party/rust/crates/clap/src/builder/
H A Dcommand.rs152 /// Arg::new("debug")
193 /// arg!("[debug] -d 'turns on debugging info'"),
412 /// Command::new("debug").about("Controls debug functionality")])
672 debug!( in try_get_matches_from_mut()
677 debug!("Command::try_get_matches_from_mut: Reinserting command into arguments so subcommand parser matches it"); in try_get_matches_from_mut()
679 debug!("Command::try_get_matches_from_mut: Clearing name and bin_name so that displayed command name starts with applet name"); in try_get_matches_from_mut()
1287 /// // a panic (if you are in debug mode)
3352 debug!("Command::color: Color setting..."); in get_color()
3356 debug!("Neve in get_color()
[all...]
/test/testfwk/xdevice/plugins/devicetest/utils/
H A Dfile_util.py58 log.debug("Not found [%s] in env pool path %s, "
67 log.debug("Not found [%s] in resource path %s, "
72 log.debug("get template path:{}".format(_fol))
95 log.debug("Not found [%s] in env pool path %s, "
105 log.debug("Not found [%s] in ecotest path %s, "
114 log.debug("Not found [%s] in product path %s, "
122 log.debug("Not found [%s] in product path %s, "
130 log.debug("Not found [%s] in product path %s, "
138 log.debug("get resource path:{}".format(_fol))
/third_party/node/lib/internal/modules/esm/
H A Dhooks.js69 let debug = require('internal/util/debuglog').debuglog('esm', (fn) => {
70 debug = fn;
589 debug('wait for signal from worker');
615 debug('post async message to worker', { method, args, transferList });
638 debug('wait for async response from worker', { method, args });
644 debug('got async response from worker', { method, args }, this.#lock);
667 debug('post sync message to worker', { method, args, transferList });
672 debug('wait for sync response from worker', { method, args });
679 debug('got sync response from worker', { method, args });
/third_party/node/lib/internal/policy/
H A Dmanifest.js26 let debug = require('internal/util/debuglog').debuglog('policy', (fn) => {
27 debug = fn;
165 debug(this.href, 'resolving', normalizedSpecifier);
184 debug(dependencies);
191 debug({ to });
454 debug('Manifest contains integrity for resource %s', originalHREF);
480 debug('Manifest contains integrity for scope %s', originalHREF);
530 debug('Checking for entry of %s', href);
565 debug('Checking integrity of %s', href);
/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-icmpv6_sender.c110 "\t-d\t\tdisplay debug informations\n" in usage()
143 if (debug) in set_signal_flag()
268 if (debug) in create_mld_query()
316 if (debug) in create_mld_query()
516 debug = 1; in parse_options()
642 if (debug) in thrust_fakes()
662 if (debug) in thrust_fakes()
671 if (debug) in thrust_fakes()
688 if (debug) in thrust_fakes()
785 debug in main()
[all...]
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger-agent-impl.h15 #include "src/debug/debug-interface.h"
152 void didPauseOnInstrumentation(v8::debug::BreakpointId instrumentationId);
155 const std::vector<v8::debug::BreakpointId>& hitBreakpoints,
156 v8::debug::ExceptionType exceptionType, bool isUncaught,
157 v8::debug::BreakReasons breakReasons);
162 const v8::debug::Location& start,
163 const v8::debug::Location& end);
209 std::unordered_map<String16, std::vector<v8::debug::BreakpointId>>;
211 std::unordered_map<v8::debug
[all...]
/kernel/linux/linux-5.10/drivers/atm/
H A Didt77252.h66 #define CPRINTK(args...) do { if (debug & DBG_CLOSE_CONN) printk(args); } while(0)
67 #define OPRINTK(args...) do { if (debug & DBG_OPEN_CONN) printk(args); } while(0)
68 #define IPRINTK(args...) do { if (debug & DBG_INIT) printk(args); } while(0)
69 #define INTPRINTK(args...) do { if (debug & DBG_INTERRUPT) printk(args); } while(0)
70 #define DIPRINTK(args...) do { if (debug & DBG_DEINIT) printk(args); } while(0)
71 #define TXPRINTK(args...) do { if (debug & DBG_TX_DATA) printk(args); } while(0)
72 #define RXPRINTK(args...) do { if (debug & DBG_RX_DATA) printk(args); } while(0)
73 #define XPRINTK(args...) do { if (debug & DBG_XGENERAL) printk(args); } while(0)
74 #define DPRINTK(args...) do { if (debug & DBG_GENERAL) printk(args); } while(0)
75 #define NPRINTK(args...) do { if (debug
[all...]
/kernel/linux/linux-6.6/drivers/atm/
H A Didt77252.h66 #define CPRINTK(args...) do { if (debug & DBG_CLOSE_CONN) printk(args); } while(0)
67 #define OPRINTK(args...) do { if (debug & DBG_OPEN_CONN) printk(args); } while(0)
68 #define IPRINTK(args...) do { if (debug & DBG_INIT) printk(args); } while(0)
69 #define INTPRINTK(args...) do { if (debug & DBG_INTERRUPT) printk(args); } while(0)
70 #define DIPRINTK(args...) do { if (debug & DBG_DEINIT) printk(args); } while(0)
71 #define TXPRINTK(args...) do { if (debug & DBG_TX_DATA) printk(args); } while(0)
72 #define RXPRINTK(args...) do { if (debug & DBG_RX_DATA) printk(args); } while(0)
73 #define XPRINTK(args...) do { if (debug & DBG_XGENERAL) printk(args); } while(0)
74 #define DPRINTK(args...) do { if (debug & DBG_GENERAL) printk(args); } while(0)
75 #define NPRINTK(args...) do { if (debug
[all...]
/third_party/mbedtls/scripts/
H A Dabi_check.py174 self.log.debug(
185 self.log.debug(fetch_output.decode("utf-8"))
188 self.log.debug("Checking out git worktree for revision {}".format(
198 self.log.debug(worktree_output.decode("utf-8"))
204 self.log.debug("Commit is {}".format(version.commit))
216 self.log.debug(update_output.decode("utf-8"))
228 self.log.debug(fetch_output.decode("utf-8"))
238 self.log.debug(checkout_output.decode("utf-8"))
253 self.log.debug(make_output.decode("utf-8"))
287 self.log.debug(abi_dump_outpu
[all...]
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dadv7842.c36 static int debug; variable
37 module_param(debug, int, 0644);
38 MODULE_PARM_DESC(debug, "debug level (0-2)");
580 v4l2_dbg(1, debug, sd, "%s:\n", __func__); in main_reset()
714 v4l2_dbg(2, debug, sd, "%s: enable hotplug on ports: 0x%x\n", in adv7842_delayed_work_enable_hotplug()
732 v4l2_dbg(2, debug, sd, "%s: write EDID on VGA port\n", __func__); in edid_write_vga_segment()
780 v4l2_dbg(2, debug, sd, "%s: write EDID on port %c\n", in edid_write_hdmi_segment()
972 v4l2_dbg(1, debug, sd, "%s: 0x%x\n", __func__, cable_det); in adv7842_s_detect_tx_5v_ctrl()
1004 v4l2_dbg(1, debug, s in configure_predefined_video_timings()
[all...]
H A Dupd64031a.c32 static int debug; variable
33 module_param(debug, int, 0644);
35 MODULE_PARM_DESC(debug, "Debug level (0-1)");
92 v4l2_dbg(1, debug, sd, "write reg: %02X val: %02X\n", reg, val); in upd64031a_write()
105 v4l2_dbg(1, debug, sd, "changed input or channel\n"); in upd64031a_s_frequency()
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dadv7842.c36 static int debug; variable
37 module_param(debug, int, 0644);
38 MODULE_PARM_DESC(debug, "debug level (0-2)");
558 v4l2_dbg(1, debug, sd, "%s:\n", __func__); in main_reset()
692 v4l2_dbg(2, debug, sd, "%s: enable hotplug on ports: 0x%x\n", in adv7842_delayed_work_enable_hotplug()
711 v4l2_dbg(2, debug, sd, "%s: write EDID on VGA port\n", __func__); in edid_write_vga_segment()
764 v4l2_dbg(2, debug, sd, "%s: write EDID on port %c\n", in edid_write_hdmi_segment()
960 v4l2_dbg(1, debug, sd, "%s: 0x%x\n", __func__, cable_det); in adv7842_s_detect_tx_5v_ctrl()
992 v4l2_dbg(1, debug, s in configure_predefined_video_timings()
[all...]
H A Dupd64031a.c32 static int debug; variable
33 module_param(debug, int, 0644);
35 MODULE_PARM_DESC(debug, "Debug level (0-1)");
92 v4l2_dbg(1, debug, sd, "write reg: %02X val: %02X\n", reg, val); in upd64031a_write()
105 v4l2_dbg(1, debug, sd, "changed input or channel\n"); in upd64031a_s_frequency()
H A Dcs53l32a.c24 static bool debug; variable
26 module_param(debug, bool, 0644);
28 MODULE_PARM_DESC(debug, "Debugging messages, 0=Off (default), 1=On");
157 v4l2_dbg(1, debug, sd, "Read Reg %d %02x\n", i, v); in cs53l32a_probe()
188 v4l2_dbg(1, debug, sd, "Read Reg %d %02x\n", i, v); in cs53l32a_probe()
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/
H A Dnova-t-usb2.c11 static int debug; variable
12 module_param(debug, int, 0644);
13 MODULE_PARM_DESC(debug, "set debugging level (1=rc,2=eeprom (|-able))." DVB_USB_DEBUG_STATUS);
17 #define deb_rc(args...) dprintk(debug,0x01,args)
18 #define deb_ee(args...) dprintk(debug,0x02,args)
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/
H A Dnova-t-usb2.c11 static int debug; variable
12 module_param(debug, int, 0644);
13 MODULE_PARM_DESC(debug, "set debugging level (1=rc,2=eeprom (|-able))." DVB_USB_DEBUG_STATUS);
17 #define deb_rc(args...) dprintk(debug,0x01,args)
18 #define deb_ee(args...) dprintk(debug,0x02,args)

Completed in 31 milliseconds

1...<<11121314151617181920>>...195