Pname_to_ctf
if ((ret = Pname_to_ctf(t->t_pshandle, name)) == NULL) {
if ((ctfp = Pname_to_ctf(proc_hdl, defname)) == NULL)
if ((ctfp = Pname_to_ctf(proc_hdl, defname)) == NULL)
fp = Pname_to_ctf(dcp->dpa_proc, obj);
fp = Pname_to_ctf(dcp->dpa_proc, obj);
extern ctf_file_t *Pname_to_ctf(struct ps_prochandle *, const char *);