/titanic_50/usr/src/cmd/format/ |
H A D | menu.c | 39 static int (*find_enabled_menu_item())(struct menu_item *menu, int item); 56 create_menu_list(menu) in create_menu_list() argument 57 struct menu_item *menu; in create_menu_list() 73 for (mptr = menu; mptr->menu_cmd != NULL; mptr++) { 82 for (mptr = menu; mptr->menu_cmd != NULL; mptr++) { 114 find_enabled_menu_item(menu, item))() 115 struct menu_item *menu; variable 120 for (mp = menu; mp->menu_cmd != NULL; mp++) { 138 run_menu(menu, title, prompt, display_flag) in run_menu() argument 139 struct menu_item *menu; in run_menu() [all …]
|
H A D | menu.h | 58 char **create_menu_list(struct menu_item *menu);
|
H A D | menu_scsi.c | 166 char **menu; in c_scsi() local 204 menu = create_menu_list(scsi_menu); in c_scsi() 213 display_menu_list(menu); in c_scsi() 248 display_menu_list(menu); in c_scsi() 318 destroy_data((char *)menu); in c_scsi()
|
/titanic_50/usr/src/tools/cscope-fast/ |
H A D | mouse.c | 114 downloadmenu(MOUSEMENU *menu) in downloadmenu() argument 124 (void) printf("\033M0@%s@%s@", menu[0].text, in downloadmenu() 125 menu[0].value); in downloadmenu() 126 for (i = 1; menu[i].text != NULL; ++i) { in downloadmenu() 127 (void) printf("\033M@%s@%s@", menu[i].text, in downloadmenu() 128 menu[i].value); in downloadmenu() 137 for (i = 0; menu[i].text != NULL; ++i) { in downloadmenu() 138 len = strlen(menu[i].text); in downloadmenu() 140 len + strlen(menu[i].value), in downloadmenu() 141 menu[i].text, menu[i].value); in downloadmenu() [all …]
|
H A D | mouse.h | 65 extern void downloadmenu(MOUSEMENU *menu);
|
H A D | Makefile | 31 find.o edit.o exec.o help.o history.o input.o menu.o alloc.o \
|
/titanic_50/usr/src/grub/grub-0.97/docs/ |
H A D | grub.info-2 | 70 :T150="(nd)/tftpboot/menu.lst.foo": 75 preset menu feature is used (*note Preset Menu::). 126 provides you with an alternative menu interface, because the normal 127 menu requires several fancy features of your terminal. 135 GRUB supports a "preset menu" which is to be always loaded before 136 starting. The preset menu feature is useful, for example, when your 143 How the preset menu works is slightly complicated: 145 1. GRUB checks if the preset menu feature is used, and loads the 146 preset menu, if available. This includes running commands and 151 menu*. The configuration file is loaded even if the preset menu was [all …]
|
H A D | grub.texi | 102 @menu 114 * Interface:: The menu and the command-line 128 @end menu 134 @menu 139 @end menu 168 (@pxref{Command-line interface}), or a menu interface (@pxref{Menu 170 specification and file name of the kernel manually. In the menu 171 interface, you just select an OS using the arrow keys. The menu is 173 (@pxref{Configuration}). While in the menu, you can switch to the 174 command-line mode, and vice-versa. You can even edit menu entries [all …]
|
H A D | grub.info | 57 * Interface:: The menu and the command-line 112 (*note Command-line interface::), or a menu interface (*note Menu 114 specification and file name of the kernel manually. In the menu 115 interface, you just select an OS using the arrow keys. The menu is 117 Configuration::). While in the menu, you can switch to the command-line 118 mode, and vice-versa. You can even edit menu entries before using them. 213 Provide a menu interface 214 A menu interface listing preset boot commands, with a programmable 220 A fairly flexible command-line interface, accessible from the menu, 626 `menu.lst'. You don't need to use `stage1' or `stage2', because El [all …]
|
H A D | menu.lst | 2 # Sample boot menu configuration file 68 title Windows NT / Windows 95 boot menu
|
H A D | grub.info-3 | 33 File: grub.info, Node: install, Next: ioprobe, Prev: initrd, Up: Command-line and menu entry co… 99 File: grub.info, Node: ioprobe, Next: kernel, Prev: install, Up: Command-line and menu entry co… 110 File: grub.info, Node: kernel, Next: lock, Prev: ioprobe, Up: Command-line and menu entry comma… 135 File: grub.info, Node: lock, Next: makeactive, Prev: kernel, Up: Command-line and menu entry co… 141 Prevent normal users from executing arbitrary menu entries. You 145 This command is used in a menu, as shown in this example: 155 File: grub.info, Node: makeactive, Next: map, Prev: lock, Up: Command-line and menu entry comma… 165 File: grub.info, Node: map, Next: md5crypt, Prev: makeactive, Up: Command-line and menu entry c… 182 File: grub.info, Node: md5crypt, Next: module, Prev: map, Up: Command-line and menu entry comma… 193 File: grub.info, Node: module, Next: modulenounzip, Prev: md5crypt, Up: Command-line and menu e… [all …]
|
/titanic_50/usr/src/lib/libeti/ |
H A D | Makefile | 32 SUBDIRS= form menu panel 33 HDRSUBDIRS= form menu panel 63 @cd menu; pwd; $(MAKE) $(TARGET)
|
/titanic_50/usr/src/lib/libgrubmgmt/common/ |
H A D | libgrub_impl.h | 238 grub_entry_t *grub_menu_get_entry(const grub_menu_t *menu, int num); 239 grub_entry_t *grub_menu_next_entry(const grub_menu_t *menu, 241 grub_entry_t *grub_menu_prev_entry(const grub_menu_t *menu, 243 grub_line_t *grub_menu_next_line(const grub_menu_t *menu, 245 grub_line_t *grub_menu_prev_line(const grub_menu_t *menu,
|
H A D | libgrub_errno.def | 45 grub_errno_def(EG_INVALIDMENU, "Invalid GRUB menu") 69 grub_errno_def(EG_ROOTNOTSUPP, "Selected GRUB menu entry contains "\
|
/titanic_50/usr/src/grub/ |
H A D | menu.lst | 6 # With zfs root the active menu.lst file is /<pool>/boot/grub/menu.lst 9 # default menu entry to boot 12 # menu timeout in second before default OS is booted
|
H A D | Makefile | 22 GRUB_MENU = menu.lst
|
/titanic_50/usr/src/cmd/boot/scripts/ |
H A D | update_grub.ksh | 120 cp "$ALT_ROOT"/boot/grub/menu.lst "$ALT_ROOT"/stubboot/boot/grub 140 "$ALT_ROOT"/sbin/bootadm update-menu $zfsarg\ 144 $ALT_ROOT/sbin/bootadm update-menu -R ${ALT_ROOT:-/} \
|
H A D | boot-archive-update.ksh | 37 if [ -f /stubboot/boot/grub/menu.lst ]; then
|
/titanic_50/usr/src/lib/libbe/common/ |
H A D | be_utils.c | 700 char menu[MAXPATHLEN]; in be_remove_menu() local 760 (void) strlcpy(menu, pool_mntpnt, sizeof (menu)); in be_remove_menu() 766 (void) strlcat(menu, BE_GRUB_MENU, sizeof (menu)); in be_remove_menu() 768 (void) strlcat(menu, BE_SPARC_MENU, sizeof (menu)); in be_remove_menu() 771 if ((ret = be_open_menu(be_root_pool, menu, &menu_fp, "r", in be_remove_menu() 783 if (stat(menu, &sb) != 0) { in be_remove_menu() 786 "failed to stat file %s: %s\n"), menu, strerror(err)); in be_remove_menu() 792 tmp_menu_len = strlen(menu) + 7; in be_remove_menu() 799 (void) strlcpy(tmp_menu, menu, tmp_menu_len); in be_remove_menu() 975 if (rename(tmp_menu, menu) != 0) { in be_remove_menu() [all …]
|
/titanic_50/usr/src/grub/grub-0.97/ |
H A D | NEWS | 38 * Display "GNU GRUB" instead of "GRUB" in the menu. 68 * The menu interfaces supports Page Up, Page Down, and Right Key. 106 * The manner of handling the preset menu changes. In the previous 107 implementation, the preset menu is used only when opening the 108 configuration file failed. Now try to use the preset menu first. And, 110 preset menu. In this case, menu entries in the preset menu (if any) 114 function is gone and the preset menu feature is used (i.e. just 116 menu). This has no impact against most users, but you should take care 117 if using the preset menu for your own purpose, because GRUB doesn't 118 call "bootp" implicitly when the preset menu is used explicitly. In [all …]
|
H A D | AUTHORS | 28 hidden menu support, the new Linux loader, serial terminal support, 33 Peter Astrand added support for a color menu.
|
/titanic_50/usr/src/grub/grub-0.97/util/ |
H A D | grub-image.in | 67 test ! -f menu.lst || cp -p menu.lst $bootdir/boot/grub
|
/titanic_50/usr/src/tools/depcheck/ |
H A D | SamplePkgLinks | 27 1 s none usr/openwin/lib/openwin-menu-demo=openwin-menu-demo-fulldemo
|
/titanic_50/usr/src/lib/libeti/menu/common/ |
H A D | llib-lmenu | 34 #include "menu.h" 37 MENU *menu; 44 MENU *new_menu(ITEM **i) {return menu;}
|
/titanic_50/usr/src/lib/libeti/menu/ |
H A D | Makefile | 44 HDRS= menu.h
|