Searched refs:td_ta_new (Results 1 – 10 of 10) sorted by relevance
29 td_ta_new.3c_db \98 td_ta_delete.3c_db := LINKSRC = td_ta_new.3c_db99 td_ta_get_ph.3c_db := LINKSRC = td_ta_new.3c_db
135 t->tdb_ops.td_ta_new = (td_err_e (*)())dlsym(hdl, "td_ta_new"); in mdb_tdb_load()136 if (t->tdb_ops.td_ta_new == NULL) in mdb_tdb_load()137 t->tdb_ops.td_ta_new = (td_err_e (*)())tdb_notsup; in mdb_tdb_load()
43 td_err_e (*td_ta_new)(struct ps_prochandle *, td_thragent_t **); member
4853 if ((err = pt->p_tdb_ops->td_ta_new(t->t_pshandle, &tap)) != TD_OK) in pt_tdb_ctor()
25 file path=usr/share/man/man3c_db/td_ta_new.3c_db57 link path=usr/share/man/man3c_db/td_ta_delete.3c_db target=td_ta_new.3c_db60 link path=usr/share/man/man3c_db/td_ta_get_ph.3c_db target=td_ta_new.3c_db
89 td_ta_new;
342 #pragma weak td_ta_new = __td_ta_new macro
420 td_ta_new(struct ps_prochandle *, td_thragent_t **);
266 td_ta_new(Pr, &Tap) != TD_OK) /* no libc */ in main()
92 if (td_init() != TD_OK || td_ta_new(Proc, &Thr_agent) != TD_OK) in setup_thread_agent()