Searched defs:menu (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/tools/cscope-fast/
H A Dmouse.c88 (void) printf("\033#2"); /* switch to menu 2 */
102 /* remove the mouse menu */
111 /* download a mouse menu */
114 downloadmenu(MOUSEMENU *menu) argument
124 (void) printf("\033M0@%s@%s@", menu[0].text,
125 menu[0].value);
126 for (i = 1; menu[i].text != NULL; ++i) {
127 (void) printf("\033M@%s@%s@", menu[i].text,
128 menu[i].value);
137 for (i = 0; menu[
[all...]
/illumos-gate/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_fs.c32 * system where the GRUB menu resides.
245 grub_menu_t *menu; local
250 menu = barg->gb_entry->ge_menu;
253 if (get_zfs_root(zfh, &menu->gm_fs, &barg->gb_root) != 0 ||
/illumos-gate/usr/src/cmd/format/
H A Dmenu_scsi.c28 * This file contains functions implementing the scsi menu commands.
40 #include "menu.h"
87 * Menu data for the SCSI menu display
133 * SCSI menu commands for minimum recognition
156 * Manage the SCSI menu.
159 * so we cannot use the standard format menu-handling functions.
166 char **menu; local
179 * using this menu.
184 "It is recommended that you do not use this menu for normal disk\n"
195 * Build and display the menu
[all...]
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_loader.c32 * Loader menu management.
59 #define MENU BOOT_DIR "/menu.lst"
75 static error_t list_setting(struct menu_lst *menu, char *, char *);
83 "update_entry", OPT_REQ, update_entry, 0, /* menu */
85 "list_setting", OPT_OPTIONAL, list_setting, 1, /* menu */
86 "disable_hypervisor", OPT_ABSENT, disable_hyper, 0, /* menu */
87 "enable_hypervisor", OPT_ABSENT, enable_hyper, 0, /* menu */
161 count_widths(struct hdr_info *hdr, struct menu_lst *menu) argument
170 STAILQ_FOREACH(entry, menu, next) {
182 struct menu_lst *menu)
181 print_menu_nodes(boolean_t parsable, struct hdr_info *hdr, struct menu_lst *menu) argument
216 print_nodes(boolean_t parsable, struct menu_lst *menu) argument
230 menu_read(struct menu_lst *menu, char *menu_path) argument
319 menu_free(struct menu_lst *menu) argument
346 struct menu_lst menu = {0}; local
563 set_option(struct menu_lst *menu, char *dummy, char *opt) argument
928 list_entry(struct menu_lst *menu, char *menu_root, char *opt) argument
979 update_entry(struct menu_lst *menu, char *menu_root, char *osdev) argument
1013 update_temp(struct menu_lst *menu, char *dummy, char *opt) argument
1133 list_setting(struct menu_lst *menu, char *which, char *setting) argument
1200 disable_hyper(struct menu_lst *menu, char *osroot, char *opt) argument
1211 enable_hyper(struct menu_lst *menu, char *osroot, char *opt) argument
[all...]
H A Dbootadm.c115 #define GRUB_MENU "/boot/grub/menu.lst"
116 #define MENU_TMP "/boot/grub/menu.lst.tmp"
152 #define LU_MENU_CKSUM "/etc/lu/menu.cksum"
291 "update_entry", OPT_REQ, update_entry, 0, /* menu */
293 "upgrade", OPT_ABSENT, upgrade_menu, 0, /* menu */
294 "list_setting", OPT_OPTIONAL, list_setting, 1, /* menu */
295 "disable_hypervisor", OPT_ABSENT, cvt_to_metal, 0, /* menu */
296 "enable_hypervisor", OPT_ABSENT, cvt_to_hyper, 0, /* menu */
451 (void) fprintf(stderr, "\t%s set-menu [-R altroot] key=value\n", prog);
452 (void) fprintf(stderr, "\t%s list-menu [
1285 menu_t *menu; local
[all...]
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_utils.c126 * need pool name, menu.lst has entries from our pool only
597 * Description: Appends an entry for a BE into the menu.lst.
599 * be_name - pointer to name of BE to add boot menu entry for.
601 * boot_pool - Used if the pool containing the grub menu is
670 "the default BE in the grub menu.\n"), be_root_pool);
689 * Iterate through menu first to make sure the BE doesn't already
690 * have an entry in the menu.
692 * Additionally while iterating through the menu, if we have an
694 * track of that BE's menu entry. We will then use the lines from
801 * If an entry for this BE was already in the menu, the
915 char menu[MAXPATHLEN]; local
[all...]

Completed in 60 milliseconds