Home
last modified time | relevance | path

Searched refs:menu_cmds (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/boot/bootadm/
H A Dbootadm.c184 char *menu_cmds[] = { variable
4384 if ((strcmp(cmd, menu_cmds[which]) != 0) && in check_cmd()
4385 (strcmp(cmd, menu_cmds[which + 1]) != 0)) { in check_cmd()
4387 fcn, cmd, menu_cmds[which])); in check_cmd()
4412 if (strcmp(cmd, menu_cmds[KERNEL_CMD]) != 0 && in kernel_parser()
4413 strcmp(cmd, menu_cmds[KERNEL_DOLLAR_CMD]) != 0) { in kernel_parser()
4480 if (strcmp(cmd, menu_cmds[MODULE_CMD]) != 0 && in module_parser()
4481 strcmp(cmd, menu_cmds[MODULE_DOLLAR_CMD]) != 0) { in module_parser()
4606 if (cmd && strcmp(cmd, menu_cmds[TITLE_CMD]) == 0) { in line_parser()
4639 if (strcmp(cmd, menu_cmds[ROOT_CMD]) == 0) { in line_parser()
[all …]
H A Dbootadm_upgrade.c407 line->cmd = s_strdup(menu_cmds[KERNEL_DOLLAR_CMD]); in cvt_kernel_line()
557 line->cmd = s_strdup(menu_cmds[MODULE_DOLLAR_CMD]); in cvt_module_line()
649 if (strcmp(line->cmd, menu_cmds[ROOT_CMD]) in find_matching_entry()
671 if (strcmp(line->cmd, menu_cmds[FINDROOT_CMD]) in find_matching_entry()
740 if (strcmp(line->cmd, menu_cmds[TITLE_CMD]) == 0) { in bam_add_findroot()
742 newlp->cmd = s_strdup(menu_cmds[FINDROOT_CMD]); in bam_add_findroot()
757 if (strcmp(line->cmd, menu_cmds[ROOT_CMD]) == 0) { in bam_add_findroot()
843 if (strcmp(line->cmd, menu_cmds[KERNEL_CMD]) == 0) { in bam_add_dboot()
857 if (strcmp(line->cmd, menu_cmds[MODULE_CMD]) == 0) { in bam_add_dboot()
H A Dbootadm_hyper.c849 menu_cmds[MODULE_DOLLAR_CMD]) == 0) { in cvt_to_hyper()
852 menu_cmds[KERNEL_DOLLAR_CMD]) == 0) && in cvt_to_hyper()
988 return (set_global(mp, menu_cmds[DEFAULT_CMD], newdef)); in cvt_to_hyper()
1070 menu_cmds[MODULE_DOLLAR_CMD]) == 0) { in cvt_to_metal()
1078 menu_cmds[KERNEL_DOLLAR_CMD]) == 0) && in cvt_to_metal()
1248 return (set_global(mp, menu_cmds[DEFAULT_CMD], newdef)); in cvt_to_metal()
H A Dbootadm.h132 extern char *menu_cmds[];