Lines Matching defs:setting
786 list_menu_entry(menu_entry_t *entry, char *setting)
814 bam_error(_("error setting up forth interpreter\n"));
851 if (*setting == '\0')
853 else if (strcasecmp(setting, "title") == 0) {
865 if (*setting == '\0')
867 else if (strcasecmp(setting, "timeout") == 0) {
875 if (*setting == '\0')
877 else if (strcasecmp(setting, "console") == 0) {
883 if (*setting == '\0')
885 else if (strcasecmp(setting, "bootfs") == 0) {
892 if (*setting == '\0') {
894 } else if (strcasecmp(setting, "xen_kernel") == 0) {
899 if (*setting == '\0') {
902 } else if (strcasecmp(setting, "xen_cmdline") == 0) {
907 if (*setting == '\0') {
910 } if (strcasecmp(setting, "kernel") == 0) {
917 if (*setting == '\0') {
919 } else if (strcasecmp(setting, "kernel") == 0) {
928 if (*setting == '\0') {
930 } else if (strcasecmp(setting, "boot-args") == 0) {
936 if (*setting == '\0' || strcasecmp(setting, "modules") == 0) {
950 /* if we got here with setting string, its unknown property */
951 if (*setting != '\0') {
952 bam_error(_("unknown property: %s\n"), setting);
1090 bam_error(_("Error setting up forth interpreter\n"));
1177 list_setting(struct menu_lst *menu, char *which, char *setting)
1185 assert(setting);
1204 setting = which;
1242 return (list_menu_entry(m, setting));
1282 bam_error(_("Error setting up forth interpreter\n"));