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

/illumos-gate/usr/src/lib/libadm/inc/
H A Ddevtab.h103 * entryno This record's entry number in the device table
116 int entryno; /* Entry number of this record */ member in struct:devtabent
150 * entryno The entry number of this record
160 int entryno; /* Entry number of this record */ member in struct:dgrptabent
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dstage2.c136 print_entries (int y, int size, int first, int entryno, char *menu_entries) argument
151 print_entry (y + i + 1, entryno == i, menu_entries);
167 gotoxy (74, y + entryno + 1);
238 char *heap, int entryno)
254 while (entryno > MENU_ROWS - 1)
257 entryno--;
350 grub_printf ("\n\nThe selected entry is %d ", entryno);
352 print_entries (3, MENU_ROWS, first_entry, entryno, menu_entries);
376 entryno, grub_timeout);
382 gotoxy (74, 4 + entryno);
237 run_menu(char *menu_entries, char *config_entries, int num_entries, char *heap, int entryno) argument
[all...]
H A Dbuiltins.c3951 int entryno;
4010 entryno = fallback_entries[index];
4012 else if (! safe_parse_maxint (&arg, &entryno))
4016 entryno = current_entryno;
4046 grub_sprintf (buf, "%d", entryno);
3901 int entryno; local

Completed in 80 milliseconds