tm_copyjmp 44 kern/arch/mips/include/thread.h jmp_buf tm_copyjmp; /* longjmp area used by copyin/out */ tm_copyjmp 102 kern/vm/copyinout.c longjmp(curthread->t_machdep.tm_copyjmp, 1); tm_copyjmp 169 kern/vm/copyinout.c result = setjmp(curthread->t_machdep.tm_copyjmp); tm_copyjmp 205 kern/vm/copyinout.c result = setjmp(curthread->t_machdep.tm_copyjmp); tm_copyjmp 278 kern/vm/copyinout.c result = setjmp(curthread->t_machdep.tm_copyjmp); tm_copyjmp 311 kern/vm/copyinout.c result = setjmp(curthread->t_machdep.tm_copyjmp);