Home
last modified time | relevance | path

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

/titanic_53/usr/src/boot/sys/boot/common/
H A Dcommands.c61 COMMAND_SET(help, "help", "detailed help", command_help);
128 command_help(int argc, char *argv[]) in command_help() function
/titanic_53/usr/src/common/ficl/emu/
H A Dloader_emu.c89 static int command_help(int argc, char *argv[]);
717 COMMAND_SET(cmdp, "help", "detailed help", command_help); in bf_init()
1130 command_help(int argc, char *argv[]) in command_help() function