Home
last modified time | relevance | path

Searched defs:copy_error (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.41.9/bsd/kern/
H A Dkern_xxx.c135 int copy_error = copyinstr(uap->msg, (void *)message, kPanicStringMaxLen, (size_t *)&dummy); in reboot() local
193 int copy_error = copyinstr(uap->msg, (void *)message, kPanicStringMaxLen, (size_t *)&dummy); in sys_panic_with_data() local
209 int copy_error = copyin(uap->addr, data, copy_len); in sys_panic_with_data() local
/xnu-10002.41.9/bsd/net/
H A Dnecp_client.c8776 int copy_error = copyin(uap->buffer, &bufreq, buffer_size); in necp_client_request_nexus() local
H A Dnecp.c3320 int copy_error = copyout(result_buf, out_buffer, total_tlv_len + sizeof(u_int32_t)); in necp_handle_policy_dump_all() local