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

  /src/sys/dev/ic/
ninjascsi32.c 1596 int targetid; local in function:njsc32_resel_identify
1619 targetid = sc->sc_reselid;
1623 if (targetid > NJSC32_MAX_TARGET_ID || lun >= NJSC32_NLU)
1627 plu = &sc->sc_targets[targetid].t_lus[lun];
ninjascsi32.c 1596 int targetid; local in function:njsc32_resel_identify
1619 targetid = sc->sc_reselid;
1623 if (targetid > NJSC32_MAX_TARGET_ID || lun >= NJSC32_NLU)
1627 plu = &sc->sc_targets[targetid].t_lus[lun];

Completed in 23 milliseconds