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
693 also menu-namespace
871 menu-erase
872 menu-create
875 : menu-box ( -- )
895 : menu-init ( -- )
961 menu-create
997 menu-create
1140 0 over menukeyN ! \ used by menu-create, menu-display
1172 menu-unset
[all …]
H A Dmenu-commands.4th42 also menu-namespace also menu-command-helpers
130 menu-redraw
169 menu-redraw
208 menu-redraw
242 menu-init \ needed to reset menu position
243 menu-redraw
332 menu-redraw \ redraw menu
378 menu-redraw \ redraw menu
447 menu-redraw \ redraw menu
456 menu-unset
[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 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 Dbeadm.4th17 \ support words to provide data for BE menu in loader menu system.
29 \ from menu.4th
166 \ make menu.lst path
173 s" :/boot/menu.lst" strcat
178 menu.lst 2dup 2>R
207 2swap menu.lst
233 ." No such BE in menu.lst or menu.lst is missing." cr
238 \ reset BE menu
339 current-dev menu.lst 2dup 2>R
409 current-dev menu.lst 2dup 2>R
[all …]
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.c219 menu_update_widths(temp, menu); in init_menu_template()
386 menu_free(struct menu_lst *menu) in menu_free() argument
390 while (!STAILQ_EMPTY(menu)) { in menu_free()
391 entry = STAILQ_FIRST(menu); in menu_free()
416 struct menu_lst menu = {0}; in bam_loader_menu() local
418 STAILQ_INIT(&menu); in bam_loader_menu()
542 ret = f(&menu, menu_path, opt); in bam_loader_menu()
601 ret = f(&menu, NULL, opt); in bam_loader_menu()
616 menu_free(&menu); in bam_loader_menu()
644 assert(menu); in set_option()
[all …]
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-2151 menu*. The configuration file is loaded even if the preset menu was
391 `(hd0,0)/boot/grub/menu.lst'. This means the file `/boot/grub/menu.lst'
439 * Hidden menu interface:: The hidden menu interface
519 The simple menu interface
543 Editing a menu entry
546 The menu entry editor looks much like the main menu interface, but
564 to the main menu.
569 The hidden menu interface
592 menu or specifically in the menu entries.
673 Don't display the menu. If the command is used, no menu will be
[all …]
H A Dgrub.texi102 @menu
134 @menu
493 @menu
743 @menu
762 @menu
856 @menu
1110 @menu
1445 @menu
1826 @menu
1931 @menu
[all …]
H A Dgrub.info213 Provide a menu interface
1150 To enable the menu, you need a configuration file, `menu.lst' under
1456 menu*. The configuration file is loaded even if the preset menu was
1696 `(hd0,0)/boot/grub/menu.lst'. This means the file `/boot/grub/menu.lst'
1744 * Hidden menu interface:: The hidden menu interface
1824 12.2 The simple menu interface
1848 12.3 Editing a menu entry
1851 The menu entry editor looks much like the main menu interface, but the
1869 to the main menu.
1897 menu or specifically in the menu entries.
[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()
1071 if (stat(menu, &sb) != 0) { in be_remove_menu()
1080 tmp_menu_len = strlen(menu) + 7; in be_remove_menu()
1263 if (rename(tmp_menu, menu) != 0) { in be_remove_menu()
1267 tmp_menu, menu, strerror(err)); in be_remove_menu()
1301 menu, strerror(err)); in be_remove_menu()
1307 tmp_menu_len = strlen(menu) + 7; 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
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
120 network into your preset menu.
184 menu. See the manual, for more details.
272 filename from "/boot/grub/menu.lst" even if a Stage 1.5 is used.
331 * Color menu support.
[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