Lines Matching defs:cu_fd
93 int cu_fd; /* connections fd */
227 cu->cu_fd = fd;
233 cu->pfdp.fd = cu->cu_fd;
273 if (rpc_fd_lock(dgtbl, cu->cu_fd)) {
276 rpc_fd_unlock(dgtbl, cu->cu_fd);
310 rpc_fd_unlock(dgtbl, cu->cu_fd);
319 rpc_fd_unlock(dgtbl, cu->cu_fd);
329 if (t_sndudata(cu->cu_fd, &tu_data) == -1) {
332 rpc_fd_unlock(dgtbl, cu->cu_fd);
340 rpc_fd_unlock(dgtbl, cu->cu_fd);
369 rpc_fd_unlock(dgtbl, cu->cu_fd);
389 rpc_fd_unlock(dgtbl, cu->cu_fd);
465 rpc_fd_unlock(dgtbl, cu->cu_fd);
482 rpc_fd_unlock(dgtbl, cu->cu_fd);
492 res = t_rcvudata(cu->cu_fd, cu->cu_tr_data, &moreflag);
527 rpc_fd_unlock(dgtbl, cu->cu_fd);
609 rpc_fd_unlock(dgtbl, cu->cu_fd);
623 if (rpc_fd_lock(dgtbl, cu->cu_fd)) {
626 rpc_fd_unlock(dgtbl, cu->cu_fd);
649 rpc_fd_unlock(dgtbl, cu->cu_fd);
658 rpc_fd_unlock(dgtbl, cu->cu_fd);
667 if (t_sndudata(cu->cu_fd, &tu_data) == -1) {
670 rpc_fd_unlock(dgtbl, cu->cu_fd);
674 rpc_fd_unlock(dgtbl, cu->cu_fd);
695 (void) rpc_fd_lock(dgtbl, cu->cu_fd);
698 rpc_fd_unlock(dgtbl, cu->cu_fd);
714 if (rpc_fd_lock(dgtbl, cu->cu_fd)) {
715 rpc_fd_unlock(dgtbl, cu->cu_fd);
722 rpc_fd_unlock(dgtbl, cu->cu_fd);
726 rpc_fd_unlock(dgtbl, cu->cu_fd);
732 rpc_fd_unlock(dgtbl, cu->cu_fd);
739 rpc_fd_unlock(dgtbl, cu->cu_fd);
756 rpc_fd_unlock(dgtbl, cu->cu_fd);
768 *(int *)info = cu->cu_fd;
780 rpc_fd_unlock(dgtbl, cu->cu_fd);
844 rpc_fd_unlock(dgtbl, cu->cu_fd);
847 rpc_fd_unlock(dgtbl, cu->cu_fd);
856 int cu_fd = cu->cu_fd;
858 (void) rpc_fd_lock(dgtbl, cu_fd);
860 (void) t_close(cu_fd);
871 rpc_fd_unlock(dgtbl, cu_fd);
919 uderr = (struct t_uderr *)t_alloc(cu->cu_fd, T_UDERROR, T_ADDR);
921 if (t_rcvuderr(cu->cu_fd, uderr) == 0) {