Home
last modified time | relevance | path

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

/u-boot/include/
A Dsearch.h111 #define H_NOCLEAR (1 << 0) /* do not clear hash table before importing */ macro
/u-boot/lib/
A Dhashtable.c829 flag |= H_NOCLEAR; in himport_r()
832 if ((flag & H_NOCLEAR) == 0 && !nvars) { in himport_r()
967 if (flag & H_NOCLEAR) in himport_r()
/u-boot/env/
A Dcommon.c104 flags |= H_NOCLEAR | H_DEFAULT; in env_set_default_vars()
/u-boot/board/sunxi/
A Dboard.c805 spl->fel_uEnv_length, '\n', H_NOCLEAR, 0, 0, NULL); in parse_spl_header()
/u-boot/cmd/
A Dnvedit.c1192 if (!himport_r(&env_htab, ptr, size, sep, del ? 0 : H_NOCLEAR, in do_env_import()

Completed in 8 milliseconds