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

/illumos-gate/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_cmd.c32 * kernel, kernel$, module, module$, findroot, bootfs
382 findroot(const grub_line_t *lp, grub_barg_t *barg) function
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_hyper.c767 char *findroot = NULL; local
850 if (strcmp(lp->cmd, "findroot") == 0) {
851 findroot = strdupa(lp->arg);
878 * If findroot, module or kern_path are NULL, the boot entry is
881 if (findroot == NULL) {
882 bam_error(_("findroot in default boot entry (%d) missing.\n"),
981 if ((newdef = add_boot_entry(mp, title, findroot, kernel, mod_kernel,
1026 char *findroot = NULL; local
1081 if (strcmp(lp->cmd, "findroot") == 0) {
1082 findroot
[all...]
H A Dbootadm.c148 #define FINDROOT_INSTALLGRUB "/etc/lu/installgrub.findroot"
183 "findroot", /* FINDROOT_CMD */
4230 /* Check if findroot enabled LU BE */
5167 char *findroot,
5182 INJECT_ERROR1("ADD_BOOT_ENTRY_FINDROOT_NULL", findroot = NULL);
5183 if (findroot == NULL) {
5184 bam_error(_("can't find argument for findroot command\n"));
5236 menu_cmds[FINDROOT_CMD], menu_cmds[SEP_CMD], findroot);
5238 BAM_DPRINTF(("%s: findroot added: line#: %d: entry#: %d\n",
8397 * - Else, match on root/findroot, kerne
5165 add_boot_entry(menu_t *mp, char *title, char *findroot, char *kernel, char *mod_kernel, char *module, char *bootfs) argument
8402 find_boot_entry( menu_t *mp, char *title, char *kernel, char *findroot, char *root, char *module, int root_opt, int *entry_num) argument
8550 update_boot_entry(menu_t *mp, char *title, char *findroot, char *root, char *kernel, char *mod_kernel, char *module, int root_opt) argument
[all...]

Completed in 81 milliseconds