Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dcli_hush.c305 struct variables *top_vars = &shell_ver; variable
309 static struct variables *top_vars = NULL ; variable
782 for(e = top_vars; e; e=e->next) in builtin_set()
2260 struct variables *next = top_vars;
3319 if (top_vars == NULL) {
3321 top_vars->name = "HUSH_VERSION";
3322 top_vars->value = "0.01";
3323 top_vars->next = NULL;
3324 top_vars->flg_export = 0;
3325 top_vars->flg_read_only = 1;
[all …]