Home
last modified time | relevance | path

Searched refs:entryno (Results 1 – 7 of 7) sorted by relevance

/onnv-gate/usr/src/grub/grub-0.97/stage2/
H A Dstage2.c133 print_entries (int y, int size, int first, int entryno, char *menu_entries) in print_entries() argument
148 print_entry (y + i + 1, entryno == i, menu_entries); in print_entries()
164 gotoxy (74, y + entryno + 1); in print_entries()
235 char *heap, int entryno) in run_menu() argument
250 while (entryno > 11) in run_menu()
253 entryno--; in run_menu()
336 grub_printf ("\n\nThe selected entry is %d ", entryno); in run_menu()
338 print_entries (3, 12, first_entry, entryno, menu_entries); in run_menu()
362 entryno, grub_timeout); in run_menu()
368 gotoxy (74, 4 + entryno); in run_menu()
[all …]
H A Dbuiltins.c4244 int entryno; in savedefault_func() local
4303 entryno = fallback_entries[index]; in savedefault_func()
4305 else if (! safe_parse_maxint (&arg, &entryno)) in savedefault_func()
4309 entryno = current_entryno; in savedefault_func()
4339 grub_sprintf (buf, "%d", entryno); in savedefault_func()
/onnv-gate/usr/src/lib/libadm/common/
H A Dputdgrp.c421 ent->entryno = 0; /* Entry no. */ in mkdgrptabent()
664 if (ent->entryno != p->entryno) in _adddgrptabrec()
733 if (ent->entryno != p->entryno) in _rmdgrptabrec()
862 if (ent->entryno != p->entryno) in _rmdgrpmems()
H A Dputdev.c971 if (ent->entryno != chg->entryno) in _moddevtabrec()
1037 if (devtabent->entryno != rment->entryno) in _rmdevtabrec()
1273 if (devtabent->entryno != modent->entryno) in _rmdevtabattrs()
H A Ddgrpent.c458 ent->entryno = recnum++; in _getdgrptabent()
481 ent->entryno = recnum++; in _getdgrptabent()
H A Ddevtab.c703 ent->entryno = dtabrecnum++; in _getdevtabent()
/onnv-gate/usr/src/lib/libadm/inc/
H A Ddevtab.h116 int entryno; /* Entry number of this record */ member
160 int entryno; /* Entry number of this record */ member