Searched full:tgrp (Results 1 – 4 of 4) sorted by relevance
| /titanic_54/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_54/usr/src/lib/libeti/form/common/ |
| H A D | regex.c | 47 #define TGRP 48 macro 195 case TGRP: in __advance() 196 case TGRP|A768: in __advance() 197 case TGRP|A512: in __advance() 198 case TGRP|A256: in __advance()
|
| H A D | regcmp.c | 42 #define TGRP 48 macro 150 *eptr = TGRP; in libform_regcmp()
|
| /titanic_54/usr/src/uts/common/io/mac/ |
| H A D | mac.c | 5968 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() 6691 * added. While grp is the group where the clients reside, tgrp is 6696 mac_group_t *tgrp, uint8_t *maddr, boolean_t add) in mac_rx_move_macaddr_prim() argument [all …]
|