Lines Matching refs:cu_fd

100 	int			cu_fd;		/* connections fd */
235 cu->cu_fd = fd;
241 cu->pfdp.fd = cu->cu_fd;
281 if (rpc_fd_lock(dgtbl, cu->cu_fd)) {
284 rpc_fd_unlock(dgtbl, cu->cu_fd);
318 rpc_fd_unlock(dgtbl, cu->cu_fd);
327 rpc_fd_unlock(dgtbl, cu->cu_fd);
337 if (t_sndudata(cu->cu_fd, &tu_data) == -1) {
340 rpc_fd_unlock(dgtbl, cu->cu_fd);
348 rpc_fd_unlock(dgtbl, cu->cu_fd);
377 rpc_fd_unlock(dgtbl, cu->cu_fd);
397 rpc_fd_unlock(dgtbl, cu->cu_fd);
472 rpc_fd_unlock(dgtbl, cu->cu_fd);
489 rpc_fd_unlock(dgtbl, cu->cu_fd);
499 res = t_rcvudata(cu->cu_fd, cu->cu_tr_data, &moreflag);
534 rpc_fd_unlock(dgtbl, cu->cu_fd);
616 rpc_fd_unlock(dgtbl, cu->cu_fd);
630 if (rpc_fd_lock(dgtbl, cu->cu_fd)) {
633 rpc_fd_unlock(dgtbl, cu->cu_fd);
656 rpc_fd_unlock(dgtbl, cu->cu_fd);
665 rpc_fd_unlock(dgtbl, cu->cu_fd);
674 if (t_sndudata(cu->cu_fd, &tu_data) == -1) {
677 rpc_fd_unlock(dgtbl, cu->cu_fd);
681 rpc_fd_unlock(dgtbl, cu->cu_fd);
700 (void) rpc_fd_lock(dgtbl, cu->cu_fd);
703 rpc_fd_unlock(dgtbl, cu->cu_fd);
719 if (rpc_fd_lock(dgtbl, cu->cu_fd)) {
720 rpc_fd_unlock(dgtbl, cu->cu_fd);
727 rpc_fd_unlock(dgtbl, cu->cu_fd);
731 rpc_fd_unlock(dgtbl, cu->cu_fd);
737 rpc_fd_unlock(dgtbl, cu->cu_fd);
744 rpc_fd_unlock(dgtbl, cu->cu_fd);
761 rpc_fd_unlock(dgtbl, cu->cu_fd);
773 *(int *)info = cu->cu_fd;
785 rpc_fd_unlock(dgtbl, cu->cu_fd);
849 rpc_fd_unlock(dgtbl, cu->cu_fd);
852 rpc_fd_unlock(dgtbl, cu->cu_fd);
861 int cu_fd = cu->cu_fd;
863 (void) rpc_fd_lock(dgtbl, cu_fd);
865 (void) t_close(cu_fd);
876 rpc_fd_unlock(dgtbl, cu_fd);
925 uderr = (struct t_uderr *)t_alloc(cu->cu_fd, T_UDERROR, T_ADDR);
927 if (t_rcvuderr(cu->cu_fd, uderr) == 0) {