Lines Matching refs:mlpl_first
789 for (tme = mlpl->mlpl_first; tme != NULL; tme = tme->mlpe_next) { in mlp_add_del()
835 mlpl->mlpl_first = newent; in mlp_add_del()
846 mlpl->mlpl_first = tme->mlpe_next; in mlp_add_del()
896 for (tme = mlpl->mlpl_first; tme != NULL; tme = tmnext) { in mlp_flush()
900 mlpl->mlpl_first = tmnext; in mlp_flush()
975 for (tme = mlpl->mlpl_first; tme != NULL; in tnmlp()
1286 if (zone != NULL && zone->zone_mlps.mlpl_first != NULL) { in tsol_next_port()
1288 for (tme = zone->zone_mlps.mlpl_first; tme != NULL; in tsol_next_port()
1299 if (shared_mlps.mlpl_first != NULL) { in tsol_next_port()
1301 for (tme = shared_mlps.mlpl_first; tme != NULL; in tsol_next_port()
1337 if (zone->zone_mlps.mlpl_first != NULL) { in tsol_mlp_port_type()
1339 for (tme = zone->zone_mlps.mlpl_first; tme != NULL; in tsol_mlp_port_type()
1357 if (shared_mlps.mlpl_first != NULL) { in tsol_mlp_port_type()
1359 for (tme = shared_mlps.mlpl_first; tme != NULL; in tsol_mlp_port_type()
1393 if (shared_mlps.mlpl_first == NULL) in tsol_mlp_findzone()
1397 for (tme = shared_mlps.mlpl_first; tme != NULL; tme = tme->mlpe_next) { in tsol_mlp_findzone()