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

/darwin-on-arm/xnu/bsd/kern/
H A Dkpi_socket.c737 unsigned int tocopy; local
740 tocopy = m->m_len;
745 tocopy = clen;
747 memcpy(ctlbuf, mtod(m, caddr_t), tocopy);
748 ctlbuf += tocopy;
749 clen -= tocopy;
H A Duipc_syscalls.c1207 unsigned int tocopy; local
1245 tocopy = tmp_space;
1248 tocopy = len;
1250 error = copyout(tmp_buffer, ctlbuf, tocopy);
1261 tocopy = cp_size;
1264 tocopy = len;
1268 tocopy);
1274 ctlbuf += tocopy;
1275 len -= tocopy;

Completed in 23 milliseconds