Home
last modified time | relevance | path

Searched refs:change_ok (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/lib/
H A Dhashtable.c236 if (htab->change_ok != NULL && htab->change_ok( in _compare_and_overwrite_entry()
391 if (htab->change_ok != NULL && htab->change_ok( in hsearch_r()
464 if (htab->change_ok != NULL && in hdelete_r()
465 htab->change_ok(ep, NULL, env_op_delete, flag)) { in hdelete_r()
/openbmc/u-boot/env/
H A Dcommon.c26 .change_ok = env_flags_validate,
228 env_htab.change_ok += gd->reloc_off; in env_relocate()
/openbmc/u-boot/include/
H A Dsearch.h62 int (*change_ok)(const ENTRY *__item, const char *newval, enum env_op, member