Searched refs:command_show (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/boot/common/ |
H A D | commands.c | 254 COMMAND_SET(show, "show", "show variable(s)", command_show); 257 command_show(int argc, char *argv[]) in command_show() function
|
/illumos-gate/usr/src/common/ficl/emu/ |
H A D | loader_emu.c | 79 static int command_show(int argc, char *argv[]); 1205 COMMAND_SET(show, "show", "show variable(s)", command_show); 1206 COMMAND_SET(printenv, "printenv", "show variable(s)", command_show); 1209 command_show(int argc, char *argv[]) in command_show() function
|