Home
last modified time | relevance | path

Searched refs:os_printk (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/dev/hpt27xx/
H A Dhpt27xx_osm_bsd.c108 os_printk("adapter at PCI %d:%d:%d, IRQ %d", in hpt_attach()
790 os_printk("bus_dmamap_load error %d", error); in hpt_scsi_io()
1057 os_printk("out of memory"); in hpt_final_init()
1065 os_printk("no controller detected."); in hpt_final_init()
1075 os_printk("fail to initialize hardware"); in hpt_final_init()
1109 os_printk("Can't create dma map(%d)", i); in hpt_final_init()
1116 os_printk("cam_simq_alloc failed"); in hpt_final_init()
1123 os_printk("cam_sim_alloc failed"); in hpt_final_init()
1131 os_printk("xpt_bus_register failed"); in hpt_final_init()
1142 os_printk("xpt_create_path failed"); in hpt_final_init()
[all …]
H A Dosm.h223 int os_printk(char *fmt, ...);
237 os_printk(__p, ##args);\
252 #define OsPrint(x) do { os_printk x; } while (0)
H A Dhpt27xx_config.h143 #define os_printk hpt27xx_os_printk macro
H A Dhpt27xx_os_bsd.c294 int os_printk(char *fmt, ...) in os_printk() function
/freebsd/sys/dev/hptrr/
H A Dhptrr_osm_bsd.c113 os_printk("adapter at PCI %d:%d:%d, IRQ %d", in hpt_attach()
725 os_printk("bus_dmamap_load error %d", error); in hpt_scsi_io()
988 os_printk("out of memory"); in hpt_final_init()
996 os_printk("no controller detected."); in hpt_final_init()
1006 os_printk("fail to initialize hardware"); in hpt_final_init()
1040 os_printk("Can't create dma map(%d)", i); in hpt_final_init()
1047 os_printk("cam_simq_alloc failed"); in hpt_final_init()
1056 os_printk("cam_sim_alloc failed"); in hpt_final_init()
1063 os_printk("xpt_bus_register failed"); in hpt_final_init()
1074 os_printk("xpt_create_path failed"); in hpt_final_init()
[all …]
H A Dosm.h188 int os_printk(char *fmt, ...);
192 #define KdPrint(x) do { if (hptrr_dbg_level) os_printk x; } while (0)
204 #define OsPrint(x) do { os_printk x; } while (0)
H A Dhptrr_config.h139 #define os_printk hptrr_os_printk macro
H A Dhptrr_os_bsd.c267 int os_printk(char *fmt, ...) in os_printk() function
/freebsd/sys/dev/hptnr/
H A Dhptnr_osm_bsd.c112 os_printk("adapter at PCI %d:%d:%d, IRQ %d", in hpt_attach()
755 os_printk("bus_dmamap_load error %d", error); in hpt_scsi_io()
1078 os_printk("bus_dmamap_load error %d", error); in hpt_scsi_io()
1344 os_printk("out of memory"); in hpt_final_init()
1352 os_printk("no controller detected."); in hpt_final_init()
1362 os_printk("fail to initialize hardware"); in hpt_final_init()
1396 os_printk("Can't create dma map(%d)", i); in hpt_final_init()
1403 os_printk("cam_simq_alloc failed"); in hpt_final_init()
1413 os_printk("cam_sim_alloc failed"); in hpt_final_init()
1420 os_printk("xpt_bus_register failed"); in hpt_final_init()
[all …]
H A Dosm.h221 int os_printk(char *fmt, ...);
225 #define KdPrint(x) do { if (hpt_dbg_level) os_printk x; } while (0)
237 #define OsPrint(x) do { os_printk x; } while (0)
H A Dhptnr_config.h138 #define os_printk hptnr_os_printk macro
H A Dhptnr_os_bsd.c281 int os_printk(char *fmt, ...) in os_printk() function