Lines Matching defs:fd
44 t_accept(int fd, int resfd, struct t_call *call) in t_accept()
50 t_alloc(int fd, int struct_type, int fields) in t_alloc()
56 t_bind(int fd, struct t_bind *req, struct t_bind *ret) in t_bind()
62 t_close(int fd) in t_close()
68 t_connect(int fd, struct t_call *sndcall, struct t_call *rcvcall) in t_connect()
95 t_getinfo(int fd, struct t_info *info) in t_getinfo()
101 t_getstate(int fd) in t_getstate()
107 t_listen(int fd, struct t_call *call) in t_listen()
113 t_look(int fd) in t_look()
130 t_optmgmt(int fd, struct t_optmgmt *req, struct t_optmgmt *ret) in t_optmgmt()
136 t_rcv(int fd, char *buf, unsigned int nbytes, int *flags) in t_rcv()
142 t_rcvconnect(int fd, struct t_call *call) in t_rcvconnect()
148 t_rcvdis(int fd, struct t_discon *discon) in t_rcvdis()
154 t_rcvrel(int fd) in t_rcvrel()
160 t_rcvudata(int fd, struct t_unitdata *unitdata, int *flags) in t_rcvudata()
166 t_rcvuderr(int fd, struct t_uderr *uderr) in t_rcvuderr()
172 t_snd(int fd, char *buf, unsigned int nbytes, int flags) in t_snd()
178 t_snddis(int fd, struct t_call *call) in t_snddis()
184 t_sndrel(int fd) in t_sndrel()
190 t_sndudata(int fd, struct t_unitdata *unitdata) in t_sndudata()
202 t_sync(int fd) in t_sync()
208 t_unbind(int fd) in t_unbind()
214 t_getname(int fd, struct netbuf *name, int type) in t_getname()