Home
last modified time | relevance | path

Searched refs:command_show (Results 1 – 2 of 2) sorted by relevance

/titanic_53/usr/src/boot/sys/boot/common/
H A Dcommands.c246 COMMAND_SET(show, "show", "show variable(s)", command_show);
249 command_show(int argc, char *argv[]) in command_show() function
/titanic_53/usr/src/common/ficl/emu/
H A Dloader_emu.c91 static int command_show(int argc, char *argv[]);
721 COMMAND_SET(cmdp, "show", "show variable(s)", command_show); in bf_init()
723 COMMAND_SET(cmdp, "printenv", "show variable(s)", command_show); in bf_init()
1248 command_show(int argc, char *argv[]) in command_show() function