Home
last modified time | relevance | path

Searched refs:device_printf (Results 1 – 25 of 152) sorted by relevance

1234567

/netbsd/src/sys/dev/acpi/
Dapei.c417 device_printf(sc->sc_dev, "%s: ErrorStatus=%s\n", ctx, bitbuf); in apei_cper_memory_error_report()
420 device_printf(sc->sc_dev, "%s: PhysicalAddress=0x%"PRIx64"\n", in apei_cper_memory_error_report()
425 device_printf(sc->sc_dev, "%s: PhysicalAddressMask=0x%"PRIx64 in apei_cper_memory_error_report()
429 device_printf(sc->sc_dev, "%s: Node=0x%"PRIx16"\n", ctx, in apei_cper_memory_error_report()
433 device_printf(sc->sc_dev, "%s: Card=0x%"PRIx16"\n", ctx, in apei_cper_memory_error_report()
437 device_printf(sc->sc_dev, "%s: Module=0x%"PRIx16"\n", ctx, in apei_cper_memory_error_report()
441 device_printf(sc->sc_dev, "%s: Bank=0x%"PRIx16"\n", ctx, in apei_cper_memory_error_report()
445 device_printf(sc->sc_dev, "%s: Device=0x%"PRIx16"\n", ctx, in apei_cper_memory_error_report()
449 device_printf(sc->sc_dev, "%s: Row=0x%"PRIx16"\n", ctx, in apei_cper_memory_error_report()
453 device_printf(sc->sc_dev, "%s: Column=0x%"PRIx16"\n", ctx, in apei_cper_memory_error_report()
[all …]
Dqcompas.c297 device_printf(sc->sc_dev, "failed to load %s/%s: %d\n", in qcpas_firmload()
305 device_printf(sc->sc_dev, in qcpas_firmload()
321 device_printf(sc->sc_dev, "failed to load %s/%s: %d\n", in qcpas_firmload()
335 device_printf(sc->sc_dev, "failed to toggle load state\n"); in qcpas_firmload()
346 device_printf(sc->sc_dev, "failed to boot coprocessor\n"); in qcpas_firmload()
528 device_printf(sc->sc_dev, "metadata split segment not supported\n"); in qcpas_mdt_init()
537 device_printf(sc->sc_dev, "init image failed: %d\n", error); in qcpas_mdt_init()
545 device_printf(sc->sc_dev, "mem setup failed\n"); in qcpas_mdt_init()
568 device_printf(sc->sc_dev, "firmware split segment not supported\n"); in qcpas_mdt_init()
580 device_printf(sc->sc_dev, "auth and reset failed\n"); in qcpas_mdt_init()
[all …]
Dapei_einj.c553 device_printf(sc->sc_dev, "TRIGGER_ERROR action table:" in apei_einj_trigger()
565 device_printf(sc->sc_dev, "TRIGGER_ERROR action table:" in apei_einj_trigger()
579 device_printf(sc->sc_dev, "TRIGGER_ERROR action table:" in apei_einj_trigger()
585 device_printf(sc->sc_dev, "TRIGGER_ERROR action table:" in apei_einj_trigger()
615 device_printf(sc->sc_dev, "TRIGGER_ERROR action table:" in apei_einj_trigger()
628 device_printf(sc->sc_dev, "TRIGGER_ERROR action table:" in apei_einj_trigger()
641 device_printf(sc->sc_dev, "TRIGGER_ERROR" in apei_einj_trigger()
/netbsd/src/sys/dev/ic/
Dtpm.c153 device_printf(sc->sc_dev, "start write failed: %d\n", error); in tpm12_suspend()
161 device_printf(sc->sc_dev, "write TPM_ORD_SaveState failed:" in tpm12_suspend()
170 device_printf(sc->sc_dev, "end write failed: %d\n", error); in tpm12_suspend()
180 device_printf(sc->sc_dev, "start read failed: %d\n", error); in tpm12_suspend()
189 device_printf(sc->sc_dev, "read failed: %d\n", error); in tpm12_suspend()
193 device_printf(sc->sc_dev, "short header read: %zu\n", nread); in tpm12_suspend()
201 device_printf(sc->sc_dev, "end read failed: %d\n", error); in tpm12_suspend()
211 device_printf(sc->sc_dev, in tpm12_suspend()
252 device_printf(sc->sc_dev, "start write failed: %d\n", error); in tpm20_suspend()
260 device_printf(sc->sc_dev, "write TPM_ORD_SaveState failed:" in tpm20_suspend()
[all …]
Dpl181.c119 device_printf(sc->sc_dev, "PeriphID %#x %#x %#x %#x\n", in plmmc_init()
124 device_printf(sc->sc_dev, "PCellID %#x %#x %#x %#x\n", in plmmc_init()
157 device_printf(sc->sc_dev, "TX/RX interrupt with no active transfer\n"); in plmmc_intr_xfer()
168 device_printf(sc->sc_dev, "FIFO counter is out of sync with active transfer\n"); in plmmc_intr_xfer()
215 device_printf(sc->sc_dev, in plmmc_intr()
240 device_printf(sc->sc_dev, "intr handler stuck, fifo resid %d, status %08x\n", in plmmc_intr()
395 device_printf(sc->sc_dev, in plmmc_do_command()
442 device_printf(sc->sc_dev, in plmmc_do_command()
445 device_printf(sc->sc_dev, in plmmc_do_command()
455 device_printf(sc->sc_dev, in plmmc_do_command()
[all …]
Ddwc_mmc.c363 device_printf(sc->sc_dev, "GCTRL: 0x%08x\n", in dwc_mmc_update_clock()
365 device_printf(sc->sc_dev, "CLKENA: 0x%08x\n", in dwc_mmc_update_clock()
367 device_printf(sc->sc_dev, "CLKDIV: 0x%08x\n", in dwc_mmc_update_clock()
369 device_printf(sc->sc_dev, "TIMEOUT: 0x%08x\n", in dwc_mmc_update_clock()
371 device_printf(sc->sc_dev, "WIDTH: 0x%08x\n", in dwc_mmc_update_clock()
373 device_printf(sc->sc_dev, "CMD: 0x%08x\n", in dwc_mmc_update_clock()
375 device_printf(sc->sc_dev, "MINT: 0x%08x\n", in dwc_mmc_update_clock()
377 device_printf(sc->sc_dev, "RINT: 0x%08x\n", in dwc_mmc_update_clock()
379 device_printf(sc->sc_dev, "STATUS: 0x%08x\n", in dwc_mmc_update_clock()
609 device_printf(sc->sc_dev, in dwc_mmc_exec_command()
[all …]
Ddwiic.c233 device_printf(sc->sc_dev, "failed to power off\n"); in dwiic_suspend()
245 device_printf(sc->sc_dev, "failed to power up\n"); in dwiic_resume()
328 device_printf(sc->sc_dev, "failed to %sable\n", in dwiic_enable()
394 device_printf(sc->sc_dev, in dwiic_i2c_exec()
414 device_printf(sc->sc_dev, "can't write %zu (> %d)\n", in dwiic_i2c_exec()
486 device_printf(sc->sc_dev, in dwiic_i2c_exec()
497 device_printf(sc->sc_dev, in dwiic_i2c_exec()
537 device_printf(sc->sc_dev, "timed out waiting " in dwiic_i2c_exec()
546 device_printf(sc->sc_dev, "timed out waiting " in dwiic_i2c_exec()
Dbcmgenet.c111 device_printf(dev, "phy read timeout, phy=%d reg=%d\n", in genet_mii_readreg()
136 device_printf(dev, "phy write timeout, phy=%d reg=%d\n", in genet_mii_writereg()
211 device_printf(sc->sc_dev, in genet_setup_txbuf()
216 device_printf(sc->sc_dev, in genet_setup_txbuf()
720 device_printf(sc->sc_dev, "overrun\n"); in genet_rxintr()
722 device_printf(sc->sc_dev, "CRC error\n"); in genet_rxintr()
724 device_printf(sc->sc_dev, "receive error\n"); in genet_rxintr()
726 device_printf(sc->sc_dev, "frame error\n"); in genet_rxintr()
728 device_printf(sc->sc_dev, "length error\n"); in genet_rxintr()
734 device_printf(sc->sc_dev, "OWN %d of %d\n",n,total); in genet_rxintr()
[all …]
/netbsd/src/sys/dev/i2c/
Dpca9685.c152 device_printf(sc->sc_dev, in pcapwm_program_channel()
176 device_printf(sc->sc_dev, in pcapwm_inspect_channel()
269 device_printf(sc->sc_dev, in pcapwm_pwm_enable()
280 device_printf(sc->sc_dev, in pcapwm_pwm_enable()
303 device_printf(sc->sc_dev, in pcapwm_pwm_get_config()
348 device_printf(sc->sc_dev, in pcapwm_pwm_set_config()
376 device_printf(sc->sc_dev, in pcapwm_pwm_set_config()
384 device_printf(sc->sc_dev, in pcapwm_pwm_set_config()
392 device_printf(sc->sc_dev, in pcapwm_pwm_set_config()
401 device_printf(sc->sc_dev, in pcapwm_pwm_set_config()
[all …]
Dmt2131.c96 device_printf(parent, "%s(): read fail\n", __func__); in mt2131_open()
101 device_printf(parent, "%s(): chip id %02x unknown\n", in mt2131_open()
174 device_printf(sc->parent, "%s write failed\n", __func__); in mt2131_tune_dtv()
183 device_printf(sc->parent, "%s read failed\n", __func__); in mt2131_tune_dtv()
190 device_printf(sc->parent, "mt2131 not locked, %02x\n", b[1]); in mt2131_tune_dtv()
Demcfan.c587 device_printf(sc->sc_dev,"%s: could not acquire I2C bus: %d\n",__func__, error); in emcfan_refresh_2101_tach()
597device_printf(sc->sc_dev,"%s: could not read tach low register: %d\n",__func__, error); in emcfan_refresh_2101_tach()
603device_printf(sc->sc_dev,"%s: could not read tach high register: %d\n",__func__, error); in emcfan_refresh_2101_tach()
716 device_printf(sc->sc_dev,"%s: could not acquire I2C bus: %d\n",__func__, error); in emcfan_refresh_210_346_230x_tach()
734device_printf(sc->sc_dev,"%s: could not read chip config: %d\n",__func__, error); in emcfan_refresh_210_346_230x_tach()
762 device_printf(sc->sc_dev,"%s: could not read fan config: %d\n",__func__, error); in emcfan_refresh_210_346_230x_tach()
773device_printf(sc->sc_dev,"%s: could not read tach low register: %d\n",__func__, error); in emcfan_refresh_210_346_230x_tach()
779device_printf(sc->sc_dev,"%s: could not read tach high register: %d\n",__func__, error); in emcfan_refresh_210_346_230x_tach()
1435 device_printf(sc->sc_dev,"%s: could not acquire I2C bus: %d\n",__func__, error); in emcfan_refresh_temp()
1446device_printf(sc->sc_dev,"%s: could not read internal temp high: %d\n",__func__, error); in emcfan_refresh_temp()
[all …]
Dpcf8563.c156 device_printf(sc->sc_dev, "acquire bus for read failed\n"); in pcf8563rtc_clock_read()
164 device_printf(sc->sc_dev, "read failed\n"); in pcf8563rtc_clock_read()
205 device_printf(sc->sc_dev, "acquire bus for write failed\n"); in pcf8563rtc_clock_write()
211 device_printf(sc->sc_dev, "write failed\n"); in pcf8563rtc_clock_write()
Dlg3303.c101 device_printf(lg->parent, "lg3303: found @ 0x%02x\n", addr); in lg3303_open()
227 device_printf(lg->parent, in lg3303_set_modulation()
272 device_printf(lg->parent, in lg3303_get_dtv_status()
319 device_printf(lg->parent, in lg3303_get_snr()
Dtea5767.c155 device_printf(sc->sc_dev, "bus acquiration failed.\n"); in tea5767_write()
164 device_printf(sc->sc_dev, "write operation failed %d.\n", in tea5767_write()
181 device_printf(sc->sc_dev, "bus acquiration failed.\n"); in tea5767_read()
190 device_printf(sc->sc_dev, "read operation failed.\n"); in tea5767_read()
/netbsd/src/sys/arch/xen/xen/
Dballoon.c320 device_printf(balloon_sc->sc_dev, in balloon_xenbus_read_target()
335 device_printf(balloon_sc->sc_dev, in balloon_xenbus_write_target()
423 device_printf(sc->sc_dev, "inflate %zu => inflated by %d\n", in balloon_inflate()
461 device_printf(sc->sc_dev, in balloon_deflate()
481 device_printf(sc->sc_dev, in balloon_deflate()
528 device_printf(sc->sc_dev, in balloon_deflate()
550 device_printf(sc->sc_dev, "deflate %zu => deflated by %d\n", in balloon_deflate()
598 device_printf(sc->sc_dev, in balloon_thread()
637 device_printf(balloon_sc->sc_dev, in balloon_xenbus_watcher()
649 device_printf(balloon_sc->sc_dev, in balloon_xenbus_watcher()
[all …]
/netbsd/src/sys/dev/pci/
Dif_ena.c406 device_printf(adapter->pdev, "Invalid MTU setting. " in ena_change_mtu()
417 device_printf(adapter->pdev, "Failed to set MTU to %d\n", in ena_change_mtu()
799 device_printf(adapter->pdev, in ena_setup_all_tx_resources()
835 device_printf(rx_ring->adapter->pdev, "Invalid rx req_id: %hu\n", in validate_rx_req_id()
902 device_printf(adapter->pdev, in ena_setup_rx_resources()
992 device_printf(adapter->pdev, in ena_setup_all_rx_resources()
1220 device_printf(adapter->pdev, in ena_free_tx_bufs()
1289 device_printf(adapter->pdev, in validate_tx_req_id()
1292 device_printf(adapter->pdev, "Invalid req_id: %hu\n", req_id); in validate_tx_req_id()
1320 device_printf(adapter->pdev, in ena_create_io_queues()
[all …]
/netbsd/src/sys/modules/lua/
Dlua.c223 device_printf(self, "state %s destroyed\n", in lua_detach()
339 device_printf(sc->sc_dev, "names of user " in luaioctl()
346 device_printf(sc->sc_dev, in luaioctl()
359 device_printf(sc->sc_dev, "state %s created\n", in luaioctl()
383 device_printf( in luaioctl()
412 device_printf(sc->sc_dev, in luaioctl()
424 device_printf(sc->sc_dev, in luaioctl()
436 device_printf(sc->sc_dev, in luaioctl()
460 device_printf(sc->sc_dev, in luaioctl()
466 device_printf(sc->sc_dev, in luaioctl()
[all …]
/netbsd/src/sys/dev/usb/
Duslsa.c87 #define DPRINTF(x) if (uslsadebug) device_printf x
314 device_printf(sc->sc_dev, "%s: GET_MDMSTS %s\n", in uslsa_get_status()
347 device_printf(sc->sc_dev, "SET_MHS/DTR failed\n"); in uslsa_set()
354 device_printf(sc->sc_dev, "SET_MHS/RTS failed\n"); in uslsa_set()
361 device_printf(sc->sc_dev, "SET_BREAK failed\n"); in uslsa_set()
397 device_printf(sc->sc_dev, "%s: set baudrate %d, failed %s," in uslsa_param()
404 device_printf(sc->sc_dev, "%s: SET_BAUDDIV failed\n", in uslsa_param()
446 device_printf(sc->sc_dev, "SET_LINE_CTL failed\n"); in uslsa_param()
451 device_printf(sc->sc_dev, "SET_LINE_CTL failed\n"); in uslsa_param()
545 device_printf(sc->sc_dev, "%s: GET_FLOW %s\n", in uslsa_set_flow()
Demdtv_i2c.c100 device_printf(sc->sc_dev, "%s failed\n", __func__); in emdtv_i2c_check()
112 device_printf(sc->sc_dev, "%s failed\n", __func__); in emdtv_i2c_recv()
125 device_printf(sc->sc_dev, "%s failed\n", __func__); in emdtv_i2c_send()
/netbsd/src/sys/dev/
Dspkr.c165 device_printf(sc->sc_dev, "%s: rest for %d ticks\n", __func__, ticks); in rest()
200 device_printf(sc->sc_dev, "%s: rest for %d ticks\n", in playtone()
217 device_printf(sc->sc_dev, in playtone()
251 device_printf(sc->sc_dev, "%s: '%c'\n", __func__, c); in playstring()
253 device_printf(sc->sc_dev, "%s: (0x%x)\n", __func__, c); in playstring()
498 device_printf(sc->sc_dev, "%s: entering\n", __func__); in spkropen()
516 device_printf(sc->sc_dev, "%s: entering with length = %zu\n", in spkrwrite()
538 device_printf(sc->sc_dev, "%s: entering\n", __func__); in spkrclose()
578 device_printf(sc->sc_dev, "%s: entering with cmd = %lx\n", in spkrioctl()
/netbsd/src/sys/arch/arm/xscale/
Diopi2c.c123 device_printf(sc->sc_dev, in iopiic_wait()
192 device_printf(sc->sc_dev, "failed to initiate %s xfer\n", in iopiic_initiate_xfer()
212 device_printf(sc->sc_dev, "read byte failed\n"); in iopiic_read_byte()
231 device_printf(sc->sc_dev, "write byte failed\n"); in iopiic_write_byte()
/netbsd/src/sys/dev/pci/cxgb/
Dcxgb_main.c331 device_printf(sc->dev, in cxgb_controller_attach()
381 device_printf(dev, "msix allocation failed - msi_count = %d" in cxgb_controller_attach()
398 device_printf(dev, "alloc msi failed - will try INTx\n"); in cxgb_controller_attach()
409 device_printf(dev, "using line interrupts\n"); in cxgb_controller_attach()
431 device_printf(dev, "firmware needs to be updated to version %d.%d.%d\n", in cxgb_controller_attach()
442 device_printf(dev, "SRAM needs to be updated to version %c-%d.%d.%d\n", in cxgb_controller_attach()
527 device_printf(sc->dev, "releasing msi message(s)\n"); in cxgb_free()
530 device_printf(sc->dev, "no msi message to release\n"); in cxgb_free()
587 device_printf(sc->dev, "t3_sge_alloc returned %d\n", err); in setup_sge_qsets()
603 device_printf(sc->dev, "t3_sge_alloc_qset failed with %d\n", in setup_sge_qsets()
[all …]
/netbsd/src/sys/arch/arm/broadcom/
Dbcm2835_sdhost.c333 device_printf(sc->sc_dev, "mmc intr hsts %#x\n", hsts); in sdhost_intr()
431 device_printf(sc->sc_dev, "transfer timeout!\n"); in sdhost_dma_wait()
457 device_printf(sc->sc_dev, "dma status %#x error %#x\n", in sdhost_dma_done()
623 device_printf(sc->sc_dev, "device is busy\n"); in sdhost_exec_command()
653 device_printf(sc->sc_dev, "dma transfer failed: %d\n", in sdhost_exec_command()
667 device_printf(sc->sc_dev, in sdhost_exec_command()
677 device_printf(sc->sc_dev, in sdhost_exec_command()
685 device_printf(sc->sc_dev, "SDCMD: %#x\n", in sdhost_exec_command()
720 device_printf(sc->sc_dev, "command failed with error %d\n", in sdhost_exec_command()
/netbsd/src/sys/dev/pci/ixgbe/
Dixv.c750 device_printf(dev, in ixv_init_locked()
764 device_printf(dev, in ixv_init_locked()
800 device_printf(dev, "VF is disabled by PF\n"); in ixv_init_locked()
1072 device_printf(sc->dev, "Only auto media type\n"); in ixv_media_change()
1150 device_printf(sc->dev, in ixv_set_rxfilter()
1154 device_printf(sc->dev, in ixv_set_rxfilter()
1158 device_printf(sc->dev, in ixv_set_rxfilter()
1162 device_printf(sc->dev, in ixv_set_rxfilter()
1193 device_printf(sc->dev, in ixv_set_rxfilter()
1197 device_printf(sc->dev, in ixv_set_rxfilter()
[all …]
Dixgbe.c2644 device_printf(dev, "parent pcib = %x,%x,%x\n", pci_get_bus(dev), in ixgbe_get_slot_info()
2649 device_printf(dev, "slot pcib = %x,%x,%x\n", pci_get_bus(dev), in ixgbe_get_slot_info()
2670 device_printf(dev, "PCI Express Bus: Speed %s Width %s\n", in ixgbe_get_slot_info()
2684 device_printf(dev, "PCI-Express bandwidth available" in ixgbe_get_slot_info()
2687 device_printf(dev, "For optimal performance a x8 " in ixgbe_get_slot_info()
2693 device_printf(dev, "PCI-Express bandwidth available" in ixgbe_get_slot_info()
2696 device_printf(dev, "For optimal performance a x8 " in ixgbe_get_slot_info()
2700 device_printf(dev, in ixgbe_get_slot_info()
3080 device_printf(sc->dev, "Unable to determine " in ixgbe_media_change()
3142 device_printf(sc->dev, "Invalid media type!\n"); in ixgbe_media_change()
[all …]

1234567