Searched refs:KERNEL_CMD (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.h129 KERNEL_CMD, enumerator in enum:__anon473
130 KERNEL_DOLLAR_CMD, /* Must be KERNEL_CMD + 1 */
H A Dbootadm.c175 "kernel", /* KERNEL_CMD */
4574 * str. which must be either KERNEL_CMD or MODULE_CMD, and a match to the
4615 if (strcmp(cmd, menu_cmds[KERNEL_CMD]) != 0 &&
5192 bam_error(_("missing suboption: %s\n"), menu_cmds[KERNEL_CMD]);
8500 (!check_cmd(lp->cmd, KERNEL_CMD, lp->arg, kernel))) {
8659 strcmp(lp->cmd, menu_cmds[KERNEL_CMD]) == 0) {
9116 ret = get_kernel(mp, KERNEL_CMD, kernbuf, sizeof (kernbuf));
9477 * If path is NULL, return the kernel (optnum == KERNEL_CMD) or arguments
9522 optnum == KERNEL_CMD ? "kernel" : "args");
9551 if (strncmp(ptr->cmd, menu_cmds[KERNEL_CMD],
[all...]
H A Dbootadm_upgrade.c865 if (strcmp(line->cmd, menu_cmds[KERNEL_CMD]) == 0) {

Completed in 378 milliseconds