Lines Matching defs:entry

61 /* The default entry.  */
63 /* The fallback entry. */
66 /* The number of current entry. */
169 /* Collect contiguous blocks into one entry as many as possible,
237 /* The last entry may not be printed yet. Don't check if it is a
835 "Set the default entry to entry number NUM (if not specified, it is"
836 " 0, the first entry) or the entry number saved by savedefault."
1091 "Verbose output during menu entry (script) execution."
1550 int entry;
1553 if (! safe_parse_maxint (&arg, &entry))
1558 if (entry == fallback_entries[j])
1563 fallback_entries[i++] = entry;
1585 "Go into unattended boot mode: if the default boot entry has any"
1587 " immediately starts over using the NUM entry (same numbering as the"
1677 int type, entry, gpt_count, gpt_size;
1706 &start, &len, &offset, &entry,
1997 /* If the last entry was at the left column, no newline was printed
3074 /* If TO is equal to FROM, delete the entry. */
3313 int entry;
3353 entry = current_partition >> 16;
3385 PC_SLICE_FLAG (mbr, entry) = 0;
3386 PC_SLICE_HEAD (mbr, entry) = start_dh;
3387 PC_SLICE_SEC (mbr, entry) = start_cl;
3388 PC_SLICE_CYL (mbr, entry) = start_ch;
3389 PC_SLICE_TYPE (mbr, entry) = new_type;
3390 PC_SLICE_EHEAD (mbr, entry) = end_dh;
3391 PC_SLICE_ESEC (mbr, entry) = end_cl;
3392 PC_SLICE_ECYL (mbr, entry) = end_ch;
3393 PC_SLICE_START (mbr, entry) = new_start;
3394 PC_SLICE_LENGTH (mbr, entry) = new_len;
3426 int entry, type, gpt_count, gpt_size;
3462 &start, &len, &offset, &entry,
3477 PC_SLICE_TYPE (mbr, entry) = new_type;
3567 " interactive editing control (menu entry editor and"
3585 /* If ESC is returned, then abort this entry. */
3976 /* This command is only useful when you boot an entry from the menu
3984 /* Determine a saved entry number. */
4099 "Save the current entry as the default boot entry if no argument is"
4101 " `fallback' is used, next fallback entry is saved."
4322 /* The table for key symbols. If the "shifted" member of an entry is
4323 NULL, the entry does not have shifted state. */
4497 /* If TO is equal to FROM, delete the entry. */
4530 /* If TO is equal to FROM, delete the entry. */
5411 " default entry (normally the first entry defined)."
5432 "Start a new boot entry, and set its name to the contents of the"