Lines Matching defs:findroot

146 #define	FINDROOT_INSTALLGRUB	"/etc/lu/installgrub.findroot"
181 "findroot", /* FINDROOT_CMD */
4203 /* Check if findroot enabled LU BE */
5140 char *findroot,
5155 INJECT_ERROR1("ADD_BOOT_ENTRY_FINDROOT_NULL", findroot = NULL);
5156 if (findroot == NULL) {
5157 bam_error(_("can't find argument for findroot command\n"));
5209 menu_cmds[FINDROOT_CMD], menu_cmds[SEP_CMD], findroot);
5211 BAM_DPRINTF(("%s: findroot added: line#: %d: entry#: %d\n",
8138 * - Else, match on root/findroot, kernel, and module.
8147 char *findroot,
8192 findroot = NULL);
8193 if (findroot == NULL) {
8194 BAM_DPRINTF(("%s: no match line has findroot, "
8198 /* findroot command found, try match */
8199 if (strcmp(lp->arg, findroot) != 0) {
8200 BAM_DPRINTF(("%s: no match findroot: %s, %s\n",
8201 fcn, findroot, lp->arg));
8204 BAM_DPRINTF(("%s: matched findroot: %s\n",
8205 fcn, findroot));
8291 update_boot_entry(menu_t *mp, char *title, char *findroot, char *root,
8303 ent = find_boot_entry(mp, NULL, kernel, findroot, root, module,
8309 * entry will not have a findroot line.
8319 BAM_DPRINTF(("%s: found entry with matching findroot: %s\n",
8320 fcn, findroot));
8325 "new entry, findroot = %s\n", fcn, findroot));
8326 return (add_boot_entry(mp, title, findroot,
8330 /* replace title of existing entry and update findroot line */
8344 /* if no root or findroot command, create a new line_t */
8360 lp->arg = s_strdup(findroot);
8362 menu_cmds[FINDROOT_CMD], menu_cmds[SEP_CMD], findroot);
8364 BAM_DPRINTF(("%s: adding findroot line: %s\n", fcn, findroot));