Lines Matching refs:fa
387 struct fdc_attach_args *fa = aux;
390 aprint_normal(" drive %d", fa->fa_drive);
422 struct fdc_attach_args fa;
494 for (fa.fa_drive = 0; fa.fa_drive < 4; fa.fa_drive++) {
495 fa.fa_deftype = NULL; /* unknown */
496 fa.fa_deftype = &fd_types[0]; /* XXX */
497 (void)config_found(self, (void *)&fa, fdprint, CFARGS_NONE);
505 struct fdc_attach_args *fa = aux;
506 int drive = fa->fa_drive;
567 struct fdc_attach_args *fa = aux;
568 struct fd_type *type = fa->fa_deftype;
569 int drive = fa->fa_drive;
600 if (fa->fa_bootpath)
601 fa->fa_bootpath->dev = self;