Lines Matching refs:ta_ops

48 SET_DECLARE(__ta_ops, struct ta_ops);
54 struct ta_ops *ops_p, **ops_pp;
71 return (ta->ta_ops->to_ta_clear_event(ta, events));
78 return (ta->ta_ops->to_ta_delete(ta));
84 return (ta->ta_ops->to_ta_event_addr(ta, event, ptr));
90 return (ta->ta_ops->to_ta_event_getmsg(ta, msg));
96 return (ta->ta_ops->to_ta_map_id2thr(ta, id, th));
102 return (ta->ta_ops->to_ta_map_lwp2thr(ta, lwpid, th));
108 struct ta_ops *ops_p, **ops_pp;
114 (*pta)->ta_ops = ops_p;
124 return (ta->ta_ops->to_ta_set_event(ta, events));
132 return (ta->ta_ops->to_ta_thr_iter(ta, callback, cbdata_p, state,
140 return (ta->ta_ops->to_ta_tsd_iter(ta, callback, cbdata_p));
147 return (ta->ta_ops->to_thr_clear_event(th, events));
154 return (ta->ta_ops->to_thr_dbresume(th));
161 return (ta->ta_ops->to_thr_dbsuspend(th));
168 return (ta->ta_ops->to_thr_event_enable(th, en));
175 return (ta->ta_ops->to_thr_event_getmsg(th, msg));
182 return (ta->ta_ops->to_thr_old_get_info(th, info));
190 return (ta->ta_ops->to_thr_get_info(th, info));
198 return (ta->ta_ops->to_thr_getxmmregs(th, fxsave));
207 return (ta->ta_ops->to_thr_getfpregs(th, fpregset));
214 return (ta->ta_ops->to_thr_getgregs(th, gregs));
221 return (ta->ta_ops->to_thr_set_event(th, events));
229 return (ta->ta_ops->to_thr_setxmmregs(th, fxsave));
237 return (ta->ta_ops->to_thr_setfpregs(th, fpregs));
244 return (ta->ta_ops->to_thr_setgregs(th, gregs));
251 return (ta->ta_ops->to_thr_validate(th));
259 return (ta->ta_ops->to_thr_tls_get_addr(th, linkmap, offset, address));
268 return (ta->ta_ops->to_thr_sstep(th, step));