Searched defs:_ti_user (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/nettli/
H A Dtimod.h53 struct _ti_user { struct
/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dtx.h56 struct _ti_user { struct
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_
[all...]

Completed in 67 milliseconds