Searched refs:td_ta_map_id2thr (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_tdb.c | 148 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 D | mdb_tdb.h | 47 td_err_e (*td_ta_map_id2thr)(const td_thragent_t *, member
|
H A D | mdb_proc.c | 2530 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 D | Makefile | 28 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 D | system-library.man3c_db.inc | 24 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 D | mapfile-vers | 87 td_ta_map_id2thr;
|
H A D | thread_db.c | 648 #pragma weak td_ta_map_id2thr = __td_ta_map_id2thr macro
|
/titanic_44/usr/src/head/ |
H A D | thread_db.h | 450 td_ta_map_id2thr(const td_thragent_t *, thread_t, td_thrhandle_t *);
|