Search | Google it | Results 1 - 1 of 1 for funcall:malloc from t2ex/bsd_source/t2ex/network/net/src_bsd/kern/uipc_syscalls.c (0.00 seconds) |
576: } 577: iov = malloc(sizeof(struct iovec) * mp->msg_iovlen, 578: M_IOV, M_WAITOK); 647: iovlen = auio.uio_iovcnt * sizeof(struct iovec); 648: ktriov = malloc(iovlen, M_TEMP, M_WAITOK); 649: #ifdef T2EX 916: } 917: iov = malloc(sizeof(struct iovec) * mp->msg_iovlen, 918: M_IOV, M_WAITOK); 968: iovlen = auio.uio_iovcnt * sizeof(struct iovec); 969: ktriov = malloc(iovlen, M_TEMP, M_WAITOK); 970: #ifdef T2EX