Lines Matching defs:entry

104  *		entry - index of BE.
111 be_get_boot_args(char **fbarg, int entry)
149 * if entry == -1, stop if be_active_on_boot,
150 * else stop if index == entry.
156 if (entry == BE_ENTRY_DEFAULT &&
159 if (index == entry)
597 * Description: Appends an entry for a BE into the menu.lst.
599 * be_name - pointer to name of BE to add boot menu entry for.
605 * used to check to see if an entry already exists
608 * the title line for this BEs entry.
690 * have an entry in the menu.
694 * track of that BE's menu entry. We will then use the lines from
695 * that entry to create the entry for the new BE.
801 * If an entry for this BE was already in the menu, then if
802 * that entry's title matches what we would have put in
815 "entry '%s' in boot menu.\n"), be_name);
822 /* Append BE entry to the end of the file */
894 * Description: Removes a BE's entry from a menu.lst file.
896 * be_name - the name of BE whose entry is to be removed from
1065 * need to adjust this upon deleting an entry.
1078 * entry without finding a 'bootfs' directive. We
1079 * need to write that entry out and keep searching.
1093 * our entry counter.
1135 * since this isn't the entry we're looking
1145 * Found the entry we're looking for.
1146 * Record its entry number, increment the
1149 * we've buffered for this entry so far, we
1202 * If we've removed an entry, see if we need to
1204 * entry we've deleted comes before the default entry
1219 * preserve the location of the 'default' entry
1350 * Description: This function returns the dataset in the default entry of
1351 * the grub menu. If no default entry is found with a valid bootfs
1352 * entry NULL is returned.
1477 * no bootfs entry for the default entry.
1503 * The code takes this and finds the BE's entry in the grub menu
1504 * and changes the default entry to point to that entry in the
1659 "to find entry for %s in the grub menu\n"),
1738 * an existing entry in the grub menu to the new name of the BE.
2022 * Description: Checks to see if the BEs root dataset has an entry in the grub
2027 * entry - A pointer the the entry number of the BE if found.
2035 be_has_menu_entry(char *be_dataset, char *be_root_pool, int *entry)
2113 * The entry number needs to be
2116 * an entry. Because of this we'll
2117 * always be off by one entry when we
2120 *entry = ent_num - 1;
2144 * The entry's root container dataset and be_name will be
2216 * The entry's root container dataset and be_name will be
3518 * Else line is a vfstab entry, grab it
3535 * If the entry is one of the entries in the list
3543 * Found entry that needs an update.
3546 * entry's device.
3557 "field for vfstab entry "
3567 /* Put entry through to tmp vfstab */