Searched refs:copyin_err (Results 1 – 2 of 2) sorted by relevance
1417 int copyin_err = 0; in copy_instruction_stream() local1460 …((end_addr > start_addr) && (copyin_err = copyin(start_addr, stack_buffer, end_addr - start_addr))… in copy_instruction_stream()1549 pcb->insn_state_copyin_failure_errorcode = copyin_err; in copy_instruction_stream()
1620 int copyin_err = in vm_shared_region_map_file_setup() local1623 if (copyin_err) { in vm_shared_region_map_file_setup()1624 printf("%s(): for fd==-1 copyin() failed, errno=%d\n", __func__, copyin_err); in vm_shared_region_map_file_setup()1625 switch (copyin_err) { in vm_shared_region_map_file_setup()