Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mdb/common/mdb/
H A Dmdb_tdb.c148 t->tdb_ops.td_ta_map_id2thr = (td_err_e (*)()) in mdb_tdb_load()
150 if (t->tdb_ops.td_ta_map_id2thr == NULL) in mdb_tdb_load()
151 t->tdb_ops.td_ta_map_id2thr = (td_err_e (*)())tdb_notsup; in mdb_tdb_load()
H A Dmdb_tdb.h47 td_err_e (*td_ta_map_id2thr)(const td_thragent_t *, member
H A Dmdb_proc.c2530 err = pt->p_tdb_ops->td_ta_map_id2thr(pt->p_ptl_hdl, tid, &th); in tlsbase()
4936 if ((err = pt->p_tdb_ops->td_ta_map_id2thr(tap, tid, &th)) != TD_OK) in pt_tdb_getregs()
4957 if ((err = pt->p_tdb_ops->td_ta_map_id2thr(tap, tid, &th)) != TD_OK) in pt_tdb_setregs()
4980 if ((err = pt->p_tdb_ops->td_ta_map_id2thr(tap, tid, &th)) != TD_OK) in pt_tdb_getxregs()
5002 if ((err = pt->p_tdb_ops->td_ta_map_id2thr(tap, tid, &th)) != TD_OK) in pt_tdb_setxregs()
5026 if ((err = pt->p_tdb_ops->td_ta_map_id2thr(tap, tid, &th)) != TD_OK) in pt_tdb_getfpregs()
5048 if ((err = pt->p_tdb_ops->td_ta_map_id2thr(tap, tid, &th)) != TD_OK) in pt_tdb_setfpregs()
/titanic_44/usr/src/man/man3c_db/
H A DMakefile28 td_ta_map_id2thr.3c_db \
96 td_ta_map_lwp2thr.3c_db := LINKSRC = td_ta_map_id2thr.3c_db
/titanic_44/usr/src/pkg/manifests/
H A Dsystem-library.man3c_db.inc24 file path=usr/share/man/man3c_db/td_ta_map_id2thr.3c_db
64 target=td_ta_map_id2thr.3c_db
/titanic_44/usr/src/lib/libc_db/common/
H A Dmapfile-vers87 td_ta_map_id2thr;
H A Dthread_db.c648 #pragma weak td_ta_map_id2thr = __td_ta_map_id2thr macro
/titanic_44/usr/src/head/
H A Dthread_db.h450 td_ta_map_id2thr(const td_thragent_t *, thread_t, td_thrhandle_t *);