Searched refs:dbg_printk (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/drivers/block/mtip32xx/ |
D | mtip32xx.h | 110 #define dbg_printk(format, arg...) \ macro 113 #define dbg_printk(format, arg...) macro
|
D | mtip32xx.c | 514 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() 1496 …dbg_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() 2449 dbg_printk(MTIP_DRV_NAME " Aborting request, tag = %d\n", req->tag); in mtip_abort_cmd()
|
/linux-6.6.21/security/apparmor/ |
D | domain.c | 711 dbg_printk("apparmor: scrubbing environment variables" in profile_transition() 714 dbg_printk("\n"); in profile_transition() 791 dbg_printk("apparmor: scrubbing environment " in profile_onexec() 794 dbg_printk("\n"); in profile_onexec() 962 dbg_printk("scrubbing environment variables for %s " in apparmor_bprm_creds_for_exec() 965 dbg_printk("\n"); in apparmor_bprm_creds_for_exec() 973 dbg_printk("apparmor: clearing unsafe personality " in apparmor_bprm_creds_for_exec() 976 dbg_printk("\n"); in apparmor_bprm_creds_for_exec()
|
/linux-6.6.21/drivers/platform/x86/ |
D | thinkpad_acpi.c | 421 #define dbg_printk(a_dbg_level, format, arg...) \ macro 429 #define vdbg_printk dbg_printk 730 dbg_printk(TPACPI_DBG_INIT, in drv_acpi_handle_init() 777 dbg_printk(TPACPI_DBG_INIT, in tpacpi_acpi_handle_locate() 847 dbg_printk(TPACPI_DBG_INIT, in register_tpacpi_subdriver() 1143 dbg_printk(TPACPI_DBG_RFKILL, in tpacpi_rfk_hook_set_block() 3050 dbg_printk(TPACPI_DBG_EXIT | TPACPI_DBG_HKEY, in hotkey_exit() 3505 dbg_printk(TPACPI_DBG_INIT | TPACPI_DBG_HKEY, in hotkey_init() 3567 dbg_printk(TPACPI_DBG_INIT | TPACPI_DBG_HKEY, in hotkey_init() 4479 dbg_printk(TPACPI_DBG_INIT | TPACPI_DBG_RFKILL, in bluetooth_init() [all …]
|
/linux-6.6.21/security/apparmor/include/ |
D | lib.h | 30 #define dbg_printk(__fmt, __args...) pr_debug(__fmt, ##__args) macro
|