Home
last modified time | relevance | path

Searched refs:dbg_printk (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/block/mtip32xx/
H A Dmtip32xx.h111 #define dbg_printk(format, arg...) \ macro
114 #define dbg_printk(format, arg...) macro
H A Dmtip32xx.c514 dbg_printk(MTIP_DRV_NAME " TFE for the internal command\n"); in mtip_handle_tfe()
976 dbg_printk(MTIP_DRV_NAME "Unable to allocate tag for PIO cmd\n"); in mtip_exec_internal_command()
1223 dbg_printk(MTIP_DRV_NAME "Time taken to complete standby cmd: %d ms\n", in mtip_standby_immediate()
1496dbg_printk(MTIP_DRV_NAME " %s: User Command: cmd %x, feat %x, nsect %x, sect %x, lcyl %x, hcyl %x,… in exec_drive_task()
1522 dbg_printk(MTIP_DRV_NAME " %s: Completion Status: stat %x, err %x , cyl_lo %x cyl_hi %x\n", in exec_drive_task()
1591 dbg_printk(MTIP_DRV_NAME in exec_drive_command()
1618 dbg_printk(MTIP_DRV_NAME in exec_drive_command()
1812 dbg_printk(MTIP_DRV_NAME in exec_drive_taskfile()
1887 dbg_printk(MTIP_DRV_NAME in exec_drive_taskfile()
2439 dbg_printk(MTIP_DRV_NAME " Aborting request, tag = %d\n", req->tag); in mtip_abort_cmd()
/linux/security/apparmor/
H A Ddomain.c778 dbg_printk("apparmor: setting AT_SECURE for %s profile=", in profile_transition()
781 dbg_printk("\n"); in profile_transition()
857 dbg_printk("apparmor: setting AT_SECURE for %s label=", in profile_onexec()
860 dbg_printk("\n"); in profile_onexec()
1072 dbg_printk("setting AT_SECURE for %s label=", in apparmor_bprm_creds_for_exec()
1075 dbg_printk("\n"); in apparmor_bprm_creds_for_exec()
1083 dbg_printk("apparmor: clearing unsafe personality bits. %s label=", in apparmor_bprm_creds_for_exec()
1086 dbg_printk("\n"); in apparmor_bprm_creds_for_exec()
/linux/drivers/platform/x86/lenovo/
H A Dthinkpad_acpi.c450 #define dbg_printk(a_dbg_level, format, arg...) \ macro
458 #define vdbg_printk dbg_printk
759 dbg_printk(TPACPI_DBG_INIT, in drv_acpi_handle_init()
806 dbg_printk(TPACPI_DBG_INIT, in tpacpi_acpi_handle_locate()
1134 dbg_printk(TPACPI_DBG_RFKILL, in tpacpi_rfk_hook_set_block()
3103 dbg_printk(TPACPI_DBG_EXIT | TPACPI_DBG_HKEY, in hotkey_exit()
3460 dbg_printk(TPACPI_DBG_INIT | TPACPI_DBG_HKEY, in hotkey_init()
3525 dbg_printk(TPACPI_DBG_INIT | TPACPI_DBG_HKEY, in hotkey_init()
4343 dbg_printk(TPACPI_DBG_INIT | TPACPI_DBG_RFKILL, in bluetooth_init()
4522 dbg_printk(TPACPI_DBG_INIT | TPACPI_DBG_RFKILL, in wan_init()
[all …]
/linux/security/apparmor/include/
H A Dlib.h25 #define dbg_printk(__fmt, __args...) pr_debug(__fmt, ##__args) macro