td_thragent
thr_pread_int(const struct td_thragent *ta, psaddr_t addr, uint32_t *val)
thr_pread_long(const struct td_thragent *ta, psaddr_t addr, uint64_t *val)
thr_pread_ptr(const struct td_thragent *ta, psaddr_t addr, psaddr_t *val)
thr_pwrite_int(const struct td_thragent *ta, psaddr_t addr, uint32_t val)
thr_pwrite_long(const struct td_thragent *ta, psaddr_t addr, uint64_t val)
thr_pwrite_ptr(const struct td_thragent *ta, psaddr_t addr, psaddr_t val)
static TAILQ_HEAD(, td_thragent) proclist = TAILQ_HEAD_INITIALIZER(proclist);
typedef struct td_thragent td_thragent_t;
struct td_thragent;
int thr_pread_int(const struct td_thragent *, psaddr_t, uint32_t *);
int thr_pread_long(const struct td_thragent *, psaddr_t, uint64_t *);
int thr_pread_ptr(const struct td_thragent *, psaddr_t, psaddr_t *);
int thr_pwrite_int(const struct td_thragent *, psaddr_t, uint32_t);
int thr_pwrite_long(const struct td_thragent *, psaddr_t, uint64_t);
int thr_pwrite_ptr(const struct td_thragent *, psaddr_t, psaddr_t);
TAILQ_ENTRY(td_thragent) ta_next; \