Home | History | Annotate | Download | only in dev

Lines Matching refs:sc_nexus

442 		sc->sc_nexus = NULL;
477 if ((acb = sc->sc_nexus) != NULL) {
639 sc->sc_nexus = acb;
846 sc->sc_nexus = acb;
931 if (acb != sc->sc_nexus) {
934 sc->sc_nexus = NULL;
1071 struct acb *acb = sc->sc_nexus;
1248 sc->sc_nexus = acb;
1335 SPC_ASSERT(sc->sc_nexus != NULL);
1337 MSG_IDENTIFY(sc->sc_nexus->xs->xs_periph->periph_lun, 1);
1343 SPC_ASSERT(sc->sc_nexus != NULL);
1344 ti = &sc->sc_tinfo[sc->sc_nexus->xs->xs_periph->periph_target];
1356 SPC_ASSERT(sc->sc_nexus != NULL);
1357 ti = &sc->sc_tinfo[sc->sc_nexus->xs->xs_periph->periph_target];
1618 struct acb *acb = sc->sc_nexus;
1683 acb = sc->sc_nexus;
1700 SPC_ASSERT(sc->sc_nexus != NULL);
1701 acb = sc->sc_nexus;
1725 SPC_ASSERT(sc->sc_nexus != NULL);
1726 acb = sc->sc_nexus;
1849 acb = sc->sc_nexus;
1850 SPC_ASSERT(sc->sc_nexus != NULL);
1929 if (acb == sc->sc_nexus) {
1961 sc->sc_state, sc->sc_nexus
2028 if (sc->sc_nexus != NULL)
2029 mha_print_acb(sc->sc_nexus);
2041 printf("nexus=%p prevphase=%x\n", sc->sc_nexus, sc->sc_prevphase);