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

/illumos-gate/usr/src/uts/common/os/
H A Dlabelsys.c893 tsol_mlp_entry_t *tme, *tme2, *tmnext; local
896 for (tme = mlpl->mlpl_first; tme != NULL; tme = tmnext) {
897 tmnext = tme->mlpe_next;
900 mlpl->mlpl_first = tmnext;
902 tme2->mlpe_next = tmnext;
903 if (tmnext == NULL)
906 tmnext->mlpe_prev = tme2;

Completed in 60 milliseconds