Lines Matching refs:fd

42 t_accept(int fd, int resfd, struct t_call *call)  in t_accept()  argument
44 return (_tx_accept(fd, resfd, call, TX_TLI_API)); in t_accept()
48 t_alloc(int fd, int struct_type, int fields) in t_alloc() argument
50 return (_tx_alloc(fd, struct_type, fields, TX_TLI_API)); in t_alloc()
54 t_bind(int fd, struct t_bind *req, struct t_bind *ret) in t_bind() argument
56 return (_tx_bind(fd, req, ret, TX_TLI_API)); in t_bind()
60 t_close(int fd) in t_close() argument
62 return (_tx_close(fd, TX_TLI_API)); in t_close()
66 t_connect(int fd, struct t_call *sndcall, struct t_call *rcvcall) in t_connect() argument
68 return (_tx_connect(fd, sndcall, rcvcall, TX_TLI_API)); in t_connect()
93 t_getinfo(int fd, struct t_info *info) in t_getinfo() argument
95 return (_tx_getinfo(fd, info, TX_TLI_API)); in t_getinfo()
99 t_getstate(int fd) in t_getstate() argument
101 return (_tx_getstate(fd, TX_TLI_API)); in t_getstate()
105 t_listen(int fd, struct t_call *call) in t_listen() argument
107 return (_tx_listen(fd, call, TX_TLI_API)); in t_listen()
111 t_look(int fd) in t_look() argument
113 return (_tx_look(fd, TX_TLI_API)); in t_look()
128 t_optmgmt(int fd, struct t_optmgmt *req, struct t_optmgmt *ret) in t_optmgmt() argument
130 return (_tx_optmgmt(fd, req, ret, TX_TLI_API)); in t_optmgmt()
134 t_rcv(int fd, char *buf, unsigned int nbytes, int *flags) in t_rcv() argument
136 return (_tx_rcv(fd, buf, nbytes, flags, TX_TLI_API)); in t_rcv()
140 t_rcvconnect(int fd, struct t_call *call) in t_rcvconnect() argument
142 return (_tx_rcvconnect(fd, call, TX_TLI_API)); in t_rcvconnect()
146 t_rcvdis(int fd, struct t_discon *discon) in t_rcvdis() argument
148 return (_tx_rcvdis(fd, discon, TX_TLI_API)); in t_rcvdis()
152 t_rcvrel(int fd) in t_rcvrel() argument
154 return (_tx_rcvrel(fd, TX_TLI_API)); in t_rcvrel()
158 t_rcvudata(int fd, struct t_unitdata *unitdata, int *flags) in t_rcvudata() argument
160 return (_tx_rcvudata(fd, unitdata, flags, TX_TLI_API)); in t_rcvudata()
164 t_rcvuderr(int fd, struct t_uderr *uderr) in t_rcvuderr() argument
166 return (_tx_rcvuderr(fd, uderr, TX_TLI_API)); in t_rcvuderr()
170 t_snd(int fd, char *buf, unsigned int nbytes, int flags) in t_snd() argument
172 return (_tx_snd(fd, buf, nbytes, flags, TX_TLI_API)); in t_snd()
176 t_snddis(int fd, struct t_call *call) in t_snddis() argument
178 return (_tx_snddis(fd, call, TX_TLI_API)); in t_snddis()
182 t_sndrel(int fd) in t_sndrel() argument
184 return (_tx_sndrel(fd, TX_TLI_API)); in t_sndrel()
188 t_sndudata(int fd, struct t_unitdata *unitdata) in t_sndudata() argument
190 return (_tx_sndudata(fd, unitdata, TX_TLI_API)); in t_sndudata()
200 t_sync(int fd) in t_sync() argument
202 return (_tx_sync(fd, TX_TLI_API)); in t_sync()
206 t_unbind(int fd) in t_unbind() argument
208 return (_tx_unbind(fd, TX_TLI_API)); in t_unbind()
212 t_getname(int fd, struct netbuf *name, int type) in t_getname() argument
214 return (_tx_getname(fd, name, type, TX_TLI_API)); in t_getname()