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

  /src/sys/dev/ic/
siopvar.h 122 uint32_t script_free_lo; /* free ram offset from sc_scriptaddr */ member in struct:siop_softc
siop.c 235 sc->script_free_lo = __arraycount(siop_script);
1784 if (sc->script_free_lo + __arraycount(lun_switch) >= sc->script_free_hi)
1799 printf("allocating lunsw at offset %d\n", sc->script_free_lo);
1803 sc->script_free_lo * 4, lun_switch,
1806 (sc->script_free_lo + E_abs_lunsw_return_Used[0]) * 4,
1810 sc->sc_c.sc_script[sc->script_free_lo + i] =
1813 sc->script_free_lo + E_abs_lunsw_return_Used[0]] =
1817 lunsw->lunsw_off = sc->script_free_lo;
1819 sc->script_free_lo += lunsw->lunsw_size;
1902 if ((lunsw->lunsw_off + lunsw->lunsw_size) < sc->script_free_lo) {
    [all...]

Completed in 13 milliseconds