Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Dcli_hush.c306 struct variables *top_vars = &shell_ver; variable
310 static struct variables *top_vars = NULL ; variable
783 for(e = top_vars; e; e=e->next) in builtin_set()
2150 for (cur = top_vars; cur; cur=cur->next)
2192 for(cur = top_vars; cur; cur = cur->next) {
2225 struct variables *bottom = top_vars;
2256 for (cur = top_vars; cur; cur=cur->next) {
2261 struct variables *next = top_vars;
3320 if (top_vars == NULL) {
3321 top_vars = malloc(sizeof(struct variables));
[all …]
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map