Home
last modified time | relevance | path

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

/freebsd/sys/dev/tws/
H A Dtws.c214 tws_log(sc, SYSCTL_TREE_NODE_ADD); in tws_attach()
244 tws_log(sc, ALLOC_MEMORY_RES); in tws_attach()
256 tws_log(sc, ALLOC_MEMORY_RES); in tws_attach()
269 tws_log(sc, ALLOC_MEMORY_RES); in tws_attach()
285 tws_log(sc, TWS_INIT_FAILURE); in tws_attach()
289 tws_log(sc, TWS_CTLR_INIT_FAILURE); in tws_attach()
293 tws_log(sc, TWS_CAM_ATTACH); in tws_attach()
441 tws_log(sc, SETUP_INTR_RES); in tws_setup_intr()
H A Dtws_services.h41 void tws_log(struct tws_softc *sc, int index);
H A Dtws_cam.c143 tws_log(sc, CAM_SIMQ_ALLOC); in tws_cam_attach()
160 tws_log(sc, CAM_SIM_ALLOC); in tws_cam_attach()
170 tws_log(sc, TWS_XPT_BUS_REGISTER); in tws_cam_attach()
179 tws_log(sc, TWS_XPT_CREATE_PATH); in tws_cam_attach()
H A Dtws_services.c129 tws_log(struct tws_softc *sc, int index) in tws_log() function