Searched refs:H_NOCLEAR (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | search.h | 110 #define H_NOCLEAR (1 << 0) /* do not clear hash table before importing */ macro
|
| /OK3568_Linux_fs/u-boot/env/ |
| H A D | common.c | 107 H_NOCLEAR | H_INTERACTIVE, 0, nvars, vars); in set_default_vars()
|
| H A D | envf.c | 272 H_NOCLEAR, 0, envf_num, (char * const *)envf_list)) { in envf_load()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | board_r.c | 589 set_board_env((char *)env_nowhere->data, ENV_SIZE, H_NOCLEAR, false); in initr_env_switch()
|
| /OK3568_Linux_fs/u-boot/board/sunxi/ |
| H A D | board.c | 673 spl->fel_uEnv_length, '\n', H_NOCLEAR, 0, 0, NULL); in parse_spl_header()
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | hashtable.c | 804 if ((flag & H_NOCLEAR) == 0) { in himport_r()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | nvedit.c | 1482 if (himport_r(&env_htab, ptr, size, sep, del ? 0 : H_NOCLEAR, in do_env_import()
|