HomeSort by: relevance | last modified time | path
    Searched defs:opt_subcommands (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/hpcmips/stand/lcboot/
main.c 164 static struct bootmenu_command opt_subcommands[] = { variable in typeref:struct:bootmenu_command[]
748 for (i = 0; opt_subcommands[i].c_name != NULL; i++) {
749 if (strcmp(subcmd, opt_subcommands[i].c_name) == 0) {
750 opt_subcommands[i].c_fn(opt);
754 if (opt_subcommands[i].c_name == NULL) {
main.c 164 static struct bootmenu_command opt_subcommands[] = { variable in typeref:struct:bootmenu_command[]
748 for (i = 0; opt_subcommands[i].c_name != NULL; i++) {
749 if (strcmp(subcmd, opt_subcommands[i].c_name) == 0) {
750 opt_subcommands[i].c_fn(opt);
754 if (opt_subcommands[i].c_name == NULL) {
main.c 164 static struct bootmenu_command opt_subcommands[] = { variable in typeref:struct:bootmenu_command[]
748 for (i = 0; opt_subcommands[i].c_name != NULL; i++) {
749 if (strcmp(subcmd, opt_subcommands[i].c_name) == 0) {
750 opt_subcommands[i].c_fn(opt);
754 if (opt_subcommands[i].c_name == NULL) {

Completed in 32 milliseconds