/titanic_50/usr/src/lib/libnsl/nsl/ |
H A D | tx.h | 56 struct _ti_user { struct 57 struct _ti_user *ti_next; /* next one */ argument 58 struct _ti_user *ti_prev; /* previous one */ argument 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); [all …]
|
H A D | _utility.c | 62 static struct _ti_user *find_tilink(int s); 63 static struct _ti_user *add_tilink(int s); 64 static void _t_free_lookbufs(struct _ti_user *tiptr); 66 static int _t_cbuf_alloc(struct _ti_user *tiptr, char **retbuf); 67 static int _t_rbuf_alloc(struct _ti_user *tiptr, char **retbuf); 69 static int _t_alloc_bufs(int fd, struct _ti_user *tiptr, 77 struct _ti_user * 81 struct _ti_user *tiptr; in _t_checkfd() 216 struct _ti_user *tiptr, in _t_register_lookevent() 313 _t_is_event(int fd, struct _ti_user *tiptr) in _t_is_event() [all …]
|
H A D | t_getname.c | 48 static int __tx_tlitpi_getprotaddr_locked(struct _ti_user *tiptr, 57 struct _ti_user *tiptr; in _tx_getname() 111 struct _ti_user *tiptr; in _tx_getprotaddr() 228 struct _ti_user *tiptr, in __tx_tlitpi_getprotaddr_locked()
|
H A D | t_unbind.c | 51 struct _ti_user *tiptr; in _tx_unbind() 105 _tx_unbind_locked(int fd, struct _ti_user *tiptr, struct strbuf *ctlbufp) in _tx_unbind_locked()
|
H A D | t_look.c | 50 struct _ti_user *tiptr; in _tx_look() 77 struct _ti_user *tiptr, in _t_look_locked()
|
H A D | t_sync.c | 43 struct _ti_user *tiptr; in _tx_sync()
|
H A D | t_getstate.c | 44 struct _ti_user *tiptr; in _tx_getstate()
|
H A D | _conn_util.c | 58 struct _ti_user *tiptr, in _t_snd_conn_req() 153 struct _ti_user *tiptr, in _t_rcv_conn_con()
|
H A D | t_rcvconnect.c | 54 struct _ti_user *tiptr; in _tx_rcvconnect()
|
H A D | t_accept.c | 59 struct _ti_user *tiptr; in _tx_accept() 60 struct _ti_user *restiptr; in _tx_accept()
|
H A D | t_sndrel.c | 53 struct _ti_user *tiptr; in _tx_sndrel()
|
H A D | t_sndreldata.c | 51 struct _ti_user *tiptr; in _tx_sndreldata()
|
H A D | t_getinfo.c | 59 struct _ti_user *tiptr; in _tx_getinfo()
|
H A D | t_open.c | 69 struct _ti_user *tiptr; in _tx_open()
|
H A D | t_connect.c | 62 struct _ti_user *tiptr; in _tx_connect()
|
H A D | t_snd.c | 59 struct _ti_user *tiptr; in _tx_snd()
|
H A D | t_snddis.c | 52 struct _ti_user *tiptr; in _tx_snddis()
|
H A D | t_sndudata.c | 56 struct _ti_user *tiptr; in _tx_sndudata()
|
H A D | t_rcvrel.c | 58 struct _ti_user *tiptr; in _tx_rcvrel()
|
H A D | t_rcvreldata.c | 57 struct _ti_user *tiptr; in _tx_rcvreldata()
|
H A D | t_rcvuderr.c | 54 struct _ti_user *tiptr; in _tx_rcvuderr()
|
H A D | t_bind.c | 58 struct _ti_user *tiptr; in _tx_bind()
|
H A D | t_sndvudata.c | 57 struct _ti_user *tiptr; in _tx_sndvudata()
|
H A D | t_sndv.c | 59 struct _ti_user *tiptr; in _tx_sndv()
|
/titanic_50/usr/src/lib/libbc/inc/include/nettli/ |
H A D | timod.h | 53 struct _ti_user { struct
|