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

  /src/sys/dev/qbus/
rf.c 338 struct rfc_attach_args rfc_aa; local in function:rfc_attach
386 rfc_aa.type = 2;
389 rfc_aa.type = 1;
399 rfc_aa.dnum = 0;
400 rfc_sc->sc_childs[0] = config_found(rfc_sc->sc_dev, &rfc_aa, rf_print,
402 rfc_aa.dnum = 1;
403 rfc_sc->sc_childs[1] = config_found(rfc_sc->sc_dev, &rfc_aa, rf_print,
416 rfc_aa.dnum = 0;
417 rfc_sc->sc_childs[0] = config_found(rfc_sc->sc_dev, &rfc_aa,
422 rfc_aa.dnum = 1
436 struct rfc_attach_args *rfc_aa = aux; local in function:rf_match
455 struct rfc_attach_args *rfc_aa = (struct rfc_attach_args *)aux; local in function:rf_attach
515 struct rfc_attach_args *rfc_aa = aux; local in function:rf_print
    [all...]
rf.c 338 struct rfc_attach_args rfc_aa; local in function:rfc_attach
386 rfc_aa.type = 2;
389 rfc_aa.type = 1;
399 rfc_aa.dnum = 0;
400 rfc_sc->sc_childs[0] = config_found(rfc_sc->sc_dev, &rfc_aa, rf_print,
402 rfc_aa.dnum = 1;
403 rfc_sc->sc_childs[1] = config_found(rfc_sc->sc_dev, &rfc_aa, rf_print,
416 rfc_aa.dnum = 0;
417 rfc_sc->sc_childs[0] = config_found(rfc_sc->sc_dev, &rfc_aa,
422 rfc_aa.dnum = 1
436 struct rfc_attach_args *rfc_aa = aux; local in function:rf_match
455 struct rfc_attach_args *rfc_aa = (struct rfc_attach_args *)aux; local in function:rf_attach
515 struct rfc_attach_args *rfc_aa = aux; local in function:rf_print
    [all...]

Completed in 43 milliseconds