OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:os_longjmp
(Results
1 - 3
of
3
) sorted by null
/external/u-boot/include/
os.h
345
*
os_longjmp
() - Call longjmp()
352
void
os_longjmp
(ulong *jmp, int ret);
/external/u-boot/arch/sandbox/cpu/
cpu.c
176
os_longjmp
((ulong *)jmp, ret);
os.c
650
void
os_longjmp
(ulong *jmp, int ret)
function
Completed in 73 milliseconds