Searched refs:copyin_err (Results 1 – 2 of 2) sorted by relevance
1367 int copyin_err = 0; in copy_instruction_stream() local1410 …((end_addr > start_addr) && (copyin_err = copyin(start_addr, stack_buffer, end_addr - start_addr))… in copy_instruction_stream()1499 pcb->insn_state_copyin_failure_errorcode = copyin_err; in copy_instruction_stream()
1613 int copyin_err = in vm_shared_region_map_file_setup() local1616 if (copyin_err) { in vm_shared_region_map_file_setup()1617 printf("%s(): for fd==-1 copyin() failed, errno=%d\n", __func__, copyin_err); in vm_shared_region_map_file_setup()1618 switch (copyin_err) { in vm_shared_region_map_file_setup()