Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc_db/common/
H A Dthread_db.c153 struct ps_prochandle *ph_p = ta_p->ph_p; in td_read_uberdata() local
273 struct ps_prochandle *ph_p = ta_p->ph_p; in td_read_bootstrap_data() local
377 if (ph_p == NULL) in __td_ta_new()
405 ta_p->ph_p = ph_p; in __td_ta_new()
464 } else if ((ph_p = ta_p->ph_p) == NULL) { in ph_lock_ta()
470 ph_p = NULL; in ph_lock_ta()
476 return (ph_p); in ph_lock_ta()
544 if ((ph_p = ta_p->ph_p) == NULL) { in __td_ta_delete()
560 ta_p->ph_p = NULL; in __td_ta_delete()
1789 struct ps_prochandle *ph_p = th_p->th_ta_p->ph_p; in thr_to_lwpid() local
[all …]