Searched refs:pr_notice (Results 1 - 177 of 177) sorted by relevance

/linux-4.1.27/arch/microblaze/kernel/
H A Dreset.c66 pr_notice("Reset GPIO unavailable - halting!\n"); gpio_system_reset()
71 pr_notice("No reset GPIO present - halting!\n"); gpio_system_reset()
82 pr_notice("Machine restart...\n"); machine_restart()
90 pr_notice("Machine shutdown...\n"); machine_shutdown()
97 pr_notice("Machine halt...\n"); machine_halt()
104 pr_notice("Machine power off...\n"); machine_power_off()
H A Dheartbeat.c64 pr_notice("Heartbeat GPIO at 0x%x\n", base_addr); microblaze_setup_heartbeat()
/linux-4.1.27/arch/blackfin/kernel/
H A Dtrace.c662 pr_notice("Hardware Trace:\n"); dump_bfin_trace_buffer()
665 pr_notice("WARNING: Expanded trace turned on - can not trace exceptions\n"); dump_bfin_trace_buffer()
672 pr_notice("%4i Target : %s\n", i, buf); dump_bfin_trace_buffer()
680 pr_notice(" FAULT : %s ", buf); dump_bfin_trace_buffer()
689 pr_notice(" FAULT : %s ", buf); dump_bfin_trace_buffer()
696 pr_notice(" Source : %s ", buf); dump_bfin_trace_buffer()
711 pr_notice("%4i Target : %s\n", i, buf); dump_bfin_trace_buffer()
716 pr_notice(" Source : %s ", buf); dump_bfin_trace_buffer()
742 pr_notice("HW Error context\n"); dump_bfin_process()
744 pr_notice("Deferred Exception context\n"); dump_bfin_process()
746 pr_notice("Interrupt context\n"); dump_bfin_process()
748 pr_notice("Deferred Interrupt context\n"); dump_bfin_process()
750 pr_notice("Kernel process context\n"); dump_bfin_process()
757 pr_notice("CURRENT PROCESS:\n"); dump_bfin_process()
759 pr_notice("COMM=%s PID=%d", dump_bfin_process()
762 pr_notice("COMM= invalid"); dump_bfin_process()
767 pr_notice("TEXT = 0x%p-0x%p DATA = 0x%p-0x%p\n", dump_bfin_process()
772 pr_notice(" BSS = 0x%p-0x%p USER-STACK = 0x%p\n\n", dump_bfin_process()
777 pr_notice("invalid mm\n"); dump_bfin_process()
779 pr_notice("No Valid process in current context\n"); dump_bfin_process()
789 pr_notice("return address: [0x%p]; contents of:", erraddr); dump_bfin_mem()
795 pr_notice("0x%p: ", addr); dump_bfin_mem()
821 pr_notice("Looks like this was a deferred error - sorry\n"); dump_bfin_mem()
823 pr_notice("The remaining message may be meaningless\n"); dump_bfin_mem()
824 pr_notice("You should enable CONFIG_DEBUG_HWERR to get a better idea where it came from\n"); dump_bfin_mem()
836 pr_notice("It might be better to look around here :\n"); dump_bfin_mem()
837 pr_notice("-------------------------------------------\n"); dump_bfin_mem()
839 pr_notice("-------------------------------------------\n"); dump_bfin_mem()
855 pr_notice("\n"); show_regs()
859 pr_notice("Compiled for cpu family 0x%04x (Rev %d), " show_regs()
863 pr_notice("ADSP-%s-0.%d", show_regs()
878 pr_notice("%s", linux_banner); show_regs()
880 pr_notice("\nSEQUENCER STATUS:\t\t%s\n", print_tainted()); show_regs()
881 pr_notice(" SEQSTAT: %08lx IPEND: %04lx IMASK: %04lx SYSCFG: %04lx\n", show_regs()
884 pr_notice(" Global Interrupts Disabled (IPEND[4])\n"); show_regs()
887 pr_notice(" Peripheral interrupts masked off\n"); show_regs()
889 pr_notice(" Kernel interrupts masked off\n"); show_regs()
891 pr_notice(" HWERRCAUSE: 0x%lx\n", show_regs()
896 pr_notice(" EBIU Error Reason : 0x%04x\n", show_regs()
898 pr_notice(" EBIU Error Address : 0x%08x\n", show_regs()
903 pr_notice(" EXCAUSE : 0x%lx\n", show_regs()
909 pr_notice(" physical IVG%i asserted : %s\n", i, buf); show_regs()
911 pr_notice(" interrupts disabled\n"); show_regs()
927 pr_notice(" logical irq %3d mapped : %s", i, buf); show_regs()
940 pr_notice(" RETE: %s\n", buf); show_regs()
942 pr_notice(" RETN: %s\n", buf); show_regs()
944 pr_notice(" RETX: %s\n", buf); show_regs()
946 pr_notice(" RETS: %s\n", buf); show_regs()
948 pr_notice(" PC : %s\n", buf); show_regs()
953 pr_notice("DCPLB_FAULT_ADDR: %s\n", buf); show_regs()
955 pr_notice("ICPLB_FAULT_ADDR: %s\n", buf); show_regs()
958 pr_notice("PROCESSOR STATE:\n"); show_regs()
959 pr_notice(" R0 : %08lx R1 : %08lx R2 : %08lx R3 : %08lx\n", show_regs()
961 pr_notice(" R4 : %08lx R5 : %08lx R6 : %08lx R7 : %08lx\n", show_regs()
963 pr_notice(" P0 : %08lx P1 : %08lx P2 : %08lx P3 : %08lx\n", show_regs()
965 pr_notice(" P4 : %08lx P5 : %08lx FP : %08lx SP : %08lx\n", show_regs()
967 pr_notice(" LB0: %08lx LT0: %08lx LC0: %08lx\n", show_regs()
969 pr_notice(" LB1: %08lx LT1: %08lx LC1: %08lx\n", show_regs()
971 pr_notice(" B0 : %08lx L0 : %08lx M0 : %08lx I0 : %08lx\n", show_regs()
973 pr_notice(" B1 : %08lx L1 : %08lx M1 : %08lx I1 : %08lx\n", show_regs()
975 pr_notice(" B2 : %08lx L2 : %08lx M2 : %08lx I2 : %08lx\n", show_regs()
977 pr_notice(" B3 : %08lx L3 : %08lx M3 : %08lx I3 : %08lx\n", show_regs()
979 pr_notice("A0.w: %08lx A0.x: %08lx A1.w: %08lx A1.x: %08lx\n", show_regs()
982 pr_notice("USP : %08lx ASTAT: %08lx\n", show_regs()
985 pr_notice("\n"); show_regs()
H A Dpseudodbg.c124 pr_notice("DBGA (%s.L,0x%x) failure, got 0x%x\n", execute_pseudodbg_assert()
134 pr_notice("DBGA (%s.H,0x%x) failure, got 0x%x\n", execute_pseudodbg_assert()
177 pr_notice("DBG A%i = %02lx%08lx\n", reg, value & 0xFF, value1); execute_pseudodbg()
185 pr_notice("DBG %s = %08lx\n", get_allreg_name(grp, reg), value); execute_pseudodbg()
/linux-4.1.27/arch/nios2/kernel/
H A Dprocess.c42 pr_notice("Machine restart (%08x)...\n", cpuinfo.reset_addr); machine_restart()
53 pr_notice("Machine halt...\n"); machine_halt()
65 pr_notice("Machine power off...\n"); machine_power_off()
73 pr_notice("\n"); show_regs()
76 pr_notice("r1: %08lx r2: %08lx r3: %08lx r4: %08lx\n", show_regs()
79 pr_notice("r5: %08lx r6: %08lx r7: %08lx r8: %08lx\n", show_regs()
82 pr_notice("r9: %08lx r10: %08lx r11: %08lx r12: %08lx\n", show_regs()
85 pr_notice("r13: %08lx r14: %08lx r15: %08lx\n", show_regs()
88 pr_notice("ra: %08lx fp: %08lx sp: %08lx gp: %08lx\n", show_regs()
91 pr_notice("ea: %08lx estatus: %08lx\n", show_regs()
/linux-4.1.27/kernel/
H A Dsystem_keyring.c32 pr_notice("Initialise system trusted keyring\n"); system_trusted_keyring_init()
61 pr_notice("Loading compiled-in X.509 certificates\n"); load_system_certificate_list()
93 pr_notice("Loaded X.509 cert '%s'\n", load_system_certificate_list()
H A Dextable.c46 pr_notice("Sorting __ex_table...\n"); sort_main_extable()
H A Dsoftirq.c571 pr_notice("Attempt to kill tasklet from interrupt\n"); tasklet_kill()
H A Dtorture.c413 pr_notice("torture thread %s parking due to system shutdown\n", torture_shutdown_absorb()
H A Daudit.c399 pr_notice("type=%d %s\n", nlh->nlmsg_type, data); audit_printk_skb()
/linux-4.1.27/fs/fscache/
H A Dmain.c149 pr_notice("Failed to allocate a cookie jar\n"); fscache_init()
158 pr_notice("Loaded\n"); fscache_init()
194 pr_notice("Unloaded\n"); fscache_exit()
H A Dnetfs.c68 pr_notice("Netfs '%s' registered for caching\n", netfs->name); __fscache_register_netfs()
99 pr_notice("Netfs '%s' unregistered from caching\n", __fscache_unregister_netfs()
H A Dcache.c283 pr_notice("Cache \"%s\" added (type %s)\n", fscache_add_cache()
371 pr_notice("Withdrawing cache \"%s\"\n", fscache_withdraw_cache()
/linux-4.1.27/drivers/staging/media/lirc/
H A Dlirc_parallel.c176 pr_notice("bad timer: %u Hz\n", newtimer); init_lirc_timer()
177 pr_notice("using default timer: %u Hz\n", init_lirc_timer()
185 pr_notice("no timer detected\n"); init_lirc_timer()
195 pr_notice("could not claim port, giving up\n"); lirc_claim()
214 pr_notice("buffer overrun\n"); rbuf_write()
285 pr_notice("timeout\n"); lirc_lirc_irq_handler()
640 pr_notice("platform_driver_register returned %d\n", result); lirc_parallel_init()
656 pr_notice("no port at %x found\n", io); lirc_parallel_init()
665 pr_notice("parport_register_device() failed\n"); lirc_parallel_init()
700 pr_notice("register_chrdev() failed\n"); lirc_parallel_init()
H A Dlirc_zilog.c1656 pr_notice("Zilog/Hauppauge IR driver initializing\n"); zilog_init()
1666 pr_notice("initialization complete\n"); zilog_init()
1676 pr_notice("Zilog/Hauppauge IR driver unloaded\n"); zilog_exit()
/linux-4.1.27/drivers/media/rc/
H A Dene_ir.c129 pr_notice("chip is 0x%02x%02x - kbver = 0x%02x, rev = 0x%02x\n", ene_hw_detect()
132 pr_notice("PLL freq = %d\n", dev->pll_freq); ene_hw_detect()
141 pr_notice("KB3926C detected\n"); ene_hw_detect()
144 pr_notice("KB3926B detected\n"); ene_hw_detect()
147 pr_notice("KB3926D or higher detected\n"); ene_hw_detect()
157 pr_notice("Firmware regs: %02x %02x\n", fw_reg1, fw_reg2); ene_hw_detect()
166 pr_notice("Hardware features:\n"); ene_hw_detect()
169 pr_notice("* Supports transmitting & learning mode\n"); ene_hw_detect()
170 pr_notice(" This feature is rare and therefore,\n"); ene_hw_detect()
171 pr_notice(" you are welcome to test it,\n"); ene_hw_detect()
172 pr_notice(" and/or contact the author via:\n"); ene_hw_detect()
173 pr_notice(" lirc-list@lists.sourceforge.net\n"); ene_hw_detect()
174 pr_notice(" or maximlevitsky@gmail.com\n"); ene_hw_detect()
176 pr_notice("* Uses GPIO %s for IR raw input\n", ene_hw_detect()
180 pr_notice("* Uses unused fan feedback input as source of demodulated IR data\n"); ene_hw_detect()
184 pr_notice("* Uses GPIO %s for IR demodulated input\n", ene_hw_detect()
188 pr_notice("* Uses new style input buffer\n"); ene_hw_detect()
219 pr_notice("Hardware uses 2 extended buffers:\n"); ene_rx_setup_hw_buffer()
220 pr_notice(" 0x%04x - len : %d\n", ene_rx_setup_hw_buffer()
222 pr_notice(" 0x%04x - len : %d\n", ene_rx_setup_hw_buffer()
225 pr_notice("Total buffer len = %d\n", dev->buffer_len); ene_rx_setup_hw_buffer()
1106 pr_notice("driver has been successfully loaded\n"); ene_probe()
/linux-4.1.27/drivers/net/wireless/ath/ath5k/
H A Dani.c733 pr_notice("ACK fail\t%d\n", ath5k_hw_reg_read(ah, AR5K_ACK_FAIL)); ath5k_ani_print_counters()
734 pr_notice("RTS fail\t%d\n", ath5k_hw_reg_read(ah, AR5K_RTS_FAIL)); ath5k_ani_print_counters()
735 pr_notice("RTS success\t%d\n", ath5k_hw_reg_read(ah, AR5K_RTS_OK)); ath5k_ani_print_counters()
736 pr_notice("FCS error\t%d\n", ath5k_hw_reg_read(ah, AR5K_FCS_FAIL)); ath5k_ani_print_counters()
739 pr_notice("tx\t%d\n", ath5k_hw_reg_read(ah, AR5K_PROFCNT_TX)); ath5k_ani_print_counters()
740 pr_notice("rx\t%d\n", ath5k_hw_reg_read(ah, AR5K_PROFCNT_RX)); ath5k_ani_print_counters()
741 pr_notice("busy\t%d\n", ath5k_hw_reg_read(ah, AR5K_PROFCNT_RXCLR)); ath5k_ani_print_counters()
742 pr_notice("cycles\t%d\n", ath5k_hw_reg_read(ah, AR5K_PROFCNT_CYCLE)); ath5k_ani_print_counters()
744 pr_notice("AR5K_PHYERR_CNT1\t%d\n", ath5k_ani_print_counters()
746 pr_notice("AR5K_PHYERR_CNT2\t%d\n", ath5k_ani_print_counters()
748 pr_notice("AR5K_OFDM_FIL_CNT\t%d\n", ath5k_ani_print_counters()
750 pr_notice("AR5K_CCK_FIL_CNT\t%d\n", ath5k_ani_print_counters()
/linux-4.1.27/net/9p/
H A Dmod.c62 pr_notice("(%8.8d) %pV", task_pid_nr(current), &vaf); _p9_debug()
64 pr_notice("-- %s (%d): %pV", func, task_pid_nr(current), &vaf); _p9_debug()
/linux-4.1.27/drivers/input/misc/
H A Dapanel.c266 pr_notice(APANEL ": Fujitsu BIOS signature '%s' not found...\n", bios_signature()
299 pr_notice(APANEL ": only one SMBus slave " apanel_init()
315 pr_notice(APANEL ": unknown device %u found\n", devno); apanel_init()
320 pr_notice(APANEL ": unknown method %u for devno %u\n", apanel_init()
/linux-4.1.27/arch/mips/loongson/common/
H A Dreset.c76 pr_notice("\n\n** You can safely turn off the power now **\n\n"); loongson_halt()
/linux-4.1.27/fs/cachefiles/
H A Dmain.c71 pr_notice("Failed to allocate an object jar\n"); cachefiles_init()
/linux-4.1.27/drivers/platform/x86/
H A Dacerhdf.c301 pr_notice("fan %s\n", state == ACERHDF_FAN_OFF ? "OFF" : "ON"); acerhdf_change_fanstate()
317 pr_notice("turning off fan manually\n"); acerhdf_change_fanstate()
337 pr_notice("interval changed to: %d\n", interval); acerhdf_check_param()
361 pr_notice("temp %d\n", temp); acerhdf_get_ec_temp()
401 pr_notice("kernel mode fan control OFF\n"); acerhdf_revert_to_bios_mode()
409 pr_notice("kernel mode fan control ON\n"); acerhdf_enable_kernelmode()
416 pr_notice("kernel mode fan control %d\n", kernelmode); acerhdf_get_mode()
573 pr_notice("going suspend\n"); acerhdf_suspend()
676 pr_notice("Fan control off, to enable do:\n"); acerhdf_check_hardware()
677 pr_notice("echo -n \"enabled\" > /sys/class/thermal/thermal_zone0/mode\n"); acerhdf_check_hardware()
H A Dthinkpad_acpi.c783 pr_notice("another device driver is already " setup_acpi_notify()
1081 pr_notice("ACPI backlight control delay disabled\n"); tpacpi_disable_brightness_delay()
2126 pr_notice("required events 0x%08x not enabled!\n", wantedmask); hotkey_mask_warn_incomplete_mask()
2164 pr_notice("asked for hotkey mask 0x%08x, but " hotkey_mask_set()
2190 pr_notice("setting the hotkey mask to 0x%08x is likely " hotkey_user_mask_set()
2192 pr_notice("please consider using the driver defaults, " hotkey_user_mask_set()
2577 pr_notice("hot keys 0x%08x and/or events 0x%08x " hotkey_poll_setup()
2799 pr_notice("hotkey_source_mask: " hotkey_source_mask_store()
3494 pr_notice("Disabling thinkpad-acpi brightness events " hotkey_init()
3960 pr_notice("unhandled HKEY event 0x%04x\n", hkey); hotkey_notify()
3961 pr_notice("please report the conditions when this " hotkey_notify()
4232 pr_notice("failed to save bluetooth state to NVRAM\n"); bluetooth_shutdown()
4421 pr_notice("failed to save WWAN state to NVRAM\n"); wan_shutdown()
5597 pr_notice("warning: userspace override of important " led_init()
5872 pr_notice("temperatures (Celsius):"); thermal_dump_all_sensors()
6506 pr_notice("Standard ACPI backlight interface not " brightness_init()
6559 pr_notice("brightness: will use unverified default: " brightness_init()
6561 pr_notice("brightness: please report to %s whether it works well " brightness_init()
7371 pr_notice("Console audio control in monitor mode, " volume_write()
7373 pr_notice("Use the volume_control=1 module parameter " volume_write()
7656 pr_notice("fan_init: initial fan status is unknown, " fan_quirk1_setup()
8049 pr_notice("fan watchdog: enabling fan\n"); fan_watchdog_fire()
8450 pr_notice("failed to read fan level for later " fan_suspend()
8506 pr_notice("restoring fan level to 0x%02x\n", fan_resume()
8510 pr_notice("failed to restore fan level: %d\n", rc); fan_resume()
8953 pr_notice("disabling subdriver %s\n", ibm_init()
9091 pr_notice("ThinkPad firmware release %s " get_thinkpad_model_data()
9094 pr_notice("please report this to %s\n", get_thinkpad_model_data()
H A Deeepc-laptop.c1366 pr_notice("Hotkey init flags 0x%x\n", init_flags); eeepc_acpi_init()
1401 pr_notice(EEEPC_LAPTOP_NAME "\n"); eeepc_acpi_add()
H A Dasus-laptop.c1737 pr_notice("BSTS called, 0x%02x returned\n", asus_laptop_get_info()
1770 pr_notice(" %s model detected\n", string); asus_laptop_get_info()
1861 pr_notice("Asus Laptop Support version %s\n", asus_acpi_add()
H A Dtoshiba_acpi.c1636 pr_notice("Re-enabled hotkeys\n"); keys_proc_show()
2506 pr_notice("Re-enabled hotkeys\n"); toshiba_acpi_process_hotkeys()
2529 pr_notice("Unable to query Hotkey Event Type\n"); toshiba_acpi_setup_keyboard()
/linux-4.1.27/drivers/isdn/hardware/mISDN/
H A Dspeedfax.c152 pr_notice("%s: %d IRQ LOOP cpu%d\n", sf->name, speedfax_irq()
311 pr_notice("%s: IRQ %d count %d\n", sf->name, init_card()
401 pr_notice("%s: got firmware %zu bytes\n", setup_instance()
432 pr_notice("SpeedFax %d cards installed\n", sfax_cnt); setup_instance()
471 pr_notice("mISDN: Speedfax found adapter %s at %s\n", sfaxpci_probe()
519 pr_notice("Sedlbauer Speedfax+ Driver Rev. %s\n", Speedfax_init()
H A Davmfritz.c767 pr_notice("%s: reset\n", fc->name); reset_avm()
783 pr_notice("%s: S0/S1 %x/%x\n", fc->name, reset_avm()
829 pr_notice("%s: IRQ %d count %d\n", fc->name, init_card()
981 pr_notice("%s: PCI stat %#x\n", fc->name, val); setup_fritz()
982 pr_notice("%s: PCI Class %X Rev %d\n", fc->name, setup_fritz()
984 pr_notice("%s: HDLC version %x\n", fc->name, ver & 0xf); setup_fritz()
993 pr_notice("%s: PCI V2 stat %#x\n", fc->name, val); setup_fritz()
994 pr_notice("%s: PCI V2 Class %X Rev %d\n", fc->name, setup_fritz()
996 pr_notice("%s: HDLC version %x\n", fc->name, ver & 0xf); setup_fritz()
1006 pr_notice("%s: %s config irq:%d base:0x%X\n", fc->name, setup_fritz()
1082 pr_notice("AVM %d cards installed DEBUG\n", AVM_cnt); setup_instance()
1121 pr_notice("mISDN: found adapter %s at %s\n", fritzpci_probe()
1165 pr_notice("AVM Fritz PCI driver Rev. %s\n", AVMFRITZ_REV); AVM_init()
H A Dw6692.c173 pr_notice("%s: Winbond W6692 version: %s\n", card->name, W6692Version()
902 pr_notice("%s: W_XADDR=%02x\n", initW6692()
938 pr_notice("%s: IRQ %d count %d\n", card->name, init_card()
1248 pr_notice("%s ISTA=%02x\n", card->name, val); setup_w6692()
1251 pr_notice("%s IMASK=%02x\n", card->name, val); setup_w6692()
1254 pr_notice("%s D_EXIR=%02x\n", card->name, val); setup_w6692()
1257 pr_notice("%s D_EXIM=%02x\n", card->name, val); setup_w6692()
1260 pr_notice("%s D_RSTA=%02x\n", card->name, val); setup_w6692()
1338 pr_notice("W6692 %d cards installed\n", w6692_cnt); setup_instance()
1399 pr_notice("%s: drvdata already removed\n", __func__); w6692_remove_pci()
1425 pr_notice("Winbond W6692 PCI driver Rev. %s\n", W6692_REV); w6692_init()
H A DmISDNipac.c819 pr_notice("%s: ISACX Design ID %x\n", isac_init()
844 pr_notice("%s: ISAC version (%x): %s\n", isac->name, isac_init()
1054 pr_notice("%s: B%1d invalid frame\n", ipac_rme()
1059 pr_notice("%s: B%1d RDO proto=%x\n", ipac_rme()
1065 pr_notice("%s: B%1d CRC error\n", ipac_rme()
1223 pr_notice("%s: %d IRQ LOOP cpu%d\n", ipac->name, mISDNipac_irq()
1461 pr_notice("%s: HSCX version %s\n", hx->ip->name, hscx_init()
1490 pr_notice("%s: IPAC Design ID %02x\n", ipac->name, val); ipac_init()
1588 pr_notice("%s: ipac type %x\n", ipac->name, ipac->type); mISDNipac_init()
1643 pr_notice("mISDNipac module version %s\n", ISAC_REV); isac_mod_init()
1650 pr_notice("mISDNipac module unloaded\n"); isac_mod_cleanup()
H A DmISDNinfineon.c503 pr_notice("%s: resetting card\n", hw->name); reset_inf()
632 pr_notice("%s: IRQ %d count %d\n", hw->name, init_irq()
692 pr_notice("%s: IO cfg %lx (%lu bytes) mode%d\n", setup_io()
719 pr_notice("%s: IO addr %lx (%lu bytes) mode%d\n", setup_io()
938 pr_notice("Infineon %d cards installed\n", inf_cnt); setup_instance()
1101 pr_notice("mISDN: found adapter %s at %s\n", inf_probe()
1161 pr_notice("Infineon ISDN Driver Rev. %s\n", INFINEON_REV); infineon_init()
H A Dnetjet.c346 pr_notice("%s: send buffer phy %#x - %#x - %#x virt %p" inittiger()
364 pr_notice("%s: recv buffer phy %#x - %#x - %#x virt %p" inittiger()
1054 pr_notice("Netjet %d cards installed\n", nj_cnt); setup_instance()
1071 pr_notice("Netjet: Digium X100P/X101P not handled\n"); nj_probe()
1077 pr_notice("Netjet: Enter!Now not handled yet\n"); nj_probe()
1083 pr_notice("Netjet: Digium TDM400P not handled yet\n"); nj_probe()
1158 pr_notice("Netjet PCI driver Rev. %s\n", NETJET_REV); nj_init()
H A DmISDNisar.c389 pr_notice("%s: ISAR software version %#x\n", load_firmware()
1630 pr_notice("%s: Testing version %d (%d time)\n", init_isar()
1699 pr_notice("mISDN: ISAR driver Rev. %s\n", ISAR_REV); isar_mod_init()
1705 pr_notice("mISDN: ISAR module unloaded\n"); isar_mod_cleanup()
/linux-4.1.27/arch/sh/boards/mach-x3proto/
H A Dilsel.c69 pr_notice("enabling ILSEL set %d\n", set); __ilsel_enable()
149 pr_notice("disabling ILSEL set %d\n", irq); ilsel_disable()
/linux-4.1.27/arch/x86/kernel/
H A Dio_delay.c50 pr_notice("%s: using 0xed I/O delay port\n", id->ident); dmi_io_delay_0xed_port()
H A Damd_nb.c279 pr_notice("nothing to flush?\n"); amd_flush_garts()
290 pr_notice("Cannot enumerate AMD northbridges\n"); init_amd_nbs()
293 pr_notice("Cannot initialize GART flush words, GART support disabled\n"); init_amd_nbs()
H A Dirq.c431 pr_notice("Broke affinity for irq %i\n", irq); for_each_irq_desc()
433 pr_notice("Cannot set affinity for irq %i\n", irq); for_each_irq_desc()
H A Dsmpboot.c1069 pr_notice("SMP motherboard not detected\n");
1078 pr_notice("weird, boot CPU (#%d) not listed by the BIOS\n",
1149 pr_notice("Local APIC not detected. Using dummy APIC emulation.\n");
H A Dapm_32.c510 pr_notice("%s: %s\n", str, error_table[i].msg); apm_error()
512 pr_notice("%s: linux error code %i\n", str, err); apm_error()
514 pr_notice("%s: unknown error code %#2.2x\n", apm_error()
2320 pr_notice("disabled on user request.\n"); apm_init()
2324 pr_notice("disabled - APM is not SMP safe.\n"); apm_init()
2329 pr_notice("overridden by ACPI.\n"); apm_init()
H A Dreboot.c650 pr_notice("machine restart\n"); native_machine_restart()
H A Dtsc.c769 pr_notice("No reference (HPET/PMTIMER) available\n"); native_calibrate_tsc()
/linux-4.1.27/arch/x86/mm/
H A Dmmio-mod.c367 pr_notice("purging non-iounmapped trace @0x%08lx, size 0x%lx.\n", clear_trace_list()
390 pr_notice("Failed to allocate mask\n"); enter_uniprocessor()
398 pr_notice("Disabling non-boot CPUs...\n"); enter_uniprocessor()
420 pr_notice("Re-enabling CPUs...\n"); for_each_cpu()
/linux-4.1.27/arch/arm/mach-orion5x/
H A Dboard-d2net.c108 pr_notice("d2net: Flash write are not yet supported.\n"); d2net_init()
H A Dnet2big-setup.c420 pr_notice("net2big: Flash writing is not yet supported.\n"); net2big_init()
/linux-4.1.27/security/integrity/
H A Ddigsig.c114 pr_notice("Loaded X.509 cert '%s': %s\n", integrity_load_x509()
/linux-4.1.27/fs/jffs2/
H A Dscan.c30 pr_notice(fmt, ##__VA_ARGS__); \
33 pr_notice("Further such events for this erase block will not be printed\n"); \
265 pr_notice("Cowardly refusing to erase blocks on filesystem with no valid JFFS2 nodes\n"); jffs2_scan_medium()
266 pr_notice("empty_blocks %d, bad_blocks %d, c->nr_blocks %d\n", jffs2_scan_medium()
868 pr_notice("CLEANMARKER node found at 0x%08x has totlen 0x%x != normal 0x%x\n", jffs2_scan_eraseblock()
875 pr_notice("CLEANMARKER node found at 0x%08x, not first node in block (0x%08x)\n", jffs2_scan_eraseblock()
898 pr_notice("Read-only compatible feature node (0x%04x) found at offset 0x%08x\n", jffs2_scan_eraseblock()
909 pr_notice("Incompatible feature node (0x%04x) found at offset 0x%08x\n", jffs2_scan_eraseblock()
972 pr_notice("%s(): allocation of inode cache failed\n", __func__); jffs2_scan_make_ino_cache()
1005 pr_notice("%s(): CRC failed on node at 0x%08x: Read 0x%08x, calculated 0x%08x\n", jffs2_scan_inode_node()
1055 pr_notice("%s(): Node CRC failed on node at 0x%08x: Read 0x%08x, calculated 0x%08x\n", jffs2_scan_dirent_node()
1080 pr_notice("%s(): Name CRC failed on node at 0x%08x: Read 0x%08x, calculated 0x%08x\n", jffs2_scan_dirent_node()
H A Dbackground.c159 pr_notice("No space for garbage collection. Aborting GC thread\n"); jffs2_garbage_collect_thread()
H A Dcompr_zlib.c183 pr_notice("inflate returned %d\n", ret); jffs2_zlib_decompress()
H A Dwrite.c113 pr_notice("Write of %zd bytes at 0x%08x failed. returned %d, retlen %zd\n", jffs2_write_dnode()
125 pr_notice("Not marking the space at 0x%08x as dirty because the flash driver returned retlen zero\n", jffs2_write_dnode()
271 pr_notice("Write of %zd bytes at 0x%08x failed. returned %d, retlen %zd\n", jffs2_write_dirent()
277 pr_notice("Not marking the space at 0x%08x as dirty because the flash driver returned retlen zero\n", jffs2_write_dirent()
H A Dfs.c328 pr_notice("Device node has strange size %d\n", jffs2_iget()
336 pr_notice("Read device numbers for inode %lu failed\n", jffs2_iget()
675 pr_notice("Eep. read_inode() failed for ino #%u. unlinked %d\n", jffs2_gc_fetch_inode()
H A Ddebug.h87 pr_notice("notice: (%d) %s: " fmt, \
H A Dnodemgmt.c589 pr_notice("EEEEEK. jffs2_mark_node_obsolete called with NULL node\n"); jffs2_mark_node_obsolete()
599 pr_notice("raw node at 0x%08x is off the end of device!\n", jffs2_mark_node_obsolete()
622 pr_notice("raw unchecked node of size 0x%08x freed from erase block %d at 0x%08x, but unchecked_size was already 0x%08x\n", jffs2_mark_node_obsolete()
633 pr_notice("raw node of size 0x%08x freed from erase block %d at 0x%08x, but used_size was already 0x%08x\n", jffs2_mark_node_obsolete()
H A Dwbuf.c423 pr_notice("Faking write error at 0x%08x\n", ofs); jffs2_wbuf_recover()
442 pr_notice("Recovery of wbuf succeeded to %08x\n", ofs); jffs2_wbuf_recover()
630 pr_notice("Faking write error at 0x%08x\n", c->wbuf_ofs); __jffs2_flush_wbuf()
H A Ddir.c846 pr_notice("%s(): Link succeeded, unlink failed (err %d). You now have a hard link\n", jffs2_rename()
H A Dgc.c683 pr_notice("Write of %d bytes at 0x%08x failed. returned %d, retlen %zd\n", jffs2_garbage_collect_pristine()
688 pr_notice("Not marking the space at 0x%08x as dirty because the flash driver returned retlen zero\n", jffs2_garbage_collect_pristine()
/linux-4.1.27/arch/mips/pci/
H A Dpcie-octeon.c1178 pr_notice("PCIe: Port %d is disabled, skipping.\n", pcie_port); __cvmx_pcie_rc_initialize_gen2()
1187 pr_notice("PCIe: Port %d is SRIO, skipping.\n", pcie_port); __cvmx_pcie_rc_initialize_gen2()
1190 pr_notice("PCIe: Port %d is SGMII, skipping.\n", pcie_port); __cvmx_pcie_rc_initialize_gen2()
1193 pr_notice("PCIe: Port %d is XAUI, skipping.\n", pcie_port); __cvmx_pcie_rc_initialize_gen2()
1201 pr_notice("PCIe: Port %d is unknown, skipping.\n", pcie_port); __cvmx_pcie_rc_initialize_gen2()
1207 pr_notice("PCIe: Port %d is SRIO, skipping.\n", pcie_port); __cvmx_pcie_rc_initialize_gen2()
1215 pr_notice("PCIE : init for pcie analyzer.\n"); __cvmx_pcie_rc_initialize_gen2()
1235 pr_notice("PCIe: Port %d in endpoint mode.\n", pcie_port); __cvmx_pcie_rc_initialize_gen2()
1296 pr_notice("PCIe: Port %d stuck in reset, skipping.\n", pcie_port); __cvmx_pcie_rc_initialize_gen2()
1303 pr_notice("PCIe: BIST FAILED for port %d (0x%016llx)\n", pcie_port, CAST64(pemx_bist_status.u64)); __cvmx_pcie_rc_initialize_gen2()
1309 pr_notice("PCIe: BIST2 FAILED for port %d (0x%016llx)\n", pcie_port, CAST64(pemx_bist_status2.u64)); __cvmx_pcie_rc_initialize_gen2()
1331 pr_notice("PCIe: Link timeout on port %d, probably the slot is empty\n", pcie_port); __cvmx_pcie_rc_initialize_gen2()
1432 pr_notice("PCIe: Port %d link active, %d lanes, speed gen%d\n", pcie_port, pciercx_cfg032.s.nlw, pciercx_cfg032.s.ls); __cvmx_pcie_rc_initialize_gen2()
1920 pr_notice("PCIe: Initializing port 0\n"); octeon_pcie_setup()
1968 pr_notice("PCIe: Port 0 in endpoint mode, skipping.\n"); octeon_pcie_setup()
1993 pr_notice("PCIe: Initializing port 1\n"); octeon_pcie_setup()
2053 pr_notice("PCIe: Port 1 not in root complex mode, skipping.\n"); octeon_pcie_setup()
H A Dpci-octeon.c411 pr_notice("PCI Status: %s %s-bit\n", octeon_pci_initialize()
427 pr_notice("PCI Clock: %lu MHz\n", pci_clock); octeon_pci_initialize()
586 pr_notice("Not in host mode, PCI Controller not initialized\n"); octeon_pci_setup()
595 pr_notice("%s Octeon big bar support\n", octeon_pci_setup()
/linux-4.1.27/drivers/mtd/maps/
H A Drbtx4939-flash.c71 pr_notice("rbtx4939 platform flash device: %pR\n", res); rbtx4939_flash_probe()
H A Dlatch-addr-flash.c140 pr_notice("latch-addr platform flash device: %#llx byte " latch_addr_flash_probe()
/linux-4.1.27/drivers/cpufreq/
H A Dsh-cpufreq.c163 pr_notice("SuperH CPU frequency driver.\n"); sh_cpufreq_module_init()
/linux-4.1.27/arch/mips/cavium-octeon/
H A Dflash_setup.c102 pr_notice("Bootbus flash: Setting flash for %luMB flash at " octeon_flash_probe()
H A Dsetup.c594 pr_notice("CVMSEG size: %d cache lines (%d bytes)\n", octeon_user_io_init()
/linux-4.1.27/arch/arm64/kernel/
H A Darmv8_deprecated.c74 pr_notice("Registered %s emulation handler\n", ops->name); register_emulation_hooks()
86 pr_notice("Removed %s emulation handler\n", ops->name); remove_emulation_hooks()
153 pr_notice("Disabled %s support\n", insn->ops->name); update_insn_emulation_mode()
166 pr_notice("Enabled %s support\n", insn->ops->name); update_insn_emulation_mode()
H A Dfpsimd.c308 pr_notice("Floating-point is not implemented\n"); fpsimd_init()
314 pr_notice("Advanced SIMD is not implemented\n"); fpsimd_init()
H A Dsmp.c268 pr_notice("CPU%u: shutdown\n", cpu); __cpu_die()
/linux-4.1.27/drivers/net/wan/
H A Dcosa.c620 pr_notice("cosa%d: allocating resources failed\n", cosa->num); cosa_probe()
643 pr_notice("%s: start the firmware first (status %d)\n", cosa_net_open()
738 pr_notice("%s: Memory squeeze, dropping packet\n", chan->name); cosa_net_setup_rx()
793 pr_notice("%s: start the firmware first (status %d)\n", cosa_read()
868 pr_notice("%s: start the firmware first (status %d)\n", cosa_write()
1020 pr_notice("cosa%d: reset failed\n", cosa->num); cosa_reset()
1038 pr_notice("%s: reset the card first (status %d)\n", cosa_download()
1057 pr_notice("cosa%d: microcode download failed: %d\n", cosa_download()
1077 pr_notice("%s: reset the card first (status %d)\n", cosa_readmem()
1090 pr_notice("cosa%d: reading memory failed: %d\n", cosa->num, i); cosa_readmem()
1110 pr_notice("%s: download the microcode and/or reset the card first (status %d)\n", cosa_start()
1116 pr_notice("cosa%d: start microcode at 0x%04x failed: %d\n", cosa_start()
1630 pr_notice("cosa%d: puthexnumber failed to write byte %d\n", puthexnumber()
1635 pr_notice("cosa%d: puthexhumber failed to read echo of byte %d\n", puthexnumber()
1933 pr_notice("cosa%d: unexpected EOT interrupt\n", cosa->num); eot_interrupt()
H A Dsbni.c412 pr_notice("%s: ioaddr %#lx, irq %d, MAC: 00:ff:01:%02x:%02x:%02x\n", sbni_probe1()
418 pr_notice("%s: speed %d", sbni_probe1()
/linux-4.1.27/drivers/target/sbp/
H A Dsbp_target.c309 pr_notice("login to unknown LUN: %d\n", sbp_management_request_login()
328 pr_notice("mgt_agent LOGIN to LUN %d from %016llx\n", sbp_management_request_login()
335 pr_notice("initiator already logged-in\n"); sbp_management_request_login()
516 pr_notice("QUERY LOGINS not implemented\n"); sbp_management_request_query_logins()
544 pr_notice("mgt_agent RECONNECT from %016llx\n", guid); sbp_management_request_reconnect()
756 pr_notice("Ignoring ORB_POINTER write while active.\n"); tgt_agent_rw_orb_pointer()
846 pr_notice("ignoring request with wrong generation\n"); tgt_agent_rw()
852 pr_notice("ignoring request from foreign node (%x != %x)\n", tgt_agent_rw()
1503 pr_notice("SET PASSWORD not implemented\n"); sbp_mgt_agent_process()
1516 pr_notice("ABORT TASK not implemented\n"); sbp_mgt_agent_process()
1525 pr_notice("ABORT TASK SET not implemented\n"); sbp_mgt_agent_process()
1534 pr_notice("LOGICAL UNIT RESET not implemented\n"); sbp_mgt_agent_process()
1543 pr_notice("TARGET RESET not implemented\n"); sbp_mgt_agent_process()
1552 pr_notice("unknown management function 0x%x\n", sbp_mgt_agent_process()
1612 pr_notice("ignoring management request while busy\n"); sbp_mgt_agent_rw()
/linux-4.1.27/drivers/scsi/
H A Dmac_scsi.c259 pr_notice("Bus error in macscsi_pread\n"); macscsi_pread()
353 pr_notice("Bus error in macscsi_pwrite\n"); macscsi_pwrite()
/linux-4.1.27/drivers/watchdog/
H A Dgef_wdt.c116 pr_notice("watchdog activated\n"); gef_wdt_handler_enable()
124 pr_notice("watchdog deactivated\n"); gef_wdt_handler_disable()
H A Dmv64x60_wdt.c105 pr_notice("watchdog activated\n"); mv64x60_wdt_handler_enable()
113 pr_notice("watchdog deactivated\n"); mv64x60_wdt_handler_disable()
H A Dsp5100_tco.c418 pr_notice("failed to find MMIO address, giving up.\n");
/linux-4.1.27/arch/mips/mm/
H A Dc-octeon.c257 pr_notice("Primary instruction cache %ldkB, %s, %d way, " probe_octeon()
264 pr_notice("Primary data cache %ldkB, %d-way, %d sets, " probe_octeon()
H A Dfault.c128 pr_notice("Cpu%d[%s:%d:%0*lx:%ld:%0*lx] XI violation\n", __do_page_fault()
138 pr_notice("Cpu%d[%s:%d:%0*lx:%ld:%0*lx] RI violation\n", __do_page_fault()
/linux-4.1.27/arch/arm64/mm/
H A Dinit.c153 pr_notice("Memory limited to %lldMB\n", memory_limit >> 20); early_mem()
300 pr_notice("Virtual kernel memory layout:\n" mem_init()
/linux-4.1.27/drivers/platform/chrome/
H A Dchromeos_laptop.c196 pr_notice("%s failed to register device %d-%02x\n", __add_probed_i2c_device()
241 pr_notice("%s: i2c adapter %s not found on system.\n", __func__, find_i2c_adapter_num()
396 pr_notice("%s: Ran out of tries for device.\n", chromeos_laptop_probe()
/linux-4.1.27/drivers/mtd/nand/
H A Dcmx270_nand.c202 pr_notice("No NAND device\n"); cmx270_init()
H A Dnand_base.c2408 pr_notice("%s: attempt to write non page aligned data\n", nand_do_write_ops()
/linux-4.1.27/drivers/acpi/
H A Dprocessor_pdc.c173 pr_notice("%s detected - disabling mwait for CPU C-states\n", set_no_mwait()
H A Dthermal.c1180 pr_notice(PREFIX "%s detected: " thermal_act()
1188 pr_notice(PREFIX "%s detected: " thermal_nocrt()
1196 pr_notice(PREFIX "%s detected: " thermal_tzp()
1205 pr_notice(PREFIX "%s detected: " thermal_psv()
1259 pr_notice(PREFIX "thermal control disabled\n"); acpi_thermal_init()
H A Dtables.c418 pr_notice("Shall use APIC/MADT table %d\n", acpi_apic_instance); acpi_parse_apic_instance()
/linux-4.1.27/arch/sh/kernel/cpu/sh4/
H A Dperf_event.c262 pr_notice("HW perf events unsupported, software events only.\n"); sh7750_pmu_init()
/linux-4.1.27/arch/mips/kernel/
H A Dkprobes.c150 pr_notice("Kprobes for ll and sc instructions are not" arch_prepare_kprobe()
159 pr_notice("Kprobes for branch delayslot are not supported\n"); arch_prepare_kprobe()
283 pr_notice("%s: unaligned epc - sending SIGBUS.\n", current->comm); evaluate_branch_instruction()
303 pr_notice("Kprobes: Error in evaluating branch\n"); prepare_singlestep()
/linux-4.1.27/arch/m68k/mm/
H A Dinit.c129 pr_notice("Virtual kernel memory layout:\n" print_memmap()
/linux-4.1.27/arch/arm/kernel/
H A Dcpuidle.c115 pr_notice("cpuidle: enable-method property '%s'" arm_cpuidle_read_ops()
H A Dswp_emulate.c263 pr_notice("Registering SWP/SWPB emulation handler\n"); swp_emulation_init()
H A Dsmp.c233 pr_notice("CPU%u: shutdown\n", cpu); __cpu_die()
/linux-4.1.27/kernel/livepatch/
H A Dcore.c472 pr_notice("disabling patch '%s'\n", patch->mod->name); __klp_disable_patch()
532 pr_notice("enabling patch '%s'\n", patch->mod->name); __klp_enable_patch()
908 pr_notice("applying patch '%s' to loading module '%s'\n", klp_module_notify_coming()
929 pr_notice("reverting patch '%s' on unloading module '%s'\n", klp_module_notify_going()
/linux-4.1.27/drivers/net/ethernet/xircom/
H A Dxirc2ps_cs.c562 pr_notice("Oops: Not a creditcard\n"); set_card_type()
566 pr_notice("Not an Ethernet card\n"); set_card_type()
597 pr_notice("Sorry, this is an old CE card\n"); set_card_type()
601 pr_notice("unknown card (mediaid=%02x prodid=%02x)\n", mediaid, prodid); set_card_type()
705 pr_notice("manfid not found in CIS\n"); xirc2ps_config()
727 pr_notice("Unknown Card Manufacturer ID: 0x%04x\n", xirc2ps_config()
734 pr_notice("this card is not supported\n"); xirc2ps_config()
760 pr_notice("node-id not found in CIS\n"); xirc2ps_config()
787 pr_notice("no ports available\n"); xirc2ps_config()
896 pr_notice("invalid if_port requested\n"); xirc2ps_config()
908 pr_notice("register_netdev() failed\n"); xirc2ps_config()
/linux-4.1.27/arch/x86/kernel/cpu/mcheck/
H A Dmce_intel.c158 pr_notice("CMCI storm subsided: switching to interrupt mode\n"); cmci_intel_adjust_timer()
208 pr_notice("CMCI storm detected: switching to poll mode\n"); cmci_storm_detect()
/linux-4.1.27/crypto/asymmetric_keys/
H A Dasymmetric_type.c377 pr_notice("Asymmetric key parser '%s' registered\n", parser->name); register_asymmetric_key_parser()
396 pr_notice("Asymmetric key parser '%s' unregistered\n", parser->name); unregister_asymmetric_key_parser()
/linux-4.1.27/drivers/memstick/core/
H A Dms_block.c810 pr_notice("marking pba %d as bad", pba); msb_mark_bad()
917 pr_notice("correctable error on pba %d, page %d", msb_read_page()
967 pr_notice("correctable error on pba %d, page %d", msb_read_oob()
1398 pr_notice( msb_ftl_scan()
1450 pr_notice("pba %05d -> [bad lba %05d] - will erase", msb_ftl_scan()
1466 pr_notice("Collision between pba %d and pba %d", msb_ftl_scan()
1470 pr_notice("pba %d is marked as stable, use it", pba); msb_ftl_scan()
1477 pr_notice("pba %d is marked as stable, use it", msb_ftl_scan()
1483 pr_notice("collision between blocks %d and %d, without stable flag set on both, erasing pba %d", msb_ftl_scan()
/linux-4.1.27/drivers/net/ethernet/intel/ixgb/
H A Dixgb_param.c265 pr_notice("Warning: no configuration for board #%i\n", bd); ixgb_check_options()
266 pr_notice("Using defaults for all values\n"); ixgb_check_options()
/linux-4.1.27/drivers/gpu/drm/udl/
H A Dudl_fb.c267 pr_notice("mmap() framebuffer addr:%lu size:%lu\n", udl_fb_mmap()
350 pr_notice("open /dev/fb%d user=%d fb_info=%p count=%d\n", udl_fb_open()
/linux-4.1.27/mm/
H A Dkmemleak.c387 pr_notice("Object 0x%08lx (size %zu):\n", dump_object_info()
389 pr_notice(" comm \"%s\", pid %d, jiffies %lu\n", dump_object_info()
391 pr_notice(" min_count = %d\n", object->min_count); dump_object_info()
392 pr_notice(" count = %d\n", object->count); dump_object_info()
393 pr_notice(" flags = 0x%lx\n", object->flags); dump_object_info()
394 pr_notice(" checksum = %u\n", object->checksum); dump_object_info()
395 pr_notice(" backtrace:\n"); dump_object_info()
1819 pr_notice("Early log backtrace:\n"); print_log_trace()
/linux-4.1.27/fs/affs/
H A Dsuper.c431 pr_notice("Dircache FS - mounting %s read only\n", sb->s_id); affs_fill_super()
473 pr_notice("Mounting volume \"%.*s\": Type=%.3s\\%c, Blocksize=%d\n", affs_fill_super()
H A Dbitmap.c256 pr_notice("Bitmap invalid - mounting %s read only\n", sb->s_id); affs_init_bitmap()
/linux-4.1.27/drivers/pci/pcie/
H A Dportdrv_pci.c321 pr_notice("%s detected: will not use MSI for PCIe PME signaling\n", dmi_pcie_pme_disable_msi()
/linux-4.1.27/arch/xtensa/platforms/iss/
H A Dsimdisk.c79 pr_notice("Beyond-end %s (%ld %ld)\n", simdisk_transfer()
/linux-4.1.27/arch/sh/kernel/
H A Dsetup.c111 pr_notice("Memory limited to %ldMB\n", memory_limit >> 20); early_parse_mem()
/linux-4.1.27/arch/tile/kernel/
H A Dhardwall.c368 pr_notice("cpu %d: detected %s hardwall violation %#lx while teardown already in progress\n", do_hardwall_trap()
384 pr_notice("cpu %d: detected %s hardwall violation %#lx...\n", do_hardwall_trap()
395 pr_notice("hardwall: killing %d\n", p->pid); do_hardwall_trap()
400 pr_notice("hardwall: no associated processes!\n"); do_hardwall_trap()
H A Dsetup.c557 pr_notice("%ldMB HIGHMEM available\n", setup_memory()
559 pr_notice("%ldMB LOWMEM available\n", pages_to_mb(lowmem_pages)); setup_memory()
572 pr_notice("%ldMB memory available\n", setup_memory()
588 pr_notice("%ldMB memory available\n", pages_to_mb(lowmem_pages)); setup_memory()
H A Dkprobes.c93 pr_notice("Kprobes for control instructions are not supported\n"); arch_prepare_kprobe()
/linux-4.1.27/arch/sh/kernel/cpu/sh4a/
H A Dperf_event.c296 pr_notice("HW perf events unsupported, software events only.\n"); sh4a_pmu_init()
/linux-4.1.27/arch/mips/paravirt/
H A Dparavirt-irq.c305 pr_notice("mips_irq_chip: %u bits, reg stride: %d\n", num_bits, stride); irq_pci_init()
/linux-4.1.27/fs/efs/
H A Dsuper.c227 pr_notice("partition table contained no EFS partitions\n"); efs_validate_vh()
/linux-4.1.27/drivers/scsi/arcmsr/
H A Darcmsr_hba.c267 pr_notice("arcmsr%d: memory mapping region fail\n", arcmsr_remap_pciregion()
472 pr_notice("arcmsr%d: wait 'flush adapter " arcmsr_hbaD_flush_cache()
928 pr_notice("arcmsr%d: wait 'abort all outstanding " arcmsr_hbaD_abort_allcmd()
1513 pr_notice("arcmsr%d: wait 'stop adapter background rebulid' " arcmsr_hbaD_stop_bgrb()
2613 pr_notice("Areca RAID Controller%d: Model %s, F/W %s\n", arcmsr_hbaA_get_config()
2695 pr_notice("Areca RAID Controller%d: Model %s, F/W %s\n", arcmsr_hbaB_get_config()
2761 pr_notice("Areca RAID Controller%d: Model %s, F/W %s\n", arcmsr_hbaC_get_config()
2792 pr_notice("DMA allocation failed...\n"); arcmsr_hbaD_get_config()
2859 pr_notice("arcmsr%d: wait get adapter firmware " arcmsr_hbaD_get_config()
2897 pr_notice("Areca RAID Controller%d: Model %s, F/W %s\n", arcmsr_hbaD_get_config()
3159 pr_notice("arcmsr%d: scsi id = %d " arcmsr_hbaD_polling_ccbdone()
3170 pr_notice("arcmsr%d: polling an illegal " arcmsr_hbaD_polling_ccbdone()
3329 pr_notice("arcmsr%d: 'set command Q window' timeout\n", arcmsr_iop_confirm()
3538 pr_notice("arcmsr%d: wait 'start adapter " arcmsr_hbaD_start_bgrb()
3878 pr_notice("arcmsr: there is an bus reset" arcmsr_bus_reset()
/linux-4.1.27/init/
H A Dmain.c522 pr_notice("%s", linux_banner); start_kernel()
533 pr_notice("Kernel command line: %s\n", boot_command_line); start_kernel()
/linux-4.1.27/drivers/md/bcache/
H A Dsuper.c1212 pr_notice("error opening %s: %s", bdevname(bdev, name), err); register_bdev()
1662 pr_notice("invalidating existing data"); run_cache_set()
1921 pr_notice("error opening %s: %s", bdevname(bdev, name), err); register_cache()
2089 pr_notice("Timeout waiting for devices to be closed"); bcache_reboot()
/linux-4.1.27/drivers/char/hw_random/
H A Dintel-rng.c277 pr_notice(PFX "FWH not detected\n"); intel_rng_hw_init()
/linux-4.1.27/drivers/char/
H A Dtile-srom.c386 pr_notice("srom/%d: hv_dev_open failed: %d.\n", srom_init()
H A Drandom.c664 pr_notice("random: %s pool is initialized\n", r->name); credit_entropy_bits()
/linux-4.1.27/include/linux/
H A Dnet.h238 net_ratelimited_function(pr_notice, fmt, ##__VA_ARGS__)
H A Dprintk.h254 #define pr_notice(fmt, ...) \ macro
H A Dfb.h810 pr_notice("fb%d: " fmt, (fb_info)->node, ##__VA_ARGS__)
/linux-4.1.27/arch/arm/mach-omap2/
H A Dvoltage.c198 pr_notice("%s: Unable to match the current voltage with the voltage table for vdd_%s\n", omap_voltage_get_voltdata()
/linux-4.1.27/arch/arm/mm/
H A Dnommu.c115 pr_notice("Ignoring RAM after %pa, memory at %pa ignored\n", for_each_memblock()
H A Dinit.c499 pr_notice("Virtual kernel memory layout:\n" mem_init()
H A Dmmu.c1090 pr_notice("Ignoring RAM at %pa-%pa (!CONFIG_HIGHMEM)\n", for_each_memblock()
1099 pr_notice("Truncating RAM at %pa-%pa to -%pa", for_each_memblock()
/linux-4.1.27/net/ipv4/
H A Dtcp_cong.c81 pr_notice("%s already registered or non-unique key\n", tcp_register_congestion_control()
H A Dipconfig.c1210 pr_notice("Sending %s%s%s requests .", ic_dynamic()
/linux-4.1.27/net/sched/
H A Dsch_qfq.c418 pr_notice("qfq: no options\n"); qfq_change_class()
429 pr_notice("qfq: invalid weight %u\n", weight); qfq_change_class()
438 pr_notice("qfq: invalid max length %u\n", lmax); qfq_change_class()
455 pr_notice("qfq: total weight out of range (%d + %u)\n", qfq_change_class()
H A Dact_api.c963 pr_notice("tc_ctl_action: received NO action attribs\n"); tc_ctl_action()
/linux-4.1.27/drivers/net/ethernet/3com/
H A D3c574_cs.c359 pr_notice("IO port conflict at 0x%03lx-0x%03lx\n", tc574_config()
411 pr_notice(" No MII transceivers found!\n"); tc574_config()
427 pr_notice("register_netdev() failed\n"); tc574_config()
H A D3c515.c1218 pr_notice("%s: Updating stats failed, disabling stats as an interrupt source.\n", corkscrew_interrupt()
1222 pr_notice("Vortex window %d:", win); corkscrew_interrupt()
H A D3c59x.c2565 pr_notice("%s: No memory to allocate a sk_buff of size %d.\n", vortex_rx()
3065 pr_notice("%s: Setting promiscuous mode.\n", dev->name); set_rx_mode()
/linux-4.1.27/drivers/net/ethernet/fujitsu/
H A Dfmvj18x_cs.c292 pr_notice("out of resource for serial\n"); mfc_try_io_port()
500 pr_notice("unable to read hardware net address\n"); fmvj18x_config()
521 pr_notice("register_netdev() failed\n"); fmvj18x_config()
/linux-4.1.27/drivers/video/fbdev/
H A Dudlfb.c336 pr_notice("mmap() framebuffer addr:%lu size:%lu\n", dlfb_ops_mmap()
910 pr_notice("open /dev/fb%d user=%d fb_info=%p count=%d\n", dlfb_ops_open()
1065 pr_notice("set_par mode %dx%d\n", info->var.xres, info->var.yres); dlfb_ops_set_par()
1828 pr_notice("Freeing all render urbs\n"); dlfb_free_urb_list()
1908 pr_notice("allocated %d %d byte urbs\n", i, (int) size); dlfb_alloc_urb_list()
/linux-4.1.27/drivers/net/ethernet/amd/
H A Dnmclan_cs.c655 pr_notice("mace id not found: %x %x should be 0x40 0x?9\n", nmclan_config()
668 pr_notice("invalid if_port requested\n"); nmclan_config()
674 pr_notice("register_netdev() failed\n"); nmclan_config()
/linux-4.1.27/fs/romfs/
H A Dsuper.c525 pr_notice("Mounting image '%*.*s' through %s\n", romfs_fill_super()
/linux-4.1.27/security/keys/
H A Dkey.c1090 pr_notice("Key type %s registered\n", ktype->name); register_key_type()
1113 pr_notice("Key type %s unregistered\n", ktype->name); unregister_key_type()
/linux-4.1.27/drivers/net/ethernet/8390/
H A Daxnet_cs.c303 pr_notice("this is not an AX88190 card!\n"); axnet_config()
304 pr_notice("use pcnet_cs instead.\n"); axnet_config()
354 pr_notice("register_netdev() failed\n"); axnet_config()
H A Dmac8390.c469 pr_notice("No useable cards found, driver NOT installed.\n"); init_module()
H A Dne.c950 pr_notice("ne.c: You must supply \"io=0xNNN\"" init_module()
H A Dpcnet_cs.c614 pr_notice("register_netdev() failed\n"); pcnet_config()
/linux-4.1.27/drivers/hwmon/
H A Dit87.c1983 pr_notice("Routing internal VCCH5V to in7.\n"); it87_find()
1985 pr_notice("in7 routed to internal voltage divider, with external pin disabled.\n"); it87_find()
1986 pr_notice("Please report if it displays a reasonable voltage.\n"); it87_find()
2101 pr_notice("Routing internal VCCH to in7\n"); it87_find()
/linux-4.1.27/drivers/net/ethernet/cirrus/
H A Dep93xx_eth.c276 pr_notice("invalid length %.8x %.8x\n", rstat0, rstat1); ep93xx_rx()
/linux-4.1.27/drivers/staging/octeon/
H A Dethernet.c628 pr_notice("cavium-ethernet %s\n", OCTEON_ETHERNET_VERSION); cvm_oct_probe()
/linux-4.1.27/arch/x86/xen/
H A Dp2m.c401 pr_notice("p2m virtual area at %p, size is %lx\n", vm.addr, vm.size); xen_vmalloc_p2m_tree()
/linux-4.1.27/drivers/cdrom/
H A Dgdrom.c668 pr_notice("Read only device - write request ignored\n"); gdrom_request()
/linux-4.1.27/drivers/w1/
H A Dw1_netlink.c683 pr_notice("%s: cn: %x.%x, wrong type: %u, len: %u.\n", w1_cn_callback()
/linux-4.1.27/arch/powerpc/platforms/ps3/
H A Dos-area.c661 pr_notice("%s: Verify of flash database failed, formatting.\n", update_flash_db()
/linux-4.1.27/arch/s390/kernel/
H A Dsetup.c469 pr_notice("Max memory size: %luMB\n", memory_end >> 20); setup_memory_end()
H A Dtime.c325 pr_notice("The ETR interface has adjusted the clock " adjust_time()
/linux-4.1.27/arch/arm/mach-pxa/
H A Dviper.c912 pr_notice("Shutting off UPS\n"); viper_power_off()
/linux-4.1.27/arch/arm/mach-omap1/
H A Dclock_data.c758 pr_notice("Clocking rate (xtal/DPLL1/MPU): %ld.%01ld/%ld.%01ld/%ld.%01ld MHz\n", omap1_show_rates()
/linux-4.1.27/fs/coda/
H A Dupcall.c678 pr_notice("Venus dead, not sending upcall\n"); coda_upcall()
/linux-4.1.27/net/core/
H A Dnetpoll.c70 pr_notice("%s: " fmt, np->name, ##__VA_ARGS__)
/linux-4.1.27/drivers/s390/net/
H A Dctcm_main.c317 pr_notice( ccw_unit_check()
325 pr_notice( ccw_unit_check()
/linux-4.1.27/drivers/block/
H A Dpktcdvd.c77 pr_notice("%s: " fmt, pd->name, ##__VA_ARGS__)
84 pr_notice("%s: %s():" fmt, \
87 pr_notice("%s: " fmt, pd->name, ##__VA_ARGS__); \
/linux-4.1.27/drivers/net/ethernet/tile/
H A Dtilepro.c273 pr_notice(buf); net_printk()
517 pr_notice("Could not provide a linux buffer to LIPP.\n"); tile_net_provide_needed_buffers()
H A Dtilegx.c433 pr_notice("Tile %d still needs" tile_net_provide_needed_buffers()
/linux-4.1.27/fs/udf/
H A Dsuper.c1221 pr_notice("Failed to read VAT inode from the last recorded block (%lu), retrying with the last block of the device (%lu).\n", udf_load_vat()
2136 pr_notice("Rescanning with blocksize %d\n", udf_fill_super()
/linux-4.1.27/drivers/media/pci/bt8xx/
H A Dbttv-driver.c3502 pr_notice("%d: Oh, there (temporarily?) is no input signal. " bttv_irq_debug_low_latency()
3507 pr_notice("%d: Uhm. Looks like we have unusual high IRQ latencies\n", bttv_irq_debug_low_latency()
3509 pr_notice("%d: Lets try to catch the culpit red-handed ...\n", bttv_irq_debug_low_latency()
3953 pr_notice("Overlay support disabled\n"); bttv_register_video()
/linux-4.1.27/drivers/net/wireless/mwifiex/
H A Dmain.c1130 pr_notice("rx work enabled, cpus %d\n", num_possible_cpus()); mwifiex_add_card()
/linux-4.1.27/drivers/s390/cio/
H A Dchsc.c447 pr_notice("Processing %s for channel path %x.%02x\n", chsc_process_sei_chp_config()
H A Ddevice.c627 pr_notice("Logging for subchannel 0.%x.%04x was triggered\n", initiate_logging()
/linux-4.1.27/drivers/hv/
H A Dvmbus_drv.c789 pr_notice("CPU offlining is not supported by hypervisor\n"); hv_cpu_hotplug_quirk()
/linux-4.1.27/arch/powerpc/platforms/512x/
H A Dclock-commonclk.c1154 pr_notice("device tree lacks clock specs, adding fallbacks (0x%x,%s%s%s%s%s%s%s%s%s%s)\n",
/linux-4.1.27/arch/powerpc/kernel/
H A Dnvram_64.c609 pr_notice("nvram: Using %s partition to log both" nvram_init_oops_partition()
/linux-4.1.27/fs/cifs/
H A Dnetmisc.c798 pr_notice("Status code returned 0x%08x %s\n", cifs_print_status()
H A Dsmb2maperror.c2441 pr_notice("Status code returned 0x%08x %s\n", status, smb2_print_status()
H A Dconnect.c1887 pr_notice("CIFS: ignoring forceuid mount option specified with no uid= option.\n"); cifs_parse_mount_options()
1892 pr_notice("CIFS: ignoring forcegid mount option specified with no gid= option.\n"); cifs_parse_mount_options()
/linux-4.1.27/drivers/mtd/ubi/
H A Dubi.h53 #define ubi_msg(ubi, fmt, ...) pr_notice(UBI_NAME_STR "%d: " fmt "\n", \
/linux-4.1.27/drivers/gpu/drm/i915/
H A Di915_drv.c855 pr_notice("drm/i915: Resetting chip after gpu hang\n"); i915_reset()
/linux-4.1.27/arch/x86/kernel/acpi/
H A Dboot.c1334 pr_notice("%s detected: Ignoring BIOS IRQ0 override\n", dmi_ignore_irq0_timer_override()
/linux-4.1.27/drivers/tty/hvc/
H A Dhvc_iucv.c1365 pr_notice("The z/VM IUCV HVC device driver cannot " hvc_iucv_init()
/linux-4.1.27/net/ipv4/netfilter/
H A Darp_tables.c392 pr_notice("arptables: loop hook %u pos %u %08X.\n", mark_source_chains()
/linux-4.1.27/drivers/net/ethernet/sun/
H A Dsunvnet.c952 pr_notice("invalid ring buffer state %d\n", vnet_clean_tx_ring()
/linux-4.1.27/fs/ubifs/
H A Dsuper.c958 pr_notice("UBIFS: parse %s\n", option); parse_standard_option()
H A Dubifs.h47 pr_notice("UBIFS (ubi%d:%d): " fmt "\n", \
/linux-4.1.27/fs/nfs/
H A Ddir.c314 pr_notice("NFS: directory %pD2 contains a readdir loop." nfs_readdir_search_for_cookie()
/linux-4.1.27/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c2827 pr_notice("MV-643xx 10/100/1000 ethernet driver version %s\n", mv643xx_eth_shared_probe()
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x.h84 pr_notice("[%s:%d(%s)]" fmt, \
/linux-4.1.27/drivers/net/bonding/
H A Dbond_main.c4318 pr_notice("In ALB mode you might experience client disconnections upon reconnection of a link if the bonding module updelay parameter (%d msec) is incompatible with the forwarding delay time of the switch\n", bond_check_params()
/linux-4.1.27/drivers/block/drbd/
H A Ddrbd_main.c2957 pr_notice("failed to initialize debugfs -- will not be available\n"); drbd_init()
/linux-4.1.27/net/ipv6/
H A Daddrconf.c788 pr_notice("delayed DAD work was pending while freeing ifa=%p\n", inet6_ifa_finish_destroy()

Completed in 5345 milliseconds