Searched refs:dbg_printk (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpib/gpio/ |
| H A D | gpib_bitbang.c | 45 #define dbg_printk(level, frm, ...) \ macro 360 dbg_printk(2, "board: %p lock %d length: %zu\n", in bb_read() 373 dbg_printk(3, ".........." LINFMT "\n", LINVAL); in bb_read() 390 dbg_printk(3, "awake from wait queue: %d\n", retval); in bb_read() 394 dbg_printk(1, "timeout\n"); in bb_read() 410 dbg_printk(2, "return: %d eoi|eos: %d count: %d\n\n", retval, priv->end, priv->count); in bb_read() 437 dbg_printk(1, "interrupt while idle after %d at %d\n", in bb_DAV_interrupt() 446 dbg_printk(1, "out of order DAV interrupt %d/%d after %zu/%zu at %d cmd %d " in bb_DAV_interrupt() 453 dbg_printk(3, "> irq: %d DAV: %d st: %4lx dir: %d busy: %d:%d\n", in bb_DAV_interrupt() 478 dbg_printk(3, "< irq: %d count %d\n", irq, priv->count); in bb_DAV_interrupt() [all …]
|
| /linux/drivers/block/mtip32xx/ |
| H A D | mtip32xx.h | 110 #define dbg_printk(format, arg...) \ macro 113 #define dbg_printk(format, arg...) macro
|
| /linux/security/apparmor/ |
| H A D | domain.c | 773 dbg_printk("apparmor: setting AT_SECURE for %s profile=", in profile_transition() 776 dbg_printk("\n"); in profile_transition() 852 dbg_printk("apparmor: setting AT_SECURE for %s label=", in profile_onexec() 855 dbg_printk("\n"); in profile_onexec() 1018 dbg_printk("setting AT_SECURE for %s label=", in apparmor_bprm_creds_for_exec() 1021 dbg_printk("\n"); in apparmor_bprm_creds_for_exec() 1029 dbg_printk("apparmor: clearing unsafe personality bits. %s label=", in apparmor_bprm_creds_for_exec() 1032 dbg_printk("\n"); in apparmor_bprm_creds_for_exec()
|
| /linux/security/apparmor/include/ |
| H A D | lib.h | 25 #define dbg_printk(__fmt, __args...) pr_debug(__fmt, ##__args) macro
|