Home
last modified time | relevance | path

Searched refs:sc_lct (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/sys/dev/i2o/
Diopvar.h125 struct i2o_lct *sc_lct; /* logical configuration table */ member
Diop.c643 le = sc->sc_lct->entry; in iop_reconfigure()
680 chgind = letoh32(sc->sc_lct->changeindicator); in iop_reconfigure()
760 for (i = 0, le = sc->sc_lct->entry; i < nent; i++, le++) { in iop_configure_devices()
1175 if (sc->sc_lct != NULL) in iop_lct_get()
1176 free(sc->sc_lct, M_DEVBUF); in iop_lct_get()
1177 sc->sc_lct = lct; in iop_lct_get()
1178 sc->sc_nlctent = ((letoh16(sc->sc_lct->tablesize) << 2) - in iop_lct_get()
2392 i = letoh16(sc->sc_lct->tablesize) << 2; in iopioctl()
2397 rv = copyout(sc->sc_lct, iov->iov_base, i); in iopioctl()
Diopsp.c276 for (le = iop->sc_lct->entry; nent != 0; nent--, le++) in iopsp_reconfig()
285 for (i = 0, le = iop->sc_lct->entry; i < nent; i++, le++) { in iopsp_reconfig()