HomeSort by: relevance | last modified time | path
    Searched defs:aaca (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
ld_aac.c 81 struct aac_attach_args *aaca = aux; local in function:ld_aac_attach
85 struct aac_drive *hdr = &aac->sc_hdr[aaca->aaca_unit];
89 sc->sc_hwunit = aaca->aaca_unit;
aac.c 202 struct aac_attach_args aaca; local in function:aac_devscan
209 aaca.aaca_unit = i;
213 config_found(sc->sc_dv, &aaca, aac_print,
333 struct aac_attach_args *aaca; local in function:aac_print
335 aaca = aux;
339 aprint_normal(" unit %d", aaca->aaca_unit);

Completed in 12 milliseconds