Searched refs:menu_file (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/libbe/common/ |
H A D | be_utils.c | 683 char menu_file[MAXPATHLEN]; in be_append_menu() local 742 (void) snprintf(menu_file, sizeof (menu_file), in be_append_menu() 745 (void) snprintf(menu_file, sizeof (menu_file), in be_append_menu() 765 if ((ret = be_open_menu(be_root_pool, menu_file, in be_append_menu() 891 menu_fp = fopen(menu_file, "a+"); in be_append_menu() 895 "to open menu.lst file %s\n"), menu_file); in be_append_menu() 1835 char menu_file[MAXPATHLEN]; in be_update_menu() local 1891 (void) snprintf(menu_file, sizeof (menu_file), in be_update_menu() 1894 (void) snprintf(menu_file, sizeof (menu_file), in be_update_menu() 1911 if ((ret = be_open_menu(be_root_pool, menu_file, in be_update_menu() [all …]
|
/illumos-gate/usr/src/boot/forth/ |
H A D | beadm.4th | 110 \ we are called with strings be_name menu_file, to simplify the stack 111 \ management, we open the menu and free the menu_file.
|