Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dlabelsys.c891 tsol_mlp_entry_t *tme, *tme2, *tmnext; in mlp_flush() local
894 for (tme = mlpl->mlpl_first; tme != NULL; tme = tmnext) { in mlp_flush()
895 tmnext = tme->mlpe_next; in mlp_flush()
898 mlpl->mlpl_first = tmnext; in mlp_flush()
900 tme2->mlpe_next = tmnext; in mlp_flush()
901 if (tmnext == NULL) in mlp_flush()
904 tmnext->mlpe_prev = tme2; in mlp_flush()