Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dlabelsys.c833 mlpl->mlpl_first = newent; in mlp_add_del()
844 mlpl->mlpl_first = tme->mlpe_next; in mlp_add_del()
898 mlpl->mlpl_first = tmnext; in mlp_flush()
973 for (tme = mlpl->mlpl_first; tme != NULL; in tnmlp()
1286 for (tme = zone->zone_mlps.mlpl_first; tme != NULL; in tsol_next_port()
1297 if (shared_mlps.mlpl_first != NULL) { in tsol_next_port()
1299 for (tme = shared_mlps.mlpl_first; tme != NULL; in tsol_next_port()
1335 if (zone->zone_mlps.mlpl_first != NULL) { in tsol_mlp_port_type()
1355 if (shared_mlps.mlpl_first != NULL) { in tsol_mlp_port_type()
1357 for (tme = shared_mlps.mlpl_first; tme != NULL; in tsol_mlp_port_type()
[all …]
/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dlabel.h98 tsol_mlp_entry_t *mlpl_first, *mlpl_last; member