Searched refs:tgrp (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_update.c | 98 struct zonegrp *zptr, tgrp; in res_nupdate() local 110 memset(&tgrp, 0, sizeof (tgrp)); in res_nupdate() 115 tgrp.z_class = rrecp->r_class; in res_nupdate() 116 nscnt = res_findzonecut2(statp, rrecp->r_dname, tgrp.z_class, in res_nupdate() 117 RES_EXHAUSTIVE, tgrp.z_origin, in res_nupdate() 118 sizeof tgrp.z_origin, in res_nupdate() 119 tgrp.z_nsaddrs, MAXNS); in res_nupdate() 124 tgrp.z_nscount = nscnt; in res_nupdate() 127 if (ns_samename(tgrp.z_origin, zptr->z_origin) == 1 && in res_nupdate() 128 tgrp.z_class == zptr->z_class) in res_nupdate() [all …]
|
/titanic_41/usr/src/uts/common/io/mac/ |
H A D | mac.c | 5973 mac_group_t *tgrp; in mac_reclaim_ring_from_grp() local 6032 tgrp = &mip->mi_tx_groups[i]; in mac_reclaim_ring_from_grp() 6033 if (tgrp->mrg_state == in mac_reclaim_ring_from_grp() 6037 mcip = MAC_GROUP_ONLY_CLIENT(tgrp); in mac_reclaim_ring_from_grp() 6039 mcip = mac_get_grp_primary(tgrp); in mac_reclaim_ring_from_grp() 6043 ASSERT(tgrp->mrg_cur_count == 1); in mac_reclaim_ring_from_grp() 6050 if (rings[j] == tgrp->mrg_rings) in mac_reclaim_ring_from_grp() 6057 mac_tx_switch_group(mcip, tgrp, in mac_reclaim_ring_from_grp() 6701 mac_group_t *tgrp, uint8_t *maddr, boolean_t add) in mac_rx_move_macaddr_prim() argument 6726 (void) mac_add_macaddr(mip, tgrp, maddr, prim); in mac_rx_move_macaddr_prim() [all …]
|