Searched refs:entryno (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/grub/grub-0.97/stage2/ |
H A D | stage2.c | 136 print_entries (int y, int size, int first, int entryno, char *menu_entries) in print_entries() argument 151 print_entry (y + i + 1, entryno == i, menu_entries); in print_entries() 167 gotoxy (74, y + entryno + 1); in print_entries() 238 char *heap, int entryno) in run_menu() argument 254 while (entryno > MENU_ROWS - 1) in run_menu() 257 entryno--; in run_menu() 350 grub_printf ("\n\nThe selected entry is %d ", entryno); in run_menu() 352 print_entries (3, MENU_ROWS, first_entry, entryno, menu_entries); in run_menu() 376 entryno, grub_timeout); in run_menu() 382 gotoxy (74, 4 + entryno); in run_menu() [all …]
|
H A D | builtins.c | 3897 int entryno; in savedefault_func() local 3956 entryno = fallback_entries[index]; in savedefault_func() 3958 else if (! safe_parse_maxint (&arg, &entryno)) in savedefault_func() 3962 entryno = current_entryno; in savedefault_func() 3992 grub_sprintf (buf, "%d", entryno); in savedefault_func()
|
/titanic_50/usr/src/lib/libadm/common/ |
H A D | putdgrp.c | 433 ent->entryno = 0; /* Entry no. */ in mkdgrptabent() 677 if (ent->entryno != p->entryno) in _adddgrptabrec() 746 if (ent->entryno != p->entryno) in _rmdgrptabrec() 875 if (ent->entryno != p->entryno) in _rmdgrpmems()
|
H A D | putdev.c | 969 if (ent->entryno != chg->entryno) in _moddevtabrec() 1035 if (devtabent->entryno != rment->entryno) in _rmdevtabrec() 1271 if (devtabent->entryno != modent->entryno) in _rmdevtabattrs()
|
H A D | dgrpent.c | 458 ent->entryno = recnum++; in _getdgrptabent() 481 ent->entryno = recnum++; in _getdgrptabent()
|
H A D | devtab.c | 703 ent->entryno = dtabrecnum++; in _getdevtabent()
|
/titanic_50/usr/src/lib/libadm/inc/ |
H A D | devtab.h | 116 int entryno; /* Entry number of this record */ member 160 int entryno; /* Entry number of this record */ member
|