Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dsearch.h109 #define H_NOCLEAR (1 << 0) /* do not clear hash table before importing */ macro
/openbmc/u-boot/env/
H A Dcommon.c97 flags |= H_NOCLEAR; in set_default_vars()
/openbmc/u-boot/lib/
H A Dhashtable.c813 if ((flag & H_NOCLEAR) == 0 && !nvars) { in himport_r()
945 if (flag & H_NOCLEAR) in himport_r()
/openbmc/u-boot/board/sunxi/
H A Dboard.c762 spl->fel_uEnv_length, '\n', H_NOCLEAR, 0, 0, NULL); in parse_spl_header()
/openbmc/u-boot/cmd/
H A Dnvedit.c1143 if (!himport_r(&env_htab, ptr, size, sep, del ? 0 : H_NOCLEAR, in do_env_import()