Searched refs:copyin_err (Results 1 – 2 of 2) sorted by relevance
1374 int copyin_err = 0; in copy_instruction_stream() local1417 …((end_addr > start_addr) && (copyin_err = copyin(start_addr, stack_buffer, end_addr - start_addr))… in copy_instruction_stream()1506 pcb->insn_state_copyin_failure_errorcode = copyin_err; in copy_instruction_stream()
1623 int copyin_err = in vm_shared_region_map_file_setup() local1626 if (copyin_err) { in vm_shared_region_map_file_setup()1627 printf("%s(): for fd==-1 copyin() failed, errno=%d\n", __func__, copyin_err); in vm_shared_region_map_file_setup()1628 switch (copyin_err) { in vm_shared_region_map_file_setup()