Searched refs:command_quit (Results 1 – 3 of 3) sorted by relevance
/freebsd/stand/userboot/userboot/ |
H A D | main.c | 310 COMMAND_SET(quit, "quit", "exit the loader", command_quit); 313 command_quit(int argc, char *argv[]) in command_quit() function
|
/freebsd/stand/common/ |
H A D | commands.c | 630 command_quit(int argc, char *argv[]) in command_quit() function 636 COMMAND_SET(quit, "quit", "exit the loader", command_quit);
|
/freebsd/stand/kboot/kboot/ |
H A D | main.c | 700 command_quit(int argc, char *argv[]) in command_quit() function 706 COMMAND_SET(quit, "quit", "exit the program", command_quit);
|