Home
last modified time | relevance | path

Searched refs:copyin_err (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.101.4/osfmk/i386/
H A Dtrap.c1274 int copyin_err = 0; in copy_instruction_stream() local
1317 …((end_addr > start_addr) && (copyin_err = copyin(start_addr, stack_buffer, end_addr - start_addr))… in copy_instruction_stream()
1406 pcb->insn_state_copyin_failure_errorcode = copyin_err; in copy_instruction_stream()