Lines Matching defs:_ti_user
56 struct _ti_user {
57 struct _ti_user *ti_next; /* next one */
58 struct _ti_user *ti_prev; /* previous one */
85 * type 'struct _ti_user' declared above. Historical note:
283 extern struct _ti_user *_t_checkfd(int, int, int);
285 extern int _t_rcv_conn_con(struct _ti_user *, struct t_call *, struct strbuf *,
287 extern int _t_snd_conn_req(struct _ti_user *, const struct t_call *,
290 extern struct _ti_user *_t_create(int, struct t_info *, int, int *);
292 extern int _t_is_event(int, struct _ti_user *);
293 extern int _t_is_ok(int, struct _ti_user *, t_scalar_t);
294 extern int _t_look_locked(int, struct _ti_user *, int, int);
295 extern int _t_register_lookevent(struct _ti_user *, caddr_t, int, caddr_t, int);
296 extern void _t_free_looklist_head(struct _ti_user *);
297 extern void _t_flush_lookevents(struct _ti_user *);
298 extern int _t_acquire_ctlbuf(struct _ti_user *, struct strbuf *, int *);
299 extern int _t_acquire_databuf(struct _ti_user *, struct strbuf *, int *);
332 extern int _tx_unbind_locked(int, struct _ti_user *, struct strbuf *);
334 extern int _t_do_postconn_sync(int, struct _ti_user *);