Home | History | Annotate | Download | only in vax

Lines Matching refs:aux

110 mainbus_print(void *aux, const char *name)
112 struct mainbus_attach_args * const ma = aux;
121 mainbus_match(device_t parent, cfdata_t cf, void *aux)
127 mainbus_attach(device_t parent, device_t self, void *aux)
161 cpu_mainbus_match(device_t self, cfdata_t cf, void *aux)
163 struct mainbus_attach_args *ma = aux;
169 cpu_mainbus_attach(device_t parent, device_t self, void *aux)
252 device_register(device_t dev, void *aux)
261 if ((**dp)(dev, aux)) {
282 ubtest(void *aux)
286 p = kvtophys(((struct uba_attach_args *)aux)->ua_ioh);
295 booted_ni(device_t dev, void *aux)
297 struct bi_attach_args *ba = aux;
308 booted_de(device_t dev, void *aux)
311 if (jmfr("de", dev, BDEV_DE) || ubtest(aux))
319 booted_le(device_t dev, void *aux)
327 booted_ze(device_t dev, void *aux)
335 booted_qt(device_t dev, void *aux)
337 if (jmfr("qt", dev, BDEV_QE) || ubtest(aux))
345 booted_qe(device_t dev, void *aux)
347 if (jmfr("qe", dev, BDEV_QE) || ubtest(aux))
358 booted_sd(device_t dev, void *aux)
360 struct scsipibus_attach_args *sa = aux;
391 booted_rl(device_t dev, void *aux)
393 struct rlc_attach_args *raa = aux;
397 ub = ubtest(aux);
413 booted_ra(device_t dev, void *aux)
415 struct drive_attach_args *da = aux;
436 booted_hp(device_t dev, void *aux)
442 struct sbi_attach_args *sa = aux;
451 if (((struct mba_attach_args *)aux)->ma_unit != rpb.unit)
462 booted_rd(device_t dev, void *aux)
464 int *nr = aux; /* XXX - use the correct attach struct */