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

/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c7698 mdi_vhcache_pathinfo_t *cpi, *prev_cpi; local
7704 for (cpi = cct->cct_cpi_head, prev_cpi = NULL; cpi != NULL &&
7706 prev_cpi = cpi, cpi = cpi->cpi_next)
7709 if (prev_cpi == NULL)
7712 prev_cpi->cpi_next = newcpi;

Completed in 76 milliseconds