Home | History | Annotate | Download | only in mainbus

Lines Matching defs:fa

374 	register struct fdc_attach_args *fa = aux;
377 aprint_normal(" drive %d", fa->fa_drive);
388 struct fdc_attach_args fa;
428 for (fa.fa_drive = 0; fa.fa_drive < 4; fa.fa_drive++) {
429 if (type >= 0 && fa.fa_drive < 2)
430 fa.fa_deftype = fd_nvtotype(device_xname(fdc->sc_dev),
431 type, fa.fa_drive);
433 fa.fa_deftype = NULL; /* unknown */
434 (void)config_found(self, (void *)&fa, fdprint, CFARGS_NONE);
442 struct fdc_attach_args *fa = aux;
443 int drive = fa->fa_drive;
498 struct fdc_attach_args *fa = aux;
499 struct fd_type *type = fa->fa_deftype;
500 int drive = fa->fa_drive;