Lines Matching defs:xa
352 struct xyc_attach_args xa;
450 for (xa.driveno = 0; xa.driveno < XYC_MAXDEV; xa.driveno++)
451 (void)config_found(self, (void *)&xa, xyc_print, CFARGS_NONE);
460 struct xyc_attach_args *xa = aux;
465 if (xa->driveno != -1)
466 aprint_normal(" drive %d", xa->driveno);
482 struct xyc_attach_args *xa = aux;
486 xy_unit = device_unit(parent) * 2 + xa->driveno;
501 struct xyc_attach_args *xa = aux;
519 xy->xyrq = &xyc->reqs[xa->driveno];
521 xy->xy_drive = xa->driveno;
522 xyc->sc_drives[xa->driveno] = xy;