Home | History | Annotate | Download | only in qbus

Lines Matching defs:ra

173 	struct rlc_attach_args *ra = aux;
177 ra->type & RLMP_DT ? '2' : '1', name);
178 aprint_normal(" drive %d", ra->hwid);
211 struct rlc_attach_args ra;
244 ra.type = RL_RREG(RL_MP);
245 ra.hwid = i;
247 config_found(sc->sc_dev, &ra, rlcprint, CFARGS_NONE);
254 struct rlc_attach_args *ra = aux;
257 cf->cf_loc[RLCCF_DRIVE] != ra->hwid)
266 struct rlc_attach_args *ra = aux;
271 rc->rc_hwid = ra->hwid;
277 if (ra->type & RLMP_DT)
282 dl->d_ncylinders = ra->type & RLMP_DT ? RL_TPS02 : RL_TPS01;
293 printf(": %s, %s\n", dl->d_typename, rlstate(rc->rc_rlc, ra->hwid));