/netbsd-src/sys/dev/acpi/ |
H A D | apei.c | 417 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(s in apei_cper_memory_error_report() [all...] |
/netbsd-src/sys/dev/ic/ |
H A D | tpm.c | 153 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 …]
|
H A D | pl181.c | 119 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 …]
|
H A D | dwc_mmc.c | 363 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 …]
|
H A D | dwiic.c | 233 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()
|
H A D | bcmgenet.c | 111 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(s in genet_rxintr() [all...] |
/netbsd-src/sys/dev/vmt/ |
H A D | vmt_subr.c | 418 device_printf(sc->sc_dev, "unable to set guest uptime\n"); in vmt_update_guest_uptime() 430 device_printf(sc->sc_dev, "unable to set hostname\n"); in vmt_update_guest_info() 445 device_printf(sc->sc_dev, in vmt_update_guest_info() 456 device_printf(sc->sc_dev, "unable to set guest OS\n"); in vmt_update_guest_info() 501 device_printf(sc->sc_dev, in vmt_tclo_state_change_success() 513 device_printf(sc->sc_dev, "host requested shutdown\n"); in vmt_do_shutdown() 523 device_printf(sc->sc_dev, "host requested reboot\n"); in vmt_do_reboot() 530 device_printf(sc->sc_dev, "guest resuming from suspended state\n"); in vmt_do_resume() 541 device_printf(sc->sc_dev, "error sending resume response\n"); in vmt_do_resume() 555 device_printf(sc->sc_dev, in vmt_shutdown() [all …]
|
/netbsd-src/sys/dev/hyperv/ |
H A D | vmbusic.c | 131 device_printf(sc->sc_dev, "truncated ic negotiate, len %d\n", in vmbusic_negotiate() 138 device_printf(sc->sc_dev, "ic negotiate does not contain " in vmbusic_negotiate() 143 device_printf(sc->sc_dev, "ic negotiate does not contain " in vmbusic_negotiate() 150 device_printf(sc->sc_dev, "ic negotiate does not contain " in vmbusic_negotiate() 173 device_printf(sc->sc_dev, "failed to select framework " in vmbusic_negotiate() 195 device_printf(sc->sc_dev, "failed to select message version\n"); in vmbusic_negotiate() 203 device_printf(sc->sc_dev, in vmbusic_negotiate() 209 device_printf(sc->sc_dev, in vmbusic_negotiate() 216 device_printf(sc->sc_dev, in vmbusic_negotiate() 223 device_printf(sc->sc_dev, in vmbusic_negotiate() [all …]
|
H A D | hvkbd.c | 484 device_printf(sc->sc_dev, in hvkbd_intr() 494 device_printf(sc->sc_dev, "Illegal packet\n"); in hvkbd_intr() 503 device_printf(sc->sc_dev, in hvkbd_intr() 541 device_printf(sc->sc_dev, in hvkbd_intr() 546 device_printf(sc->sc_dev, in hvkbd_intr() 554 device_printf(sc->sc_dev, "unhandled event: %d\n", in hvkbd_intr() 559 device_printf(sc->sc_dev, "unknown event: %d\n", in hvkbd_intr()
|
/netbsd-src/sys/dev/i2c/ |
H A D | pca9685.c | 152 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 …]
|
H A D | mt2131.c | 96 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()
|
/netbsd-src/sys/arch/xen/xen/ |
H A D | balloon.c | 320 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_s in balloon_xenbus_watcher() [all...] |
/netbsd-src/sys/arch/arm/sunxi/ |
H A D | sunxi_hdmi.c | 374 device_printf(sc->sc_dev, "xfer failed, status=%08x\n", val); in sunxi_hdmi_i2c_xfer_1_3() 448 device_printf(sc->sc_dev, "no device detected\n"); in sunxi_hdmi_i2c_reset() 461 device_printf(sc->sc_dev, "reset failed (1.3)\n"); in sunxi_hdmi_i2c_reset() 669 device_printf(sc->sc_dev, "failed to read EDID\n"); in sunxi_hdmi_read_edid() 672 device_printf(sc->sc_dev, "failed to parse EDID\n"); in sunxi_hdmi_read_edid() 688 device_printf(sc->sc_dev, "%s mode (%s)\n", in sunxi_hdmi_read_edid() 735 device_printf(sc->sc_dev, in sunxi_hdmi_get_display_mode() 742 device_printf(sc->sc_dev, "EDID block #%d:\n", n); in sunxi_hdmi_get_display_mode() 750 device_printf(sc->sc_dev, " Tag %d, Revision %d, Offset %d\n", in sunxi_hdmi_get_display_mode() 752 device_printf(sc->sc_dev, " Flags: 0x%02x\n", edid[3]); in sunxi_hdmi_get_display_mode() [all …]
|
H A D | sun6i_dma.c | 569 device_printf(dev, "DMA_IRQ_EN_REG0_REG: %08x\n", DMA_READ(sc, DMA_IRQ_EN_REG0_REG)); in sun6idma_dump() 570 device_printf(dev, "DMA_IRQ_EN_REG1_REG: %08x\n", DMA_READ(sc, DMA_IRQ_EN_REG1_REG)); in sun6idma_dump() 571 device_printf(dev, "DMA_IRQ_PEND_REG0_REG: %08x\n", DMA_READ(sc, DMA_IRQ_PEND_REG0_REG)); in sun6idma_dump() 572 device_printf(dev, "DMA_IRQ_PEND_REG1_REG: %08x\n", DMA_READ(sc, DMA_IRQ_PEND_REG1_REG)); in sun6idma_dump() 573 device_printf(dev, "DMA_STA_REG: %08x\n", DMA_READ(sc, DMA_STA_REG)); in sun6idma_dump() 579 device_printf(dev, " %2d: DMA_EN_REG: %08x\n", index, DMA_READ(sc, DMA_EN_REG(index))); in sun6idma_dump() 580 device_printf(dev, " %2d: DMA_PAU_REG: %08x\n", index, DMA_READ(sc, DMA_PAU_REG(index))); 581 device_printf(dev, " %2d: DMA_START_ADDR_REG: %08x\n", index, DMA_READ(sc, DMA_START_ADDR_REG(index))); 582 device_printf(dev, " %2d: DMA_CFG_REG: %08x\n", index, DMA_READ(sc, DMA_CFG_REG(index))); 583 device_printf(de [all...] |
H A D | sunxi_rsb.c | 261 device_printf(sc->sc_dev, "transfer timeout, error = %d\n", in sunxi_rsb_wait() 269 device_printf(sc->sc_dev, "transfer busy\n"); in sunxi_rsb_wait() 273 device_printf(sc->sc_dev, "transfer error, id 0x%02" PRIx64 in sunxi_rsb_wait() 300 device_printf(sc->sc_dev, "device is busy\n"); in sunxi_rsb_rsb_config() 328 device_printf(sc->sc_dev, "soft reset timed out\n"); in sunxi_rsb_exec() 351 device_printf(sc->sc_dev, in sunxi_rsb_exec() 357 device_printf(sc->sc_dev, in sunxi_rsb_exec() 422 device_printf(sc->sc_dev, "device is busy\n"); in sunxi_rsb_exec()
|
H A D | sunxi_dwhdmi.c | 108 device_printf(dev, "couldn't enable supply\n"); in sunxi_dwhdmi_ep_activate() 163 device_printf(dsc->sc_dev, "failed to enable phy: %d\n", error); in sunxi_dwhdmi_enable() 169 device_printf(dsc->sc_dev, "failed to configure phy: %d\n", error); in sunxi_dwhdmi_enable() 182 device_printf(dsc->sc_dev, "failed to disable phy\n"); in sunxi_dwhdmi_disable() 196 device_printf(sc->sc_base.sc_dev, in sunxi_dwhdmi_mode_set() 294 device_printf(self, "couldn't find PHY\n"); in sunxi_dwhdmi_attach()
|
H A D | sunxi_codec.c | 219 device_printf(sc->sc_dev, "couldn't allocate DMA memory (%d)\n", in sunxi_codec_allocm() 286 device_printf(sc->sc_dev, "bad addr %p\n", start); in sunxi_codec_trigger_output() 351 device_printf(sc->sc_dev, "bad addr %p\n", start); in sunxi_codec_trigger_input() 665 device_printf(dev, "AC_DAC_DPC: %08x\n", CODEC_READ(sc, AC_DAC_DPC(sc))); in sunxicodec_dump() 666 device_printf(dev, "AC_DAC_FIFOC: %08x\n", CODEC_READ(sc, AC_DAC_FIFOC(sc))); in sunxicodec_dump() 667 device_printf(dev, "AC_DAC_FIFOS: %08x\n", CODEC_READ(sc, AC_DAC_FIFOS(sc))); in sunxicodec_dump() 668 device_printf(dev, "AC_ADC_FIFOC: %08x\n", CODEC_READ(sc, AC_ADC_FIFOC(sc))); in sunxicodec_dump() 669 device_printf(dev, "AC_ADC_FIFOS: %08x\n", CODEC_READ(sc, AC_ADC_FIFOS(sc))); in sunxicodec_dump() 670 device_printf(dev, "AC_DAC_CNT: %08x\n", CODEC_READ(sc, AC_DAC_CNT(sc))); in sunxicodec_dump() 671 device_printf(dev, "AC_ADC_CNT: %08x\n", CODEC_READ(sc, AC_ADC_CNT(sc))); in sunxicodec_dump()
|
/netbsd-src/sys/dev/pci/ |
H A D | if_ena.c | 406 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/ |
H A D | lua.c | 223 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/ |
H A D | uslsa.c | 87 #define DPRINTF(x) if (uslsadebug) device_printf x 313 device_printf(sc->sc_dev, "%s: GET_MDMSTS %s\n", in uslsa_get_status() 346 device_printf(sc->sc_dev, "SET_MHS/DTR failed\n"); in uslsa_set() 353 device_printf(sc->sc_dev, "SET_MHS/RTS failed\n"); in uslsa_set() 360 device_printf(sc->sc_dev, "SET_BREAK failed\n"); in uslsa_set() 396 device_printf(sc->sc_dev, "%s: set baudrate %d, failed %s," in uslsa_param() 403 device_printf(sc->sc_dev, "%s: SET_BAUDDIV failed\n", in uslsa_param() 445 device_printf(sc->sc_dev, "SET_LINE_CTL failed\n"); in uslsa_param() 450 device_printf(sc->sc_dev, "SET_LINE_CTL failed\n"); in uslsa_param() 544 device_printf(sc->sc_dev, "%s: GET_FLOW %s\n", in uslsa_set_flow()
|
H A D | emdtv_i2c.c | 100 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/ |
H A D | spkr.c | 165 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/ |
H A D | iopi2c.c | 123 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/arch/arm/nvidia/ |
H A D | tegra124_xusbpad.c | 205 device_printf(sc->sc_dev, "XUSB_PADCTL_USB2_PAD_MUX_REG is 0x%x\n", val); in tegra124_xusbpad_xhci_enable() 207 device_printf(sc->sc_dev, "XUSB_PADCTL_USB2_PORT_CAP_REG is 0x%x\n", val); in tegra124_xusbpad_xhci_enable() 209 device_printf(sc->sc_dev, "XUSB_PADCTL_SS_PORT_MAP_REG is 0x%x\n", val); in tegra124_xusbpad_xhci_enable() 349 device_printf(sc->sc_dev, "XUSB_PADCTL_USB2_PAD_MUX_REG is 0x%x\n", val); in tegra124_xusbpad_xhci_enable() 351 device_printf(sc->sc_dev, "XUSB_PADCTL_USB2_PORT_CAP_REG is 0x%x\n", val); in tegra124_xusbpad_xhci_enable() 353 device_printf(sc->sc_dev, "XUSB_PADCTL_SS_PORT_MAP_REG is 0x%x\n", val); in tegra124_xusbpad_xhci_enable()
|
/netbsd-src/sys/dev/pci/cxgb/ |
H A D | cxgb_main.c | 331 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 …]
|