Searched refs:KERNEL_CMD (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/boot/bootadm/ |
H A D | bootadm.h | 120 KERNEL_CMD, enumerator
|
H A D | bootadm.c | 4147 if (strcmp(cmd, menu_cmds[KERNEL_CMD]) != 0 && in kernel_parser() 4711 bam_error(SUBOPT_MISS, menu_cmds[KERNEL_CMD]); in add_boot_entry() 7876 (!check_cmd(lp->cmd, KERNEL_CMD, lp->arg, kernel))) { 8029 strcmp(lp->cmd, menu_cmds[KERNEL_CMD]) == 0) { 8463 ret = get_kernel(mp, KERNEL_CMD, kernbuf, sizeof (kernbuf)); 8852 bam_error(NOT_DBOOT, optnum == KERNEL_CMD ? "kernel" : "args"); 8880 if (strncmp(ptr->cmd, menu_cmds[KERNEL_CMD], 8881 sizeof (menu_cmds[KERNEL_CMD]) - 1) == 0) { 8931 ((optnum == KERNEL_CMD) && 8945 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()
|