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

/illumos-gate/usr/src/uts/common/os/
H A Dlabelsys.c769 mlp_add_del(tsol_mlp_list_t *mlpl, zoneid_t zoneid, uint8_t proto, argument
782 rw_enter(&mlpl->mlpl_rwlock, RW_WRITER);
789 for (tme = mlpl->mlpl_first; tme != NULL; tme = tme->mlpe_next) {
827 tme2 = mlpl->mlpl_last;
828 mlpl->mlpl_last = newent;
835 mlpl->mlpl_first = newent;
846 mlpl->mlpl_first = tme->mlpe_next;
850 mlpl->mlpl_last = tme->mlpe_prev;
856 rw_exit(&mlpl->mlpl_rwlock);
891 mlp_flush(tsol_mlp_list_t *mlpl, zoneid_ argument
922 tsol_mlp_list_t *mlpl; local
[all...]

Completed in 44 milliseconds