Home
last modified time | relevance | path

Searched refs:lunsw (Results 1 – 2 of 2) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dsiop.c183 struct siop_lunsw *lunsw; in siop_reset() local
246 free(lunsw, M_DEVBUF); in siop_reset()
1781 struct siop_lunsw *lunsw; in siop_get_lunsw() local
1787 if (lunsw != NULL) { in siop_get_lunsw()
1790 lunsw->lunsw_off); in siop_get_lunsw()
1793 return lunsw; in siop_get_lunsw()
1796 if (lunsw == NULL) in siop_get_lunsw()
1821 return lunsw; in siop_get_lunsw()
1901 lunsw = siop_target->lunsw; in siop_add_dev()
1902 if ((lunsw->lunsw_off + lunsw->lunsw_size) < sc->script_free_lo) { in siop_add_dev()
[all …]
H A Dsiopvar.h87 struct siop_lunsw *lunsw; member