HomeSort by relevance Sort by last modified time
    Searched defs:os_exit (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
loslib.c 287 static int os_exit (lua_State *L) { function
305 {"exit", os_exit},
  /external/lua/src/
loslib.c 373 static int os_exit (lua_State *L) { function
391 {"exit", os_exit},
  /external/u-boot/arch/sandbox/cpu/
os.c 63 os_exit(1);
102 void os_exit(int exit_code) function
555 os_exit(2);

Completed in 104 milliseconds