Home
last modified time | relevance | path

Searched refs:menu (Results 1 – 25 of 80) sorted by relevance

1234

/illumos-gate/usr/src/tools/cscope-fast/
H A Dmouse.c112 downloadmenu(MOUSEMENU *menu) in downloadmenu() argument
122 (void) printf("\033M0@%s@%s@", menu[0].text, in downloadmenu()
123 menu[0].value); in downloadmenu()
124 for (i = 1; menu[i].text != NULL; ++i) { in downloadmenu()
125 (void) printf("\033M@%s@%s@", menu[i].text, in downloadmenu()
126 menu[i].value); in downloadmenu()
135 for (i = 0; menu[i].text != NULL; ++i) { in downloadmenu()
136 len = strlen(menu[i].text); in downloadmenu()
138 len + strlen(menu[i].value), in downloadmenu()
139 menu[i].text, menu[i].value); in downloadmenu()
[all …]
/illumos-gate/usr/src/boot/forth/
H A Dmenu.4th28 marker task-menu.4th
33 vocabulary menu-infrastructure
34 vocabulary menu-namespace
35 vocabulary menu-command-helpers
37 only forth also menu-infrastructure definitions
51 1 constant menu_start \ Numerical prefix of first menu item
53 5 constant menu_x \ Row position of the menu (from the top)
54 10 constant menu_y \ Column position of the menu (from left side)
75 only forth also menu-namespace definitions
171 only forth also menu-namespace definitions
[all …]
H A Dmenu-commands.4th29 marker task-menu-commands.4th
42 also menu-namespace also menu-command-helpers
130 menu-redraw
140 TRUE \ loop menu again
169 menu-redraw
179 TRUE \ loop menu again
208 menu-redraw
218 TRUE \ loop menu again
242 menu-init \ needed to reset menu position
243 menu-redraw
[all …]
H A Dmenu.rc6 include /boot/forth/menu.4th
7 include /boot/forth/menu-commands.4th
15 menu-init \ initialize the menu area (see `menu.4th')
17 \ Initialize main menu constructs (see `menu.4th')
175 \ the BE list is read from [pool]/boot/menu.lst, the list in file
177 \ the BE menu will list entries from most recent to oldest,
178 \ so the first page in menu is last page in menu.lst
216 try-include /boot/menu.rc.local
218 \ Display the main menu (see `menu.4th')
221 menu-display
H A Dshortcuts.4th40 \ offer the user a quick way to get back into the interactive PXE menu
43 : menu ( -- )
48 menu-init \ Initialize menu and draw bounding box (in menu.4th)
49 menu-display \ Launch interactive menu (in menu.4th)
H A Dbeadm.4th17 \ support words to provide data for BE menu in loader menu system.
29 \ from menu.4th
111 \ management, we open the menu and free the menu_file.
166 \ make menu.lst path
167 : menu.lst ( addr len -- addr' len' )
173 s" :/boot/menu.lst" strcat
178 menu.lst 2dup 2>R
191 \ otherwize, we query device:/boot/menu.lst for bootfs and
207 2swap menu.lst
233 ." No such BE in menu.lst or menu.lst is missing." cr
[all …]
H A Dloader.rc8 \ NOTE: Change to `start' if you disable the below boot menu
16 \ Load in the boot menu
19 \ Start the boot menu
H A DMakefile43 FORTH += menu.4th
44 FORTH += menu.rc
45 FORTH += menu-commands.4th
H A Dmenusets.4th42 \ menu toggled ansi
81 \ menu toggled ansi
98 s" set type=menu" evaluate
103 s" set type=menu" evaluate
111 \ menu toggled ansi
151 \ menu toggled ansi
179 s" set type=menu" evaluate
184 s" set type=menu" evaluate
207 \ menu toggled ansi
248 \ menu toggled ansi
[all …]
H A Dbeastie.4th39 \ loader_logo_y) if defined, else (46,4) (to the right of the menu). To choose
89 : beastie-start ( -- ) \ starts the menu
102 s" include /boot/forth/menu.rc" evaluate
106 s" set delay_command='include /boot/forth/menu.rc'" evaluate
/illumos-gate/usr/src/cmd/format/
H A Dmenu.c44 create_menu_list(struct menu_item *menu) in create_menu_list() argument
60 for (mptr = menu; mptr->menu_cmd != NULL; mptr++) { in create_menu_list()
69 for (mptr = menu; mptr->menu_cmd != NULL; mptr++) { in create_menu_list()
100 find_enabled_menu_item(struct menu_item *menu, int item))(void) in find_enabled_menu_item() argument
104 for (mp = menu; mp->menu_cmd != NULL; mp++) { in find_enabled_menu_item()
122 run_menu(struct menu_item *menu, char *title, char *prompt, int display_flag) in run_menu() argument
134 list = create_menu_list(menu); in run_menu()
151 if ((f = find_enabled_menu_item(menu, i)) == NULL) in run_menu()
176 list = create_menu_list(menu); in run_menu()
H A Dmenu_scsi.c143 char **menu; in c_scsi() local
181 menu = create_menu_list(scsi_menu); in c_scsi()
190 display_menu_list(menu); in c_scsi()
225 display_menu_list(menu); in c_scsi()
295 destroy_data((char *)menu); in c_scsi()
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_loader.c81 static error_t list_setting(struct menu_lst *menu, char *, char *);
181 menu_update_widths(ofmt_field_t *hdr, struct menu_lst *menu) in menu_update_widths() argument
190 STAILQ_FOREACH(entry, menu, me_next) { in menu_update_widths()
211 init_menu_template(struct menu_lst *menu) in init_menu_template() argument
219 menu_update_widths(temp, menu); in init_menu_template()
224 print_nodes(boolean_t parsable, struct menu_lst *menu) in print_nodes() argument
235 menu_template = init_menu_template(menu); in print_nodes()
247 STAILQ_FOREACH(entry, menu, me_next) in print_nodes()
295 menu_read(struct menu_lst *menu, char *menu_path) in menu_read() argument
369 STAILQ_INSERT_TAIL(menu, mp, me_next); in menu_read()
[all …]
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-270 :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 Dgrub.texi102 @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 Dgrub.info57 * 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 Dmenu.lst2 # Sample boot menu configuration file
68 title Windows NT / Windows 95 boot menu
/illumos-gate/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_impl.h238 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,
/illumos-gate/usr/src/lib/libeti/
H A DMakefile29 SUBDIRS= form menu panel
30 HDRSUBDIRS= form menu panel
59 @cd menu; pwd; $(MAKE) $(TARGET)
/illumos-gate/usr/src/grub/
H A Dmenu.lst6 # 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
/illumos-gate/usr/src/cmd/boot/scripts/
H A Dupdate_grub.ksh120 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:-/} \
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_utils.c983 char menu[MAXPATHLEN]; in be_remove_menu() local
1048 (void) strlcpy(menu, pool_mntpnt, sizeof (menu)); in be_remove_menu()
1054 (void) strlcat(menu, BE_GRUB_MENU, sizeof (menu)); in be_remove_menu()
1056 (void) strlcat(menu, BE_SPARC_MENU, sizeof (menu)); in be_remove_menu()
1059 if ((ret = be_open_menu(be_root_pool, menu, &menu_fp, "r", in be_remove_menu()
1071 if (stat(menu, &sb) != 0) { in be_remove_menu()
1074 "failed to stat file %s: %s\n"), menu, strerror(err)); in be_remove_menu()
1080 tmp_menu_len = strlen(menu) + 7; in be_remove_menu()
1087 (void) strlcpy(tmp_menu, menu, tmp_menu_len); in be_remove_menu()
1263 if (rename(tmp_menu, menu) != 0) { in be_remove_menu()
[all …]
/illumos-gate/usr/src/grub/grub-0.97/
H A DNEWS38 * 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 …]
/illumos-gate/usr/src/grub/grub-0.97/util/
H A Dgrub-image.in67 test ! -f menu.lst || cp -p menu.lst $bootdir/boot/grub
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-boot-loader.p5m61 $(i386_ONLY)file path=boot/forth/menu-commands.4th group=sys mode=0444
62 $(i386_ONLY)file path=boot/forth/menu.4th group=sys mode=0444
63 $(i386_ONLY)file path=boot/forth/menu.rc group=sys mode=0444
95 $(i386_ONLY)file path=usr/share/man/man7/menu.4th.7

1234