Home
last modified time | relevance | path

Searched refs:menu_file (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_utils.c683 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()
891 menu_fp = fopen(menu_file, "a+"); 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()
2124 char menu_file[MAXPATHLEN]; in be_has_menu_entry() local
3966 char *menu_file, in be_create_menu() argument
3980 menu_path = strdup(menu_file); in be_create_menu()
[all …]
/illumos-gate/usr/src/boot/forth/
H A Dbeadm.4th110 \ we are called with strings be_name menu_file, to simplify the stack
111 \ management, we open the menu and free the menu_file.