| /linux/lib/ |
| H A D | test_lockup.c | 178 pr_notice("lock mutex %ps\n", (void *)lock_mutex_ptr); in test_lock() 184 pr_notice("lock rw_semaphore %ps\n", in test_lock() 194 pr_notice("lock mmap_lock pid=%d\n", main_task->pid); in test_lock() 215 pr_notice("lock spinlock %ps\n", in test_lock() 222 pr_notice("lock rwlock %ps\n", in test_lock() 254 pr_notice("unlock rwlock %ps\n", in test_unlock() 261 pr_notice("unlock spinlock %ps\n", in test_unlock() 283 pr_notice("unlock mmap_lock pid=%d\n", main_task->pid); in test_unlock() 292 pr_notice("unlock rw_semaphore %ps\n", in test_unlock() 299 pr_notice("unlock mutex %ps\n", in test_unlock() [all …]
|
| /linux/arch/nios2/kernel/ |
| H A D | process.c | 45 pr_notice("Machine restart (%08x)...\n", cpuinfo.reset_addr); in machine_restart() 56 pr_notice("Machine halt...\n"); in machine_halt() 68 pr_notice("Machine power off...\n"); in machine_power_off() 76 pr_notice("\n"); in show_regs() 79 pr_notice("r1: %08lx r2: %08lx r3: %08lx r4: %08lx\n", in show_regs() 82 pr_notice("r5: %08lx r6: %08lx r7: %08lx r8: %08lx\n", in show_regs() 85 pr_notice("r9: %08lx r10: %08lx r11: %08lx r12: %08lx\n", in show_regs() 88 pr_notice("r13: %08lx r14: %08lx r15: %08lx\n", in show_regs() 91 pr_notice("ra: %08lx fp: %08lx sp: %08lx gp: %08lx\n", in show_regs() 94 pr_notice("ea: %08lx estatus: %08lx\n", in show_regs()
|
| /linux/arch/microblaze/kernel/ |
| H A D | reset.c | 16 pr_notice("Machine shutdown...\n"); in machine_shutdown() 23 pr_notice("Machine halt...\n"); in machine_halt() 30 pr_notice("Machine power off...\n"); in machine_power_off()
|
| /linux/arch/loongarch/kernel/ |
| H A D | machine_kexec.c | 283 pr_notice("EFI boot flag: 0x%lx\n", efi_boot); in machine_kexec() 284 pr_notice("Command line addr: 0x%lx\n", cmdline_ptr); in machine_kexec() 285 pr_notice("Command line string: %s\n", (char *)cmdline_ptr); in machine_kexec() 286 pr_notice("System table addr: 0x%lx\n", systable_ptr); in machine_kexec() 287 pr_notice("We will call new kernel at 0x%lx\n", start_addr); in machine_kexec() 288 pr_notice("Bye ...\n"); in machine_kexec()
|
| H A D | inst.c | 142 pr_notice("atomic memory access instructions are not supported\n"); in insns_not_supported() 145 pr_notice("sc.q instruction is not supported\n"); in insns_not_supported() 154 pr_notice("ll and sc instructions are not supported\n"); in insns_not_supported() 163 pr_notice("llacq and screl instructions are not supported\n"); in insns_not_supported() 169 pr_notice("bceqz and bcnez instructions are not supported\n"); in insns_not_supported()
|
| /linux/drivers/net/wireless/ath/ath5k/ |
| H A D | ani.c | 733 pr_notice("ACK fail\t%d\n", ath5k_hw_reg_read(ah, AR5K_ACK_FAIL)); in ath5k_ani_print_counters() 734 pr_notice("RTS fail\t%d\n", ath5k_hw_reg_read(ah, AR5K_RTS_FAIL)); in ath5k_ani_print_counters() 735 pr_notice("RTS success\t%d\n", ath5k_hw_reg_read(ah, AR5K_RTS_OK)); in ath5k_ani_print_counters() 736 pr_notice("FCS error\t%d\n", ath5k_hw_reg_read(ah, AR5K_FCS_FAIL)); in ath5k_ani_print_counters() 739 pr_notice("tx\t%d\n", ath5k_hw_reg_read(ah, AR5K_PROFCNT_TX)); in ath5k_ani_print_counters() 740 pr_notice("rx\t%d\n", ath5k_hw_reg_read(ah, AR5K_PROFCNT_RX)); in ath5k_ani_print_counters() 741 pr_notice("busy\t%d\n", ath5k_hw_reg_read(ah, AR5K_PROFCNT_RXCLR)); in ath5k_ani_print_counters() 742 pr_notice("cycles\t%d\n", ath5k_hw_reg_read(ah, AR5K_PROFCNT_CYCLE)); in ath5k_ani_print_counters() 744 pr_notice("AR5K_PHYERR_CNT1\t%d\n", in ath5k_ani_print_counters() 746 pr_notice("AR5K_PHYERR_CNT2\t%d\n", in ath5k_ani_print_counters() [all …]
|
| /linux/drivers/platform/x86/ |
| H A D | acerhdf.c | 310 pr_notice("fan %s\n", state == ACERHDF_FAN_OFF ? "OFF" : "ON"); in acerhdf_change_fanstate() 326 pr_notice("turning off fan manually\n"); in acerhdf_change_fanstate() 356 pr_notice("interval changed to: %d\n", interval); in acerhdf_check_param() 375 pr_notice("temp %d\n", temp); in acerhdf_get_ec_temp() 395 pr_notice("kernel mode fan control OFF\n"); in acerhdf_revert_to_bios_mode() 401 pr_notice("kernel mode fan control ON\n"); in acerhdf_enable_kernelmode() 510 pr_notice("going suspend\n"); in acerhdf_suspend() 610 pr_notice("Fan control off, to enable do:\n"); in acerhdf_check_hardware() 611 pr_notice("echo -n \"enabled\" > /sys/class/thermal/thermal_zoneN/mode # N=0,1,2...\n"); in acerhdf_check_hardware()
|
| /linux/drivers/scsi/libsas/ |
| H A D | sas_scsi_host.c | 78 pr_notice("LLDD:%s sent SAS_PROTO_RESP for an SSP task; please report this\n", in sas_end_task() 286 pr_notice("%s: aborting task 0x%p\n", __func__, task); in sas_scsi_find_task() 298 pr_notice("%s: task 0x%p is aborted\n", in sas_scsi_find_task() 302 pr_notice("%s: querying task 0x%p\n", __func__, task); in sas_scsi_find_task() 306 pr_notice("%s: task 0x%p at LU\n", __func__, in sas_scsi_find_task() 310 pr_notice("%s: task 0x%p not at LU\n", in sas_scsi_find_task() 314 pr_notice("%s: task 0x%p failed to abort\n", in sas_scsi_find_task() 318 pr_notice("%s: task 0x%p result code %d not handled\n", in sas_scsi_find_task() 335 pr_notice("eh: device %016llx LUN 0x%llx has the task\n", in sas_recover_lu() 361 pr_notice("I_T nexus reset for dev %016llx\n", in sas_recover_I_T() [all …]
|
| /linux/fs/netfs/ |
| H A D | fscache_main.c | 81 pr_notice("Failed to allocate a cookie jar\n"); in fscache_init() 86 pr_notice("FS-Cache loaded\n"); in fscache_init() 108 pr_notice("FS-Cache unloaded\n"); in fscache_exit()
|
| /linux/fs/afs/ |
| H A D | rotate.c | 125 pr_notice("kAFS: Volume %llu '%s' on server %pU is %s\n", in afs_busy() 726 pr_notice("EDESTADDR occurred\n"); in afs_dump_edestaddrreq() 727 pr_notice("OP: cbb=%x cbb2=%x fl=%x err=%hd\n", in afs_dump_edestaddrreq() 730 pr_notice("OP: ut=%lx ix=%d ni=%u\n", in afs_dump_edestaddrreq() 732 pr_notice("OP: call er=%d ac=%d r=%u\n", in afs_dump_edestaddrreq() 738 pr_notice("FC: SL nr=%u vnov=%hx\n", in afs_dump_edestaddrreq() 746 pr_notice("FC: server fl=%lx av=%u %pU\n", in afs_dump_edestaddrreq() 748 pr_notice("FC: - pq=%x R=%lx F=%lx\n", in afs_dump_edestaddrreq() 751 pr_notice("FC: - av=%u nr=%u/%u/%u pr=%u\n", in afs_dump_edestaddrreq() 756 pr_notice("FC: - current\n"); in afs_dump_edestaddrreq() [all …]
|
| /linux/arch/riscv/kernel/ |
| H A D | machine_kexec.c | 173 pr_notice("Will call new kernel at %08lx from hart id %lx\n", in machine_kexec() 175 pr_notice("FDT image at %08lx\n", fdt_addr); in machine_kexec() 181 pr_notice("Bye...\n"); in machine_kexec()
|
| /linux/drivers/acpi/ |
| H A D | osi.c | 249 pr_notice("DMI detected to setup _OSI(\"Darwin\"): Apple hardware\n"); in acpi_osi_dmi_darwin() 257 pr_notice("DMI detected to setup _OSI(\"Linux\"): %s\n", d->ident); in acpi_osi_dmi_linux() 271 pr_notice("DMI detected: %s\n", d->ident); in dmi_disable_osi_vista() 281 pr_notice("DMI detected: %s\n", d->ident); in dmi_disable_osi_win7() 289 pr_notice("DMI detected: %s\n", d->ident); in dmi_disable_osi_win8()
|
| /linux/drivers/mtd/lpddr/ |
| H A D | lpddr_cmds.c | 101 pr_notice("DSR.15: (0) Device not Available\n"); in print_drs_error() 103 pr_notice("DSR.9,8: (11) Attempt to program invalid half with 41h command\n"); in print_drs_error() 105 pr_notice("DSR.9,8: (10) Object Mode Program attempt in region with Control Mode data\n"); in print_drs_error() 107 pr_notice("DSR.9,8: (01) Program attempt in region with Object Mode data\n"); in print_drs_error() 109 pr_notice("DSR.7: (0) Device is Busy\n"); in print_drs_error() 111 pr_notice("DSR.6: (1) Erase Suspended\n"); in print_drs_error() 113 pr_notice("DSR.5: (1) Erase/Blank check error\n"); in print_drs_error() 115 pr_notice("DSR.4: (1) Program Error\n"); in print_drs_error() 117 pr_notice("DSR.3: (1) Vpp low detect, operation aborted\n"); in print_drs_error() 119 pr_notice("DSR.2: (1) Program suspended\n"); in print_drs_error() [all …]
|
| /linux/certs/ |
| H A D | system_keyring.c | 182 pr_notice("Loaded X.509 cert '%s'\n", key_ref_to_ptr(key)->description); in add_to_secondary_keyring() 228 pr_notice("Initialise system trusted keyrings\n"); in system_trusted_keyring_init() 270 pr_notice("Loading compiled-in module X.509 certificates\n"); in load_module_cert() 284 pr_notice("Loading compiled-in X.509 certificates\n"); in load_system_certificate_list()
|
| /linux/drivers/input/misc/ |
| H A D | apanel.c | 220 pr_notice(APANEL ": Fujitsu BIOS signature '%s' not found...\n", in bios_signature() 253 pr_notice(APANEL ": only one SMBus slave " in apanel_init() 269 pr_notice(APANEL ": unknown device %u found\n", devno); in apanel_init() 275 pr_notice(APANEL ": unknown method %u for devno %u\n", in apanel_init()
|
| /linux/arch/mips/pci/ |
| H A D | pcie-octeon.c | 1182 pr_notice("PCIe: Port %d is disabled, skipping.\n", pcie_port); in __cvmx_pcie_rc_initialize_gen2() 1191 pr_notice("PCIe: Port %d is SRIO, skipping.\n", pcie_port); in __cvmx_pcie_rc_initialize_gen2() 1194 pr_notice("PCIe: Port %d is SGMII, skipping.\n", pcie_port); in __cvmx_pcie_rc_initialize_gen2() 1197 pr_notice("PCIe: Port %d is XAUI, skipping.\n", pcie_port); in __cvmx_pcie_rc_initialize_gen2() 1205 pr_notice("PCIe: Port %d is unknown, skipping.\n", pcie_port); in __cvmx_pcie_rc_initialize_gen2() 1211 pr_notice("PCIe: Port %d is SRIO, skipping.\n", pcie_port); in __cvmx_pcie_rc_initialize_gen2() 1219 pr_notice("PCIE : init for pcie analyzer.\n"); in __cvmx_pcie_rc_initialize_gen2() 1239 pr_notice("PCIe: Port %d in endpoint mode.\n", pcie_port); in __cvmx_pcie_rc_initialize_gen2() 1300 pr_notice("PCIe: Port %d stuck in reset, skipping.\n", pcie_port); in __cvmx_pcie_rc_initialize_gen2() 1307 pr_notice("PCIe: BIST FAILED for port %d (0x%016llx)\n", pcie_port, CAST64(pemx_bist_status.u64)); in __cvmx_pcie_rc_initialize_gen2() [all …]
|
| /linux/arch/sh/boards/mach-x3proto/ |
| H A D | ilsel.c | 66 pr_notice("enabling ILSEL set %d\n", set); in __ilsel_enable() 146 pr_notice("disabling ILSEL set %d\n", irq); in ilsel_disable()
|
| /linux/samples/rust/ |
| H A D | rust_print_main.rs | 70 pr_notice!("Notice message (level 5) without args\n"); in init() 82 pr_notice!("{} message (level {}) with args\n", "Notice", 5); in init()
|
| /linux/arch/x86/mm/ |
| H A D | mmio-mod.c | 352 pr_notice("purging non-iounmapped trace @0x%08lx, size 0x%lx.\n", in clear_trace_list() 375 pr_notice("Failed to allocate mask\n"); in enter_uniprocessor() 383 pr_notice("Disabling non-boot CPUs...\n"); in enter_uniprocessor() 405 pr_notice("Re-enabling CPUs...\n"); in leave_uniprocessor()
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | mobility.c | 110 pr_notice("ignoring remove operation for %pOFfp\n", dn); in delete_dt_node() 281 pr_notice("ignoring add operation for %pOF\n", dn); in add_dt_node() 702 pr_notice("Partition suspend attempt %u of %u error: %d\n", in pseries_suspend() 711 pr_notice("VASI state %lu after failed suspend\n", in pseries_suspend() 720 pr_notice("Will retry partition suspend after %u ms\n", in pseries_suspend()
|
| /linux/fs/jffs2/ |
| H A D | scan.c | 30 pr_notice(fmt, ##__VA_ARGS__); \ 33 pr_notice("Further such events for this erase block will not be printed\n"); \ 268 pr_notice("Cowardly refusing to erase blocks on filesystem with no valid JFFS2 nodes\n"); in jffs2_scan_medium() 269 pr_notice("empty_blocks %d, bad_blocks %d, c->nr_blocks %d\n", in jffs2_scan_medium() 876 pr_notice("CLEANMARKER node found at 0x%08x has totlen 0x%x != normal 0x%x\n", in jffs2_scan_eraseblock() 883 pr_notice("CLEANMARKER node found at 0x%08x, not first node in block (0x%08x)\n", in jffs2_scan_eraseblock() 906 pr_notice("Read-only compatible feature node (0x%04x) found at offset 0x%08x\n", in jffs2_scan_eraseblock() 917 pr_notice("Incompatible feature node (0x%04x) found at offset 0x%08x\n", in jffs2_scan_eraseblock() 980 pr_notice("%s(): allocation of inode cache failed\n", __func__); in jffs2_scan_make_ino_cache() 1013 pr_notice("%s(): CRC failed on node at 0x%08x: Read 0x%08x, calculated 0x%08x\n", in jffs2_scan_inode_node() [all …]
|
| /linux/drivers/scsi/qedi/ |
| H A D | qedi_dbg.c | 72 pr_notice("[%s]:[%s:%d]:%d: %pV", in qedi_dbg_notice() 76 pr_notice("[0000:00:00.0]:[%s:%d]: %pV", func, line, &vaf); in qedi_dbg_notice()
|
| /linux/arch/mips/kernel/ |
| H A D | kprobes.c | 87 pr_notice("Kprobes for ll and sc instructions are not supported\n"); in arch_prepare_kprobe() 95 pr_notice("Kprobes for branch delayslot are not supported\n"); in arch_prepare_kprobe() 101 pr_notice("Kprobes for compact branches are not supported\n"); in arch_prepare_kprobe() 229 …pr_notice("Failed to emulate branch instruction because of unaligned epc - sending SIGBUS to %s.\n… in evaluate_branch_instruction()
|
| /linux/drivers/net/ethernet/xircom/ |
| H A D | xirc2ps_cs.c | 566 pr_notice("Oops: Not a creditcard\n"); in set_card_type() 570 pr_notice("Not an Ethernet card\n"); in set_card_type() 601 pr_notice("Sorry, this is an old CE card\n"); in set_card_type() 605 pr_notice("unknown card (mediaid=%02x prodid=%02x)\n", mediaid, prodid); in set_card_type() 707 pr_notice("manfid not found in CIS\n"); in xirc2ps_config() 729 pr_notice("Unknown Card Manufacturer ID: 0x%04x\n", in xirc2ps_config() 736 pr_notice("this card is not supported\n"); in xirc2ps_config() 760 pr_notice("node-id not found in CIS\n"); in xirc2ps_config() 787 pr_notice("no ports available\n"); in xirc2ps_config() 894 pr_notice("invalid if_port requested\n"); in xirc2ps_config() [all …]
|
| /linux/net/9p/ |
| H A D | mod.c | 45 pr_notice("(%8.8d) %pV", task_pid_nr(current), &vaf); in _p9_debug() 47 pr_notice("-- %s (%d): %pV", func, task_pid_nr(current), &vaf); in _p9_debug()
|