Lines Matching refs:mlpl_first
787 for (tme = mlpl->mlpl_first; tme != NULL; tme = tme->mlpe_next) { in mlp_add_del()
833 mlpl->mlpl_first = newent; in mlp_add_del()
844 mlpl->mlpl_first = tme->mlpe_next; in mlp_add_del()
894 for (tme = mlpl->mlpl_first; tme != NULL; tme = tmnext) { in mlp_flush()
898 mlpl->mlpl_first = tmnext; in mlp_flush()
973 for (tme = mlpl->mlpl_first; tme != NULL; in tnmlp()
1284 if (zone != NULL && zone->zone_mlps.mlpl_first != NULL) { in tsol_next_port()
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()
1337 for (tme = zone->zone_mlps.mlpl_first; tme != 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()
1391 if (shared_mlps.mlpl_first == NULL) in tsol_mlp_findzone()
1395 for (tme = shared_mlps.mlpl_first; tme != NULL; tme = tme->mlpe_next) { in tsol_mlp_findzone()