Searched refs:KdPrint (Results 1 – 10 of 10) sorted by relevance
| /dragonfly/sys/dev/raid/hptmv/ |
| HD | entry.c | 218 KdPrint(("Device is offline")); in handleEdmaError() 279 KdPrint(("requestQueue addr is 0x%llX", (HPT_U64)(ULONG_PTR)req_dma_addr)); in hptmv_init_channel() 291 KdPrint(("RR18xx[%d,%d]: request queue allocated: 0x%p", in hptmv_init_channel() 308 KdPrint(("RR18xx[%d,%d]: response queue allocated: 0x%p", in hptmv_init_channel() 336 KdPrint(("IAL Error in IDENTIFY info: LBA not supported\n")); in hptmv_parse_identify_results() 341 KdPrint(("%25s - %s\n", "Capabilities", "LBA supported")); in hptmv_parse_identify_results() 346 KdPrint(("IAL Error in IDENTIFY info: DMA not supported\n")); in hptmv_parse_identify_results() 351 KdPrint(("%25s - %s\n", "Capabilities", "DMA supported")); in hptmv_parse_identify_results() 356 KdPrint(("IAL Error in IDENTIFY info: not able to find PIO mode\n")); in hptmv_parse_identify_results() 359 KdPrint(("%25s - 0x%02x\n", "PIO modes supported", in hptmv_parse_identify_results() [all …]
|
| HD | mvOs.h | 143 #define KdPrint(x) KdPrintI(x) macro 146 #define KdPrint(x) do { } while (0) macro
|
| HD | hptproc.c | 584 KdPrint(("error!\n")); in hpt_status()
|
| HD | ioctl.c | 197 KdPrint(("outstandingCommands is %d, wait..\n", pAdapter->outstandingCommands)); in lock_driver_idle()
|
| /dragonfly/sys/dev/raid/hpt27xx/ |
| HD | hpt27xx_osm_bsd.c | 47 KdPrint(("hpt_probe: adapter at PCI %d:%d:%d, IRQ %d", in hpt_probe() 72 … KdPrint(("hpt_attach(%d/%d/%d)", pci_get_bus(dev), pci_get_slot(dev), pci_get_function(dev))); in hpt_attach() 149 KdPrint(("%s: %d*%d=%d bytes", in hpt_alloc_mem() 166 KdPrint(("%s: %d*%d=%d bytes, order %d", in hpt_alloc_mem() 204 … KdPrint(("memory leak for freelist %s (%d/%d)", f->tag, f->count, f->reserved_count)); in hpt_free_mem() 221 … KdPrint(("memory leak for dma freelist %s (%d/%d)", f->tag, f->count, f->reserved_count)); in hpt_free_mem() 247 KdPrint(("fail to initialize %p", hba)); in hpt_init_vbus() 281 KdPrint(("flusing dev %p", vd)); in hpt_flush_vdev() 313 KdPrint(("flush result %d", pCmd->Result)); in hpt_flush_vdev() 332 KdPrint(("hpt_shutdown_vbus")); in hpt_shutdown_vbus() [all …]
|
| HD | osm.h | 226 #define KdPrint(x) do { if (hpt_dbg_level) os_printk x; } while (0) macro 233 #define KdPrint(x) do { } while (0) macro
|
| /dragonfly/sys/dev/raid/hptrr/ |
| HD | hptrr_osm_bsd.c | 67 KdPrint(("hpt_probe: adapter at PCI %d:%d:%d, IRQ %d", in hpt_probe() 86 … KdPrint(("hpt_attach(%d/%d/%d)", pci_get_bus(dev), pci_get_slot(dev), pci_get_function(dev))); in hpt_attach() 164 KdPrint(("%s: %d*%d=%d bytes", in hpt_alloc_mem() 182 KdPrint(("%s: %d*%d=%d bytes, order %d", in hpt_alloc_mem() 220 … KdPrint(("memory leak for freelist %s (%d/%d)", f->tag, f->count, f->reserved_count)); in hpt_free_mem() 237 … KdPrint(("memory leak for dma freelist %s (%d/%d)", f->tag, f->count, f->reserved_count)); in hpt_free_mem() 263 KdPrint(("fail to initialize %p", hba)); in hpt_init_vbus() 297 KdPrint(("flusing dev %p", vd)); in hpt_flush_vdev() 328 KdPrint(("flush result %d", pCmd->Result)); in hpt_flush_vdev() 345 KdPrint(("hpt_shutdown_vbus")); in hpt_shutdown_vbus() [all …]
|
| HD | osm.h | 192 #define KdPrint(x) do { if (hptrr_dbg_level) os_printk x; } while (0) macro 199 #define KdPrint(x) do { } while (0) macro
|
| /dragonfly/sys/dev/raid/hptiop/ |
| HD | hptiop.c | 507 KdPrint(("hptiop: received outbound msg %x\n", msg)); in hptiop_intr_itl() 747 KdPrint(("hptiop: received outbound msg %x\n", msg)); in hptiop_intr_mv() 929 KdPrint(("hptiop: get config send cmd failed")); in hptiop_get_config_itl() 957 KdPrint(("hptiop: get config send cmd failed")); in hptiop_get_config_mv() 972 KdPrint(("hptiop: header size %x/%x type %x/%x", in hptiop_get_config_mvfrey() 988 KdPrint(("hptiop: maxreq %x reqsz %x datalen %x maxdev %x sdram %x", in hptiop_get_config_mvfrey() 1017 KdPrint(("hptiop: set config send cmd failed")); in hptiop_set_config_itl() 1046 KdPrint(("hptiop: set config send cmd failed")); in hptiop_set_config_mv() 1071 KdPrint(("hptiop: set config send cmd failed")); in hptiop_set_config_mvfrey() 1867 KdPrint(("hba->ops=%p\n", hba->ops)); in hptiop_probe() [all …]
|
| HD | hptiop.h | 37 #define KdPrint(x) do { if (hpt_iop_dbg_level) kprintf x; } while (0) macro 39 #define KdPrint(x) do { } while (0) macro
|