gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:free from t2ex/bsd_source/t2ex/network/net/src_bsd/kern/uipc_syscalls.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/kern/uipc_syscalls.c - 40.9KB - 1,442 lines
690:                 ktrgeniov(s, UIO_WRITE, ktriov, *retsize, error);
691:                 free(ktriov, M_TEMP);
692:         }
694: if (iov != aiov) 695: free(iov, M_IOV); 696: if (to)
991: ktrgeniov(s, UIO_READ, ktriov, len, error); 992: free(ktriov, M_TEMP); 993: }
1004: if (iov != aiov) 1005: free(iov, M_IOV); 1006: fd_putfile(s);