Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/tws/
H A Dtws.c220 tws_log(sc, PCI_COMMAND_READ); in tws_attach()
248 tws_log(sc, ALLOC_MEMORY_RES); in tws_attach()
260 tws_log(sc, ALLOC_MEMORY_RES); in tws_attach()
269 tws_log(sc, ALLOC_MEMORY_RES); in tws_attach()
290 tws_log(sc, TWS_INIT_FAILURE); in tws_attach()
294 tws_log(sc, TWS_CTLR_INIT_FAILURE); in tws_attach()
298 tws_log(sc, TWS_CAM_ATTACH); in tws_attach()
434 tws_log(sc, SETUP_INTR_RES); in tws_setup_irq()
H A Dtws_services.h42 void tws_log(struct tws_softc *sc, int index);
H A Dtws_cam.c157 tws_log(sc, CAM_SIMQ_ALLOC); in tws_cam_attach()
174 tws_log(sc, CAM_SIM_ALLOC); in tws_cam_attach()
182 tws_log(sc, TWS_XPT_BUS_REGISTER); in tws_cam_attach()
190 tws_log(sc, TWS_XPT_CREATE_PATH); in tws_cam_attach()
195 tws_log(sc, TWS_BUS_SCAN_REQ); in tws_cam_attach()
H A Dtws_services.c132 tws_log(struct tws_softc *sc, int index) in tws_log() function