Home | History | Annotate | Download | only in tc

Lines Matching defs:td

129 	const struct tcds_device *td;
131 for (td = tcds_devices; td->td_name != NULL; td++)
132 if (strncmp(td->td_name, modname, TC_ROM_LLEN) == 0)
133 return (td);
153 const struct tcds_device *td;
161 td = tcds_lookup(ta->ta_modname);
162 if (td == NULL)
166 if (td->td_flags & TCDSF_BASEBOARD)
170 sc->sc_flags = td->td_flags;