Home
last modified time | relevance | path

Searched hist:"9398 a495eb305d5bf240bc998ee2f6128d75f4ca" (Results 1 – 2 of 2) sorted by relevance

/freebsd/stand/lua/
H A Dloader.lua.8diff 9398a495eb305d5bf240bc998ee2f6128d75f4ca Tue Feb 27 04:19:58 CET 2024 Warner Losh <imp@FreeBSD.org> loader: Add loader.exit

Add loader.exit(status). While one can get alomst this behavior with
loader.perform("quit"), quit doesn't allow a value to be returned to the
firmware. The interpretation of 'status' is firmware specific. This can
be used when autobooting doesn't work in scripts, for example, to allow
the firmware to try something else...

Sponsored by: Netflix

Reviewed by: kevans
Differential Revision: https://reviews.freebsd.org/D44094
/freebsd/stand/liblua/
H A Dlutils.cdiff 9398a495eb305d5bf240bc998ee2f6128d75f4ca Tue Feb 27 04:19:58 CET 2024 Warner Losh <imp@FreeBSD.org> loader: Add loader.exit

Add loader.exit(status). While one can get alomst this behavior with
loader.perform("quit"), quit doesn't allow a value to be returned to the
firmware. The interpretation of 'status' is firmware specific. This can
be used when autobooting doesn't work in scripts, for example, to allow
the firmware to try something else...

Sponsored by: Netflix

Reviewed by: kevans
Differential Revision: https://reviews.freebsd.org/D44094