Searched refs:H_NOCLEAR (Results 1 – 5 of 5) sorted by relevance
| /u-boot/include/ |
| A D | search.h | 111 #define H_NOCLEAR (1 << 0) /* do not clear hash table before importing */ macro
|
| /u-boot/lib/ |
| A D | hashtable.c | 822 flag |= H_NOCLEAR; in himport_r() 825 if ((flag & H_NOCLEAR) == 0 && !nvars) { in himport_r() 960 if (flag & H_NOCLEAR) in himport_r()
|
| /u-boot/env/ |
| A D | common.c | 290 flags |= H_NOCLEAR | H_DEFAULT; in env_set_default_vars()
|
| /u-boot/board/sunxi/ |
| A D | board.c | 742 spl->fel_uEnv_length, '\n', H_NOCLEAR, 0, 0, NULL); in parse_spl_header()
|
| /u-boot/cmd/ |
| A D | nvedit.c | 1003 if (!himport_r(&env_htab, ptr, size, sep, del ? 0 : H_NOCLEAR, in do_env_import()
|
Completed in 14 milliseconds