Lines Matching refs:fd

44 t_accept(int fd, int resfd, struct t_call *call)
46 return (_tx_accept(fd, resfd, call, TX_TLI_API));
50 t_alloc(int fd, int struct_type, int fields)
52 return (_tx_alloc(fd, struct_type, fields, TX_TLI_API));
56 t_bind(int fd, struct t_bind *req, struct t_bind *ret)
58 return (_tx_bind(fd, req, ret, TX_TLI_API));
62 t_close(int fd)
64 return (_tx_close(fd, TX_TLI_API));
68 t_connect(int fd, struct t_call *sndcall, struct t_call *rcvcall)
70 return (_tx_connect(fd, sndcall, rcvcall, TX_TLI_API));
95 t_getinfo(int fd, struct t_info *info)
97 return (_tx_getinfo(fd, info, TX_TLI_API));
101 t_getstate(int fd)
103 return (_tx_getstate(fd, TX_TLI_API));
107 t_listen(int fd, struct t_call *call)
109 return (_tx_listen(fd, call, TX_TLI_API));
113 t_look(int fd)
115 return (_tx_look(fd, TX_TLI_API));
130 t_optmgmt(int fd, struct t_optmgmt *req, struct t_optmgmt *ret)
132 return (_tx_optmgmt(fd, req, ret, TX_TLI_API));
136 t_rcv(int fd, char *buf, unsigned int nbytes, int *flags)
138 return (_tx_rcv(fd, buf, nbytes, flags, TX_TLI_API));
142 t_rcvconnect(int fd, struct t_call *call)
144 return (_tx_rcvconnect(fd, call, TX_TLI_API));
148 t_rcvdis(int fd, struct t_discon *discon)
150 return (_tx_rcvdis(fd, discon, TX_TLI_API));
154 t_rcvrel(int fd)
156 return (_tx_rcvrel(fd, TX_TLI_API));
160 t_rcvudata(int fd, struct t_unitdata *unitdata, int *flags)
162 return (_tx_rcvudata(fd, unitdata, flags, TX_TLI_API));
166 t_rcvuderr(int fd, struct t_uderr *uderr)
168 return (_tx_rcvuderr(fd, uderr, TX_TLI_API));
172 t_snd(int fd, char *buf, unsigned int nbytes, int flags)
174 return (_tx_snd(fd, buf, nbytes, flags, TX_TLI_API));
178 t_snddis(int fd, struct t_call *call)
180 return (_tx_snddis(fd, call, TX_TLI_API));
184 t_sndrel(int fd)
186 return (_tx_sndrel(fd, TX_TLI_API));
190 t_sndudata(int fd, struct t_unitdata *unitdata)
192 return (_tx_sndudata(fd, unitdata, TX_TLI_API));
202 t_sync(int fd)
204 return (_tx_sync(fd, TX_TLI_API));
208 t_unbind(int fd)
210 return (_tx_unbind(fd, TX_TLI_API));
214 t_getname(int fd, struct netbuf *name, int type)
216 return (_tx_getname(fd, name, type, TX_TLI_API));