Searched refs:sbd_lu_list (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd.c108 static sbd_lu_t *sbd_lu_list = NULL; variable
215 for (slu = sbd_lu_list; slu != NULL; slu = slu->sl_next) {
226 while (sbd_lu_list) {
227 sbd_store_t *sst = sbd_lu_list->sl_sst;
448 for (nsl = sbd_lu_list, i = 0; nsl &&
558 for (nsl = sbd_lu_list; nsl; nsl = nsl->sl_next) {
567 sl->sl_next = sbd_lu_list;
568 sbd_lu_list = sl;
585 for (ppnsl = &sbd_lu_list; *ppnsl; ppnsl = &((*ppnsl)->sl_next)) {
605 for (sl = sbd_lu_list; s
[all...]

Completed in 73 milliseconds