Home
last modified time | relevance | path

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

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