Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_util.c65 struct dlmgmt_prefix *lp_next; member
157 dlmgmt_prefixlist.lp_next = NULL; in dlmgmt_linktable_init()
179 next = lpp->lp_next; in dlmgmt_linktable_fini()
196 attrp->lp_next = *headp; in linkattr_add()
206 next = attrp->lp_next; in linkattr_rm()
211 prev->lp_next = next; in linkattr_rm()
321 next = attrp->lp_next; in linkattr_destroy()
572 next = attrp->lp_next; in dlmgmt_destroy_common()
667 next = attrp->lp_next; in dlconf_destroy()
703 prev->lp_next = lpp; in dlmgmt_generate_name()
[all …]
H A Ddlmgmt_impl.h47 struct dlmgmt_linkattr_s *lp_next; member
H A Ddlmgmt_door.c894 next = attrp->lp_next; in dlmgmt_writeconf()
903 for (attrp = dlconfp->ld_head; attrp != NULL; attrp = attrp->lp_next) { in dlmgmt_writeconf()
1038 for (attrp = linkp->ll_head; attrp != NULL; attrp = attrp->lp_next) { in dlmgmt_openconf()
1103 for (attrp = linkp->ll_head; attrp != NULL; attrp = attrp->lp_next) { in dlmgmt_getconfsnapshot()
H A Ddlmgmt_db.c1311 cur_p = cur_p->lp_next) { in generate_link_line()
1429 for (attrp = linkp->ll_head; attrp != NULL; attrp = attrp->lp_next) in dlmgmt_db_upgrade()
/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_grp.c486 cport = cport->lp_next) { in aggr_grp_update_ports_mac()
599 cport = &((*cport)->lp_next); in aggr_grp_add_port()
1767 cport = port->lp_next; in aggr_grp_create()
1819 pport = &(*pport)->lp_next) { in aggr_grp_rem_port()
1825 *pport = port->lp_next; in aggr_grp_rem_port()
2096 cport = port->lp_next; in aggr_grp_delete()
2456 aggr_port = aggr_port->lp_next; in aggr_grp_port_rename()
3006 port = port->lp_next) { in aggr_m_multicst()
3270 port = port->lp_next, i++) { in aggr_sdu_update()
3278 tmp = tmp->lp_next, i++) { in aggr_sdu_update()
[all …]
H A Daggr_lacp.c998 for (port = grp->lg_ports; port != NULL; port = port->lp_next) { in aggr_lacp_update_mode()
1042 for (port = grp->lg_ports; port != NULL; port = port->lp_next) { in aggr_lacp_update_timer()
1091 for (port = grp->lg_ports; port != NULL; port = port->lp_next) in aggr_lacp_set_mode()
1293 for (tpp = aggrp->lg_ports; tpp; tpp = tpp->lp_next) { in lacp_selection_logic()
1324 for (tpp = aggrp->lg_ports; tpp; tpp = tpp->lp_next) { in lacp_selection_logic()
1388 tpp->lp_next) { in lacp_selection_logic()
1448 for (tpp = aggrp->lg_ports; tpp; tpp = tpp->lp_next) { in lacp_selection_logic()
1472 for (tpp = aggrp->lg_ports; tpp; tpp = tpp->lp_next) in lacp_selection_logic()
H A Daggr_port.c218 port->lp_next = NULL; in aggr_port_create()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dresult.c1307 for( lp = ld->ld_pend; lp != NULL; lp = lp->lp_next )
1324 for( lp = ld->ld_pend; lp != NULL; lp = lp->lp_next )
1370 if (( lp->lp_next = ld->ld_pend ) != NULL )
1372 lp->lp_next->lp_prev = lp;
1383 ld->ld_pend = lp->lp_next;
1385 lp->lp_prev->lp_next = lp->lp_next;
1388 if ( lp->lp_next != NULL ) {
1389 lp->lp_next->lp_prev = lp->lp_prev;
H A Dldap-int.h233 struct ldappend *lp_next; /* next pending */ member
/illumos-gate/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()
1091 new_list->lp_next = NULL;
1096 tmp_list = tmp_list->lp_next)
1098 last->lp_next = new_list;
H A Dzonecfg.h172 struct list_property *lp_next; member
H A Dzonecfg.c763 free_list(list->lp_next); in free_list()
772 free_outer_list(list->lp_next); in free_outer_list()
2485 list = list->lp_next) { in add_property()
2518 for (l = pp->pv_list; l != NULL; l = l->lp_next) in add_property()
3601 list = list->lp_next) { in remove_property()
/illumos-gate/usr/src/uts/common/sys/
H A Daggr_impl.h122 struct aggr_port_s *lp_next; member