Searched defs:menu_cmds (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c168 * menu_cmd_t and menu_cmds must be kept in sync
170 char *menu_cmds[] = { variable
4587 if ((strcmp(cmd, menu_cmds[which]) != 0) &&
4588 (strcmp(cmd, menu_cmds[which + 1]) != 0)) {
4590 fcn, cmd, menu_cmds[which]));
4615 if (strcmp(cmd, menu_cmds[KERNEL_CMD]) != 0 &&
4616 strcmp(cmd, menu_cmds[KERNEL_DOLLAR_CMD]) != 0) {
4690 if (strcmp(cmd, menu_cmds[MODULE_CMD]) != 0 &&
4691 strcmp(cmd, menu_cmds[MODULE_DOLLAR_CMD]) != 0) {
4818 if (cmd && strcmp(cmd, menu_cmds[TITLE_CM
[all...]

Completed in 86 milliseconds