Searched refs:td_ta_delete (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_tdb.c139 t->tdb_ops.td_ta_delete = (td_err_e (*)())dlsym(hdl, "td_ta_delete");
140 if (t->tdb_ops.td_ta_delete == NULL)
141 t->tdb_ops.td_ta_delete = (td_err_e (*)())tdb_notsup;
H A Dmdb_tdb.h44 td_err_e (*td_ta_delete)(td_thragent_t *); member in struct:mdb_tdb_ops
H A Dmdb_proc.c899 * PTL_DTOR because we do not want to call libthread_db's td_ta_delete.
4866 (void) pt->p_tdb_ops->td_ta_delete(tap);
/illumos-gate/usr/src/man/man3c_db/
H A DMakefile52 td_ta_delete.3c_db \
98 td_ta_delete.3c_db := LINKSRC = td_ta_new.3c_db
/illumos-gate/usr/src/head/
H A Dthread_db.h426 td_ta_delete(td_thragent_t *);
/illumos-gate/usr/src/cmd/ptools/pstack/
H A Dpstack.c279 (void) td_ta_delete(Tap);
/illumos-gate/usr/src/cmd/truss/
H A Dfcall.c1104 (void) td_ta_delete(Thr_agent);
1148 (void) td_ta_delete(Thr_agent);
/illumos-gate/usr/src/lib/libc_db/common/
H A Dthread_db.c433 * agent process handle in td_ta_delete().
531 #pragma weak td_ta_delete = __td_ta_delete macro
1138 * Remember that this interface was called (see td_ta_delete()).

Completed in 98 milliseconds