Lines Matching defs:xa
409 struct xyc_attach_args xa;
570 xa.fullmode = XY_SUB_POLL;
571 xa.booting = 1;
573 for (xa.driveno = 0; xa.driveno < XYC_MAXDEV; xa.driveno++)
574 (void) config_found(self, (void *) &xa, NULL, CFARGS_NONE);
591 struct xyc_attach_args *xa = aux;
596 cf->cf_loc[XYCCF_DRIVE] != xa
612 struct xyc_attach_args *xa = aux;
631 if (xa->booting) {
640 xy->xyrq = &xyc->reqs[xa->driveno];
643 xy->xy_drive = xa->driveno;
644 fmode = xa->fullmode;
645 xyc->sc_drives[xa->driveno] = xy;
650 if (!xa->booting) {
681 printf(" drive %d: off-line\n", xa->driveno);
688 printf(" drive %d: ready", xa->driveno);
821 if (!xa->booting) {
1056 struct xyc_attach_args xa;
1068 xa.driveno = xy->xy_drive;
1069 xa.fullmode = XY_SUB_WAIT;
1070 xa.booting = 0;
1071 xyattach(xy->parent->sc_dev, xy->sc_dev, &xa);
1154 struct xyc_attach_args xa;
1171 xa.driveno = xy->xy_drive;
1172 xa.fullmode = XY_SUB_WAIT;
1173 xa.booting = 0;
1174 xyattach(xy->parent->sc_dev, xy->sc_dev, &xa);