Home
last modified time | relevance | path

Searched refs:tgrp (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/libresolv2/common/resolv/
H A Dres_update.c98 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_50/usr/src/uts/common/io/mac/
H A Dmac.c5968 mac_group_t *tgrp; in mac_reclaim_ring_from_grp() local
6027 tgrp = &mip->mi_tx_groups[i]; in mac_reclaim_ring_from_grp()
6028 if (tgrp->mrg_state == in mac_reclaim_ring_from_grp()
6032 mcip = MAC_GROUP_ONLY_CLIENT(tgrp); in mac_reclaim_ring_from_grp()
6034 mcip = mac_get_grp_primary(tgrp); in mac_reclaim_ring_from_grp()
6038 ASSERT(tgrp->mrg_cur_count == 1); in mac_reclaim_ring_from_grp()
6045 if (rings[j] == tgrp->mrg_rings) in mac_reclaim_ring_from_grp()
6052 mac_tx_switch_group(mcip, tgrp, in mac_reclaim_ring_from_grp()
6696 mac_group_t *tgrp, uint8_t *maddr, boolean_t add) in mac_rx_move_macaddr_prim() argument
6721 (void) mac_add_macaddr(mip, tgrp, maddr, prim); in mac_rx_move_macaddr_prim()
[all …]