Home
last modified time | relevance | path

Searched refs:set_debug (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/python/qemu/qmp/
H A Dutil.py164 loop.set_debug(debug)
H A Dqmp_tui.py381 self.aloop.set_debug(debug)
/openbmc/linux/drivers/isdn/hardware/mISDN/
H A Dspeedfax.c84 set_debug(const char *val, const struct kernel_param *kp) in set_debug() function
103 module_param_call(debug, set_debug, param_get_uint, &debug, S_IRUGO | S_IWUSR);
H A Davmfritz.c146 set_debug(const char *val, const struct kernel_param *kp) in set_debug() function
164 module_param_call(debug, set_debug, param_get_uint, &debug, S_IRUGO | S_IWUSR);
H A DmISDNinfineon.c232 set_debug(const char *val, const struct kernel_param *kp) in set_debug() function
250 module_param_call(debug, set_debug, param_get_uint, &debug, S_IRUGO | S_IWUSR);
H A Dnetjet.c101 set_debug(const char *val, const struct kernel_param *kp) in set_debug() function
119 module_param_call(debug, set_debug, param_get_uint, &debug, S_IRUGO | S_IWUSR);
H A Dw6692.c88 set_debug(const char *val, const struct kernel_param *kp) in set_debug() function
106 module_param_call(debug, set_debug, param_get_uint, &debug, S_IRUGO | S_IWUSR);
/openbmc/linux/tools/mm/
H A Dslabinfo.c80 int set_debug; variable
1343 else if (set_debug) in output_slabs()
1440 set_debug = 1; in main()
1520 && !validate && !shrink && !set_debug && !show_ops) in main()
/openbmc/qemu/python/tests/
H A Dprotocol.py232 loop.set_debug(True)