Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/common/
H A Dcommands.c62 COMMAND_SET(help, "help", "detailed help", command_help);
130 command_help(int argc, char *argv[]) in command_help() function
/illumos-gate/usr/src/common/ficl/emu/
H A Dloader_emu.c77 static int command_help(int argc, char *argv[]);
1081 COMMAND_SET(help, "help", "detailed help", command_help);
1084 command_help(int argc, char *argv[]) in command_help() function