Lines Matching refs:plp
2688 pt_lookup_t *plp = data; in pt_lookup_cb() local
2689 struct ps_prochandle *P = plp->pl_tgt->t_pshandle; in pt_lookup_cb()
2693 if (Pxlookup_by_name(P, plp->pl_lmid, object, plp->pl_name, &sym, in pt_lookup_cb()
2703 if (!plp->pl_found) { in pt_lookup_cb()
2704 plp->pl_found = TRUE; in pt_lookup_cb()
2705 *plp->pl_symp = sym; in pt_lookup_cb()
2706 plp->pl_sip->sym_table = si.prs_table; in pt_lookup_cb()
2707 plp->pl_sip->sym_id = si.prs_id; in pt_lookup_cb()
2718 plp->pl_tid != (mdb_tgt_tid_t)-1) { in pt_lookup_cb()
2721 if (tlsbase(plp->pl_tgt, plp->pl_tid, plp->pl_lmid, object, in pt_lookup_cb()
2728 plp->pl_found = TRUE; in pt_lookup_cb()
2729 *plp->pl_symp = sym; in pt_lookup_cb()
2730 plp->pl_sip->sym_table = si.prs_table; in pt_lookup_cb()
2731 plp->pl_sip->sym_id = si.prs_id; in pt_lookup_cb()