Searched refs:copyin_err (Results 1 – 2 of 2) sorted by relevance
1474 int copyin_err = 0; in copy_instruction_stream() local1517 …((end_addr > start_addr) && (copyin_err = copyin(start_addr, stack_buffer, end_addr - start_addr))… in copy_instruction_stream()1606 pcb->insn_state_copyin_failure_errorcode = copyin_err; in copy_instruction_stream()
1716 int copyin_err = in vm_shared_region_map_file_setup() local1719 if (copyin_err) { in vm_shared_region_map_file_setup()1720 …for fd==-1 copyin(%p) failed, errno=%d\n", __func__, (void*)mappings->sms_file_offset, copyin_err); in vm_shared_region_map_file_setup()1721 switch (copyin_err) { in vm_shared_region_map_file_setup()