Searched refs:KERNEL_CMD (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/boot/bootadm/ |
H A D | bootadm.h | 120 KERNEL_CMD, enumerator
|
H A D | bootadm.c | 4412 if (strcmp(cmd, menu_cmds[KERNEL_CMD]) != 0 && in kernel_parser() 4976 bam_error(SUBOPT_MISS, menu_cmds[KERNEL_CMD]); in add_boot_entry() 7923 (!check_cmd(lp->cmd, KERNEL_CMD, lp->arg, kernel))) { 8076 strcmp(lp->cmd, menu_cmds[KERNEL_CMD]) == 0) { 8510 ret = get_kernel(mp, KERNEL_CMD, kernbuf, sizeof (kernbuf)); 8899 bam_error(NOT_DBOOT, optnum == KERNEL_CMD ? "kernel" : "args"); 8927 if (strncmp(ptr->cmd, menu_cmds[KERNEL_CMD], 8928 sizeof (menu_cmds[KERNEL_CMD]) - 1) == 0) { 8978 ((optnum == KERNEL_CMD) && 8992 if (((optnum == KERNEL_CMD) && [all …]
|
H A D | bootadm_upgrade.c | 843 if (strcmp(line->cmd, menu_cmds[KERNEL_CMD]) == 0) { in bam_add_dboot()
|