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

/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c3699 stmf_itl_data_t **itlpp; local
3706 for (itlpp = &ilu->ilu_itl_list; (*itlpp) != NULL;
3707 itlpp = &(*itlpp)->itl_next) {
3708 if ((*itlpp) == itl)
3711 ASSERT((*itlpp) != NULL);
3712 *itlpp = itl->itl_next;

Completed in 153 milliseconds