Home
last modified time | relevance | path

Searched refs:tocopy (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/bsd/kern/
H A Dkpi_socket.c787 unsigned int tocopy; in sock_receive_internal() local
790 tocopy = m->m_len; in sock_receive_internal()
793 tocopy = clen; in sock_receive_internal()
795 memcpy(ctlbuf, mtod(m, caddr_t), tocopy); in sock_receive_internal()
796 ctlbuf += tocopy; in sock_receive_internal()
797 clen -= tocopy; in sock_receive_internal()
H A Duipc_syscalls.c2052 socklen_t tocopy; in copyout_control() local
2089 tocopy = tmp_space; in copyout_control()
2092 tocopy = len; in copyout_control()
2094 error = copyout(tmp_buffer, ctlbuf, tocopy); in copyout_control()
2105 tocopy = 0; in copyout_control()
2111 tocopy = cp_size; in copyout_control()
2114 tocopy = len; in copyout_control()
2116 error = copyout((caddr_t) cp, ctlbuf, tocopy); in copyout_control()
2128 ctlbuf += tocopy; in copyout_control()
2129 len -= tocopy; in copyout_control()