Home | History | Annotate | Download | only in vme

Lines Matching defs:xa

498 	struct xdc_attach_args	xa;
671 xa.fullmode = XD_SUB_POLL;
672 xa.booting = 1;
674 for (xa.driveno = 0; xa.driveno < XDC_MAXDEV; xa.driveno++)
675 (void) config_found(self, (void *) &xa, NULL, CFARGS_NONE);
692 struct xdc_attach_args *xa = aux;
697 cf->cf_loc[XDCCF_DRIVE] != xa->driveno)
713 struct xdc_attach_args *xa = aux;
733 if (xa->booting) {
738 xd->xd_drive = xa->driveno;
739 fmode = xa->fullmode;
740 xdc->sc_drives[xa->driveno] = xd;
745 if (!xa->booting) {
777 printf(" drive %d: off-line\n", xa->driveno);
784 printf(" drive %d: ready\n", xa->driveno);
907 if (!xa->booting) {
1137 struct xdc_attach_args xa;
1149 xa.driveno = xd->xd_drive;
1150 xa.fullmode = XD_SUB_WAIT;
1151 xa.booting = 0;
1152 xdattach(xd->parent->sc_dev, xd->sc_dev, &xa);
1235 struct xdc_attach_args xa;
1250 xa.driveno = xd->xd_drive;
1251 xa.fullmode = XD_SUB_WAIT;
1252 xa.booting = 0;
1253 xdattach(xd->parent->sc_dev, xd->sc_dev, &xa);