Searched refs:os_printk (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/dev/hpt27xx/ |
H A D | hpt27xx_osm_bsd.c | 108 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 D | osm.h | 223 int os_printk(char *fmt, ...); 237 os_printk(__p, ##args);\ 252 #define OsPrint(x) do { os_printk x; } while (0)
|
H A D | hpt27xx_config.h | 143 #define os_printk hpt27xx_os_printk macro
|
H A D | hpt27xx_os_bsd.c | 294 int os_printk(char *fmt, ...) in os_printk() function
|
/freebsd/sys/dev/hptrr/ |
H A D | hptrr_osm_bsd.c | 113 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 D | osm.h | 188 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 D | hptrr_config.h | 139 #define os_printk hptrr_os_printk macro
|
H A D | hptrr_os_bsd.c | 267 int os_printk(char *fmt, ...) in os_printk() function
|
/freebsd/sys/dev/hptnr/ |
H A D | hptnr_osm_bsd.c | 112 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 D | osm.h | 221 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 D | hptnr_config.h | 138 #define os_printk hptnr_os_printk macro
|
H A D | hptnr_os_bsd.c | 281 int os_printk(char *fmt, ...) in os_printk() function
|