Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc_db/common/
H A Dthread_db.c84 td_err_e __td_thr_get_info(td_thrhandle_t *th_p, td_thrinfo_t *ti_p);
1276 ulwp_t *ulwp, td_thrinfo_t *ti_p) in td_thr2to() argument
1282 (void) memset(ti_p, 0, sizeof (*ti_p)); in td_thr2to()
1283 ti_p->ti_ta_p = ta_p; in td_thr2to()
1284 ti_p->ti_user_flags = ulwp->ul_usropts; in td_thr2to()
1285 ti_p->ti_tid = lwpid; in td_thr2to()
1286 ti_p->ti_exitval = ulwp->ul_rval; in td_thr2to()
1287 ti_p->ti_startfunc = (psaddr_t)ulwp->ul_startpc; in td_thr2to()
1292 ti_p->ti_stkbase = (psaddr_t)ulwp->ul_stktop; in td_thr2to()
1293 ti_p->ti_stksize = ulwp->ul_stksiz; in td_thr2to()
[all …]
/titanic_41/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_misc.c542 eibnx_locate_node_name(char *devname, eibnx_thr_info_t **ti_p, in eibnx_locate_node_name() argument
580 *ti_p = ti; in eibnx_locate_node_name()
587 eibnx_locate_unconfigured_node(eibnx_thr_info_t **ti_p, eibnx_gw_info_t **gwi_p) in eibnx_locate_unconfigured_node() argument
598 *ti_p = ti; in eibnx_locate_unconfigured_node()