Searched refs:tgrp (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_update.c | 94 struct zonegrp *zptr, tgrp; in res_nupdate() local 106 memset(&tgrp, 0, sizeof (tgrp)); in res_nupdate() 111 tgrp.z_class = rrecp->r_class; in res_nupdate() 112 nscnt = res_findzonecut2(statp, rrecp->r_dname, tgrp.z_class, in res_nupdate() 113 RES_EXHAUSTIVE, tgrp.z_origin, in res_nupdate() 114 sizeof tgrp.z_origin, in res_nupdate() 115 tgrp.z_nsaddrs, MAXNS); in res_nupdate() 120 tgrp.z_nscount = nscnt; in res_nupdate() 123 if (ns_samename(tgrp.z_origin, zptr->z_origin) == 1 && in res_nupdate() 124 tgrp.z_class == zptr->z_class) in res_nupdate() [all …]
|
/illumos-gate/usr/src/uts/common/io/mac/ |
H A D | mac.c | 6617 mac_group_t *tgrp; in mac_reclaim_ring_from_grp() local 6676 tgrp = &mip->mi_tx_groups[i]; in mac_reclaim_ring_from_grp() 6677 if (tgrp->mrg_state == in mac_reclaim_ring_from_grp() 6681 mcip = MAC_GROUP_ONLY_CLIENT(tgrp); in mac_reclaim_ring_from_grp() 6683 mcip = mac_get_grp_primary(tgrp); in mac_reclaim_ring_from_grp() 6687 ASSERT(tgrp->mrg_cur_count == 1); in mac_reclaim_ring_from_grp() 6694 if (rings[j] == tgrp->mrg_rings) in mac_reclaim_ring_from_grp() 6701 mac_tx_switch_group(mcip, tgrp, in mac_reclaim_ring_from_grp() 7353 mac_group_t *tgrp) in mac_rx_move_macaddr() argument 7410 if ((err = mac_add_macaddr_vlan(mip, tgrp, maddr, vid, use_hw)) != 0) { in mac_rx_move_macaddr() [all …]
|