ld_twe.c | 97 struct twe_softc *twe = device_private(parent); local in function:ld_twe_attach 98 struct twe_drive *td = &twe->sc_units[twea->twea_unit]; 106 twe_register_callbacks(twe, twea->twea_unit, &ld_twe_callbacks); 113 ld->sc_maxqueuecnt = twe->sc_openings; 140 error = twe_param_get_1(twe, TWE_PARAM_UNITINFO + twea->twea_unit, 177 struct twe_softc *twe; local in function:ld_twe_dobio 180 twe = device_private(device_parent(sc->sc_ld.sc_dv)); 183 if ((ccb = twe_ccb_alloc(twe, flags)) == NULL) 202 if ((rv = twe_ccb_map(twe, ccb)) != 0) { 203 twe_ccb_free(twe, ccb) 242 struct twe_softc *twe; local in function:ld_twe_handler 277 struct twe_softc *twe = device_private(device_parent(ld->sc_dv)); local in function:ld_twe_flush [all...] |