Home
last modified time | relevance | path

Searched refs:hpt_printk (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/raid/hptmv/
HDioctl.c152 hpt_printk(("Device removed: controller %d channel %d\n", controller, channel)); in ioctl_ReportEvent()
249hpt_printk(("Can not delete a mounted device.\n")); in Kernel_DeviceIoControl()
715 hpt_printk(("Rebuilding started.\n")); in hpt_rebuild_data_block()
724 hpt_printk(("Initializing started.\n")); in hpt_rebuild_data_block()
733 hpt_printk(("Verifying started.\n")); in hpt_rebuild_data_block()
755 hpt_printk(("can't allocate rebuild buffer\n")); in hpt_rebuild_data_block()
814 hpt_printk(("timeout, reset\n")); in hpt_rebuild_data_block()
847hpt_printk(("Rebuilding finished.\n")); in hpt_rebuild_data_block()
855hpt_printk(("Initializing finished.\n")); in hpt_rebuild_data_block()
860hpt_printk(("Verifying finished.\n")); in hpt_rebuild_data_block()
[all …]
HDhptproc.c128hpt_printk(("Can not use disk used by OS!\n")); in hpt_set_asc_info()
227 hpt_printk(("RAID5 write back enabled")); in hpt_set_asc_info()
HDosbsd.h218 #define hpt_printk(_x_) do { kprintf(KMSG_LEADING); kprintf _x_ ; } while (0) macro
HDentry.c225 hpt_printk(("too many retries on channel(%d)\n", pDevice->mv->channelNumber)); in handleEdmaError()
239 hpt_printk(("Retry on channel(%d)\n", pDevice->mv->channelNumber)); in handleEdmaError()
2018 hpt_printk(("can't allocate interrupt\n")); in hpt_attach()
2025 hpt_printk(("can't set up interrupt\n")); in hpt_attach()
2160 hpt_printk(("flush all devices\n")); in FlushAdapter()
2880 hpt_printk(("bus_dmamap_load error %d\n", error)); in OsSendCommand()