Home
last modified time | relevance | path

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

/freebsd/sys/dev/hptmv/
H A Dioctl.c152 hpt_printk(("Device removed: controller %d channel %d\n", controller, channel)); in ioctl_ReportEvent()
247 hpt_printk(("Can not delete a mounted device.\n")); in Kernel_DeviceIoControl()
711 hpt_printk(("Rebuilding started.\n")); in hpt_rebuild_data_block()
720 hpt_printk(("Initializing started.\n")); in hpt_rebuild_data_block()
729 hpt_printk(("Verifying started.\n")); in hpt_rebuild_data_block()
749 hpt_printk(("can't allocate rebuild buffer\n")); in hpt_rebuild_data_block()
803 hpt_printk(("timeout, reset\n")); in hpt_rebuild_data_block()
834 hpt_printk(("Rebuilding finished.\n")); in hpt_rebuild_data_block()
842 hpt_printk(("Initializing finished.\n")); in hpt_rebuild_data_block()
847 hpt_printk(("Verifying finished.\n")); in hpt_rebuild_data_block()
[all …]
H A Dosbsd.h220 #define hpt_printk(_x_) do { printf(KMSG_LEADING); printf _x_ ; } while (0) macro
H A Dhptproc.c131 hpt_printk(("Can not use disk used by OS!\n")); in hpt_set_asc_info()
243 hpt_printk(("RAID5 write back enabled")); in hpt_set_asc_info()
H A Dentry.c213 hpt_printk(("too many retries on channel(%d)\n", pDevice->mv->channelNumber)); in handleEdmaError()
227 hpt_printk(("Retry on channel(%d)\n", pDevice->mv->channelNumber)); in handleEdmaError()
1992 hpt_printk(("can't allocate interrupt\n")); in hpt_attach()
2000 hpt_printk(("can't set up interrupt\n")); in hpt_attach()
2141 hpt_printk(("flush all devices\n")); in FlushAdapter()
2840 hpt_printk(("bus_dmamap_load error %d\n", error)); in OsSendCommand()