Searched refs:H_NOCLEAR (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/include/ |
H A D | search.h | 109 #define H_NOCLEAR (1 << 0) /* do not clear hash table before importing */ macro
|
/openbmc/u-boot/env/ |
H A D | common.c | 97 flags |= H_NOCLEAR; in set_default_vars()
|
/openbmc/u-boot/lib/ |
H A D | hashtable.c | 813 if ((flag & H_NOCLEAR) == 0 && !nvars) { in himport_r() 945 if (flag & H_NOCLEAR) in himport_r()
|
/openbmc/u-boot/board/sunxi/ |
H A D | board.c | 762 spl->fel_uEnv_length, '\n', H_NOCLEAR, 0, 0, NULL); in parse_spl_header()
|
/openbmc/u-boot/cmd/ |
H A D | nvedit.c | 1143 if (!himport_r(&env_htab, ptr, size, sep, del ? 0 : H_NOCLEAR, in do_env_import()
|