Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_util.c64 struct dlmgmt_prefix *lp_next; member
156 dlmgmt_prefixlist.lp_next = NULL; in dlmgmt_linktable_init()
177 for (lpp = dlmgmt_prefixlist.lp_next; lpp != NULL; lpp = next) { in dlmgmt_linktable_fini()
178 next = lpp->lp_next; in dlmgmt_linktable_fini()
195 attrp->lp_next = *headp; in linkattr_add()
205 next = attrp->lp_next; in linkattr_rm()
210 prev->lp_next = next; in linkattr_rm()
220 for (attrp = headp; attrp != NULL; attrp = attrp->lp_next) { in linkattr_find()
320 next = attrp->lp_next; in linkattr_destroy()
505 next = attrp->lp_next; in dlmgmt_destroy_common()
[all …]
H A Ddlmgmt_impl.h45 struct dlmgmt_linkattr_s *lp_next; member
H A Ddlmgmt_door.c889 next = attrp->lp_next; in dlmgmt_writeconf()
898 for (attrp = dlconfp->ld_head; attrp != NULL; attrp = attrp->lp_next) { in dlmgmt_writeconf()
1033 for (attrp = linkp->ll_head; attrp != NULL; attrp = attrp->lp_next) { in dlmgmt_openconf()
1098 for (attrp = linkp->ll_head; attrp != NULL; attrp = attrp->lp_next) { in dlmgmt_getconfsnapshot()
H A Ddlmgmt_db.c1243 cur_p = cur_p->lp_next) { in generate_link_line()
1361 for (attrp = linkp->ll_head; attrp != NULL; attrp = attrp->lp_next) in dlmgmt_db_upgrade()
/titanic_50/usr/src/uts/common/io/aggr/
H A Daggr_grp.c442 cport = cport->lp_next) { in aggr_grp_update_ports_mac()
554 cport = &((*cport)->lp_next); in aggr_grp_add_port()
1398 for (port = grp->lg_ports; port != NULL; port = port->lp_next) { in aggr_grp_create()
1436 cport = port->lp_next; in aggr_grp_create()
1480 for (port = grp->lg_ports; port != NULL; port = port->lp_next) { in aggr_grp_port_lookup()
1510 pport = &(*pport)->lp_next) { in aggr_grp_rem_port()
1516 *pport = port->lp_next; in aggr_grp_rem_port()
1781 cport = port->lp_next; in aggr_grp_delete()
1860 for (port = grp->lg_ports; port != NULL; port = port->lp_next) { in aggr_grp_info()
1902 for (port = grp->lg_ports; port != NULL; port = port->lp_next) { in aggr_grp_stat()
[all …]
H A Daggr_lacp.c997 for (port = grp->lg_ports; port != NULL; port = port->lp_next) { in aggr_lacp_update_mode()
1041 for (port = grp->lg_ports; port != NULL; port = port->lp_next) { in aggr_lacp_update_timer()
1090 for (port = grp->lg_ports; port != NULL; port = port->lp_next) in aggr_lacp_set_mode()
1292 for (tpp = aggrp->lg_ports; tpp; tpp = tpp->lp_next) { in lacp_selection_logic()
1323 for (tpp = aggrp->lg_ports; tpp; tpp = tpp->lp_next) { in lacp_selection_logic()
1387 tpp->lp_next) { in lacp_selection_logic()
1447 for (tpp = aggrp->lg_ports; tpp; tpp = tpp->lp_next) { in lacp_selection_logic()
1471 for (tpp = aggrp->lg_ports; tpp; tpp = tpp->lp_next) in lacp_selection_logic()
H A Daggr_port.c217 port->lp_next = NULL; in aggr_port_create()
/titanic_50/usr/src/lib/libldap5/sources/ldap/common/
H A Dresult.c1309 for( lp = ld->ld_pend; lp != NULL; lp = lp->lp_next )
1326 for( lp = ld->ld_pend; lp != NULL; lp = lp->lp_next )
1372 if (( lp->lp_next = ld->ld_pend ) != NULL )
1374 lp->lp_next->lp_prev = lp;
1385 ld->ld_pend = lp->lp_next;
1387 lp->lp_prev->lp_next = lp->lp_next;
1390 if ( lp->lp_next != NULL ) {
1391 lp->lp_next->lp_prev = lp->lp_prev;
H A Dldap-int.h235 struct ldappend *lp_next; /* next pending */ member
/titanic_50/usr/src/cmd/zonecfg/
H A Dzonecfg_grammar.y77 new_list->lp_next = NULL; in simple_prop_val_func()
82 tmp_list = tmp_list->lp_next) in simple_prop_val_func()
84 last->lp_next = new_list; in simple_prop_val_func()
1086 new_list->lp_next = NULL;
1091 tmp_list = tmp_list->lp_next)
1093 last->lp_next = new_list;
H A Dzonecfg.h168 struct list_property *lp_next; member
H A Dzonecfg.c737 free_list(list->lp_next); in free_list()
746 free_outer_list(list->lp_next); in free_outer_list()
2417 list = list->lp_next) { in add_property()
2450 for (l = pp->pv_list; l != NULL; l = l->lp_next) in add_property()
3461 list = list->lp_next) { in remove_property()
/titanic_50/usr/src/uts/common/sys/
H A Daggr_impl.h97 struct aggr_port_s *lp_next; member