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

  /src/sys/dev/ic/
siopvar.h 87 struct siop_lunsw *lunsw;
90 struct siop_lunsw { struct
91 TAILQ_ENTRY (siop_lunsw) next;
112 TAILQ_HEAD(lunsw_list, siop_lunsw);
siop.c 89 struct siop_lunsw *siop_get_lunsw(struct siop_softc *);
183 struct siop_lunsw *lunsw;
1778 struct siop_lunsw *
1781 struct siop_lunsw *lunsw;
1795 lunsw = malloc(sizeof(struct siop_lunsw), M_DEVBUF, M_NOWAIT|M_ZERO);
1893 struct siop_lunsw *lunsw;

Completed in 34 milliseconds