Lines Matching defs:xa
421 struct xdc_attach_args xa;
514 xa.booting = 1;
515 for (xa.driveno = 0; xa.driveno < XDC_MAXDEV; xa.driveno++)
516 (void)config_found(self, (void *)&xa, xdc_print, CFARGS_NONE);
525 struct xdc_attach_args *xa = aux;
530 if (xa->driveno != -1)
531 aprint_normal(" drive %d", xa->driveno);
547 struct xdc_attach_args *xa = aux;
551 xd_unit = device_unit(parent) * 2 + xa->driveno;
566 struct xdc_attach_args *xa = aux;
582 xd->xd_drive = xa->driveno;
583 xdc->sc_drives[xa->driveno] = xd;