Home
last modified time | relevance | path

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

/external/u-boot/arch/sandbox/cpu/
Dcpu.c32 os_exit(2); in sandbox_exit()
35 os_exit(2); in sandbox_exit()
38 os_exit(0); in sandbox_exit()
Dstart.c34 os_exit(1); in sandbox_early_getopt_check()
66 os_exit(0); in sandbox_early_getopt_check()
101 os_exit(retval); in sandbox_main_loop_init()
Dos.c63 os_exit(1); in os_lseek()
102 void os_exit(int exit_code) in os_exit() function
555 os_exit(2); in os_jump_to_image()
/external/u-boot/include/
Dos.h103 void os_exit(int exit_code) __attribute__((noreturn));
/external/lua/src/
Dloslib.c373 static int os_exit (lua_State *L) { in os_exit() function
391 {"exit", os_exit},