Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_tdb.c196 t->tdb_ops.td_thr_setxregs = (td_err_e (*)()) in mdb_tdb_load()
198 if (t->tdb_ops.td_thr_setxregs == NULL) in mdb_tdb_load()
199 t->tdb_ops.td_thr_setxregs = (td_err_e (*)())tdb_notsup; in mdb_tdb_load()
H A Dmdb_tdb.h58 td_err_e (*td_thr_setxregs)(const td_thrhandle_t *, const void *); member
H A Dmdb_proc.c5076 err = pt->p_tdb_ops->td_thr_setxregs(&th, xregs); in pt_tdb_setxregs()
/illumos-gate/usr/src/man/man3c_db/
H A DMakefile72 td_thr_setxregs.3c_db \
111 td_thr_setxregs.3c_db := LINKSRC = td_thr_getgregs.3c_db
/illumos-gate/usr/src/lib/libc_db/common/
H A Dmapfile-vers101 td_thr_setxregs;
H A Dthread_db.c2046 #pragma weak td_thr_setxregs = __td_thr_setxregs macro
/illumos-gate/usr/src/head/
H A Dthread_db.h611 td_thr_setxregs(const td_thrhandle_t *th_p, const void *xregs);
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3c_db.inc92 link path=usr/share/man/man3c_db/td_thr_setxregs.3c_db \