Lines Matching refs:fd

58 _xti_accept(int fd, int resfd, const struct t_call *call)
60 return (_tx_accept(fd, resfd, call, TX_XTI_API));
64 _xti_xns5_accept(int fd, int resfd, const struct t_call *call)
66 return (_tx_accept(fd, resfd, call, TX_XTI_XNS5_API));
70 _xti_alloc(int fd, int struct_type, int fields)
72 return (_tx_alloc(fd, struct_type, fields, TX_XTI_API));
76 _xti_bind(int fd, const struct t_bind *req, struct t_bind *ret)
78 return (_tx_bind(fd, req, ret, TX_XTI_API));
82 _xti_close(int fd)
84 return (_tx_close(fd, TX_XTI_API));
88 _xti_connect(int fd, const struct t_call *sndcall, struct t_call *rcvcall)
90 return (_tx_connect(fd, sndcall, rcvcall, TX_XTI_API));
110 _xti_getinfo(int fd, struct t_info *info)
112 return (_tx_getinfo(fd, info, TX_XTI_API));
116 _xti_getprotaddr(int fd, struct t_bind *boundaddr, struct t_bind *peeraddr)
118 return (_tx_getprotaddr(fd, boundaddr, peeraddr, TX_XTI_API));
122 _xti_getstate(int fd)
124 return (_tx_getstate(fd, TX_XTI_API));
128 _xti_listen(int fd, struct t_call *call)
130 return (_tx_listen(fd, call, TX_XTI_API));
134 _xti_look(int fd)
136 return (_tx_look(fd, TX_XTI_API));
146 _xti_optmgmt(int fd, const struct t_optmgmt *req, struct t_optmgmt *ret)
148 return (_tx_optmgmt(fd, req, ret, TX_XTI_API));
152 _xti_rcv(int fd, void *buf, unsigned int nbytes, int *flags)
154 return (_tx_rcv(fd, buf, nbytes, flags, TX_XTI_API));
158 _xti_rcvconnect(int fd, struct t_call *call)
160 return (_tx_rcvconnect(fd, call, TX_XTI_API));
164 _xti_rcvdis(int fd, struct t_discon *discon)
166 return (_tx_rcvdis(fd, discon, TX_XTI_API));
170 _xti_rcvrel(int fd)
172 return (_tx_rcvrel(fd, TX_XTI_API));
176 _xti_rcvreldata(int fd, struct t_discon *discon)
178 return (_tx_rcvreldata(fd, discon, TX_XTI_XNS5_API));
182 _xti_rcvudata(int fd, struct t_unitdata *unitdata, int *flags)
184 return (_tx_rcvudata(fd, unitdata, flags, TX_XTI_API));
188 _xti_rcvuderr(int fd, struct t_uderr *uderr)
190 return (_tx_rcvuderr(fd, uderr, TX_XTI_API));
194 _xti_rcvv(int fd, struct t_iovec *tiov, unsigned int tiovcount, int *flags)
196 return (_tx_rcvv(fd, tiov, tiovcount, flags, TX_XTI_XNS5_API));
200 _xti_rcvvudata(int fd, struct t_unitdata *unitdata, struct t_iovec *tiov,
203 return (_tx_rcvvudata(fd, unitdata, tiov, tiovcount, flags,
208 _xti_snd(int fd, void *buf, unsigned int nbytes, int flags)
210 return (_tx_snd(fd, buf, nbytes, flags, TX_XTI_API));
214 _xti_xns5_snd(int fd, void *buf, unsigned int nbytes, int flags)
216 return (_tx_snd(fd, buf, nbytes, flags, TX_XTI_XNS5_API));
220 _xti_snddis(int fd, const struct t_call *call)
222 return (_tx_snddis(fd, call, TX_XTI_API));
227 _xti_sndrel(int fd)
229 return (_tx_sndrel(fd, TX_XTI_API));
233 _xti_sndreldata(int fd, struct t_discon *discon)
235 return (_tx_sndreldata(fd, discon, TX_XTI_XNS5_API));
239 _xti_sndudata(int fd, const struct t_unitdata *unitdata)
241 return (_tx_sndudata(fd, unitdata, TX_XTI_API));
245 _xti_sndv(int fd, const struct t_iovec *tiov, unsigned int tiovcount, int flags)
247 return (_tx_sndv(fd, tiov, tiovcount, flags, TX_XTI_XNS5_API));
251 _xti_sndvudata(int fd, struct t_unitdata *unitdata, struct t_iovec *tiov,
254 return (_tx_sndvudata(fd, unitdata, tiov, tiovcount, TX_XTI_XNS5_API));
264 _xti_sync(int fd)
266 return (_tx_sync(fd, TX_XTI_API));
276 _xti_unbind(int fd)
278 return (_tx_unbind(fd, TX_XTI_API));