Searched refs:initial_jmpbuf (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/um/os-Linux/skas/
H A Dprocess.c636 static jmp_buf initial_jmpbuf; variable
657 n = setjmp(initial_jmpbuf);
692 UML_LONGJMP(&initial_jmpbuf, INIT_JMP_CALLBACK);
703 UML_LONGJMP(&initial_jmpbuf, INIT_JMP_HALT);
709 UML_LONGJMP(&initial_jmpbuf, INIT_JMP_REBOOT);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/um/os-Linux/skas/
H A Dprocess.c636 static jmp_buf initial_jmpbuf; variable
657 n = setjmp(initial_jmpbuf);
692 UML_LONGJMP(&initial_jmpbuf, INIT_JMP_CALLBACK);
703 UML_LONGJMP(&initial_jmpbuf, INIT_JMP_HALT);
709 UML_LONGJMP(&initial_jmpbuf, INIT_JMP_REBOOT);

Completed in 178 milliseconds