Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Dcache_a.out.c76 struct link_object *tlop; local
107 tlop = (struct link_object *)&AP(dbp)[ep->dbe_lop];
108 if (tlop->lo_major == major)
109 if (strcmp((char *)&AP(dbp)[tlop->lo_name],
120 &AP(dbp)[ep->dbe_name] + tlop->lo_minor) > 0)
162 struct link_object *tlop; /* working link object ptr. */ in find_so() local
252 tlop = (struct link_object *) in find_so()
254 (void) strcpy(&AP(dbp)[tlop->lo_next], in find_so()
262 tlop = (struct link_object *) in find_so()
268 if ((tlop->lo_major == m) && in find_so()
[all …]
/titanic_50/usr/src/uts/sun4u/cpu/
H A Dus3_cheetahplus.c977 pn_tlb_logout_t *tlop = NULL; in cpu_tlb_parity_error() local
991 tlop = CPU_PRIVATE_PTR(CPU, chpr_tlb_logout); in cpu_tlb_parity_error()
992 if ((tlop->tlo_addr != trap_va) || in cpu_tlb_parity_error()
993 (tlop->tlo_info != tlb_info)) in cpu_tlb_parity_error()
994 tlop = NULL; in cpu_tlb_parity_error()
997 if (tlop) { in cpu_tlb_parity_error()
998 ch_flt.tlb_diag_data = *tlop; in cpu_tlb_parity_error()
1001 bzero(tlop, sizeof (pn_tlb_logout_t)); in cpu_tlb_parity_error()
1002 tlop->tlo_addr = LOGOUT_INVALID; in cpu_tlb_parity_error()