Searched refs:vars (Results 1 – 8 of 8) sorted by relevance
| /rk3399_rockchip-uboot/env/ |
| H A D | common.c | 99 int set_default_vars(int nvars, char * const vars[]) in set_default_vars() argument 107 H_NOCLEAR | H_INTERACTIVE, 0, nvars, vars); in set_default_vars() 110 int set_board_env(const char *vars, int size, int flags, bool ready) in set_board_env() argument 112 if (himport_r(&env_htab, (char *)vars, size, '\0', in set_board_env()
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | hashtable.c | 718 static int drop_var_from_set(const char *name, int nvars, char * vars[]) in drop_var_from_set() argument 728 if (vars[i] == NULL) in drop_var_from_set() 731 if (!strcmp(name, vars[i])) { in drop_var_from_set() 732 vars[i] = NULL; in drop_var_from_set() 779 int crlf_is_lf, int nvars, char * const vars[]) in himport_r() argument 802 memcpy(localvars, vars, sizeof(vars[0]) * nvars); in himport_r()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | environment.h | 305 int set_board_env(const char *vars, int size, int flags, bool ready); 308 int set_default_vars(int nvars, char * const vars[]);
|
| H A D | search.h | 104 char * const vars[]);
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | streamline_config.pl | 273 my ($line, %vars) = @_; 282 if (defined($vars{$var})) { 283 $process .= $start . $vars{$var};
|
| /rk3399_rockchip-uboot/api/ |
| H A D | README | 35 - env vars (enumerate all, get, set)
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | tpm.c | 212 char * const vars[]) in type_string_write_vars() argument 217 for (offset = 0; *type_str; type_str++, vars++) { in type_string_write_vars() 234 if (env_set_ulong(*vars, value)) in type_string_write_vars()
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.davinci.nand_spl | 117 The above steps are executeed through the following environment vars:
|