Home
last modified time | relevance | path

Searched refs:M_IOV (Results 1 – 3 of 3) sorted by relevance

/original-bsd/sys/kern/
H A Duipc_syscalls.c417 sizeof(struct iovec) * (u_int)msg.msg_iovlen, M_IOV,
429 FREE(iov, M_IOV);
454 sizeof(struct iovec) * (u_int)msg.msg_iovlen, M_IOV,
469 FREE(iov, M_IOV);
681 sizeof(struct iovec) * (u_int)msg.msg_iovlen, M_IOV,
698 FREE(iov, M_IOV);
724 sizeof(struct iovec) * (u_int)msg.msg_iovlen, M_IOV,
745 FREE(iov, M_IOV);
H A Dsys_generic.c124 MALLOC(iov, struct iovec *, iovlen, M_IOV, M_WAITOK);
172 FREE(needfree, M_IOV);
269 MALLOC(iov, struct iovec *, iovlen, M_IOV, M_WAITOK);
320 FREE(needfree, M_IOV);
/original-bsd/sys/sys/
H A Dmalloc.h43 #define M_IOV 19 /* large iov's */ macro