Home
last modified time | relevance | path

Searched refs:value (Results 1 – 12 of 12) sorted by relevance

/boot/
A Dcedit.c49 u8 *value; member
309 *valp = mi->value == INT_MAX ? seq : mi->value; in get_cur_menuitem_val()
669 const char *value; in h_read_settings_env() local
672 value = env_get(var); in h_read_settings_env()
673 if (value && strlen(value) >= tline->max_chars) in h_read_settings_env()
675 if (!value) in h_read_settings_env()
676 value = ""; in h_read_settings_env()
752 if (!priv.value) { in cedit_write_settings_cmos()
788 free(priv.value); in cedit_write_settings_cmos()
855 if (!priv.value) { in cedit_read_settings_cmos()
[all …]
A Dbootmeth_extlinux.c203 static int extlinux_set_property(struct udevice *dev, const char *property, const char *value) in extlinux_set_property() argument
218 if (!strcmp(value, "1")) { in extlinux_set_property()
220 } else if (!strcmp(value, "0")) { in extlinux_set_property()
223 printf("Unexpected value '%s'\n", value); in extlinux_set_property()
A Dupl_write.c77 uint value) in ofnode_write_bitmask() argument
86 if (value & BIT(bit)) { in ofnode_write_bitmask()
125 uint value) in ofnode_write_value() argument
130 if (value >= count) { in ofnode_write_value()
131 log_debug("Value of range %d\n", value); in ofnode_write_value()
134 str = names[value]; in ofnode_write_value()
136 log_debug("Unnamed value %d\n", value); in ofnode_write_value()
A Dimage-fit.c189 uint8_t *value; in fit_image_print_data() local
216 ret = fit_image_hash_get_value(fit, noffset, &value, in fit_image_print_data()
223 printf("%02x", value[i]); in fit_image_print_data()
1130 if (*value == NULL) { in fit_image_hash_get_value()
1157 int *value; in fit_image_hash_get_ignore() local
1160 if (value == NULL || len != sizeof(int)) in fit_image_hash_get_ignore()
1163 *ignore = *value; in fit_image_hash_get_ignore()
1250 uint8_t *value, int *value_len) in calculate_hash() argument
1296 ALLOC_CACHE_ALIGN_BUFFER(uint8_t, value, FIT_MAX_HASH_LEN); in fit_image_check_hash()
1325 if (calculate_hash(data, size, algo, value, &value_len)) { in fit_image_check_hash()
[all …]
A Dbootmeth-uclass.c271 int bootmeth_set_property(const char *name, const char *property, const char *value) in bootmeth_set_property() argument
293 return ops->set_property(dev, property, value); in bootmeth_set_property()
459 static int on_bootmeths(const char *name, const char *value, enum env_op op, in on_bootmeths() argument
467 ret = bootmeth_set_order(value); in on_bootmeths()
A Dexpo_build_cb.c116 item->value = enums->value; in menu_build()
A Dbootflow.c635 int bootflow_cmdline_set(struct bootflow *bflow, const char *value) in bootflow_cmdline_set() argument
639 if (value) { in bootflow_cmdline_set()
640 cmdline = strdup(value); in bootflow_cmdline_set()
655 static int on_bootargs(const char *name, const char *value, enum env_op op, in on_bootargs() argument
672 ret = bootflow_cmdline_set(bflow, value); in on_bootargs()
A Dscene_menu.c72 if (item->value == INT_MAX ? val == i : item->value == val) in scene_menuitem_find_val()
478 item->value = INT_MAX; in scene_menuitem()
A Dbootmeth_android.c396 char *value = arg; in avb_append_commandline_arg() local
399 ret = bootflow_cmdline_set_arg(bflow, key, value, false); in avb_append_commandline_arg()
A DKconfig911 slot tries to their default value specified by
1559 a default value of 10s is used.
1674 in the environment, this will be used as default value.
1694 "bootstopkeysha256". If the value in that variable
1696 as a salt value.
1709 int "ASCII value of boot key to show a menu"
1743 its value is used, otherwise the retry timeout is
1923 this value will also override the "chosen" node in FDT blob.
1943 bool "Enable a default value for bootcmd"
1953 string "bootcmd value"
[all …]
A Dimage-board.c95 static int on_loadaddr(const char *name, const char *value, enum env_op op, in on_loadaddr() argument
101 image_load_addr = hextoul(value, NULL); in on_loadaddr()
A Dexpo_build.c278 item->value = fdt32_to_cpu(item_values[i]); in menu_build()

Completed in 35 milliseconds