Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/
H A Dhashtable.c234 if (htab->change_ok != NULL && htab->change_ok( in _compare_and_overwrite_entry()
385 if (htab->change_ok != NULL && htab->change_ok( in hsearch_r()
458 if (htab->change_ok != NULL && in hdelete_r()
459 htab->change_ok(ep, NULL, env_op_delete, flag)) { in hdelete_r()
/OK3568_Linux_fs/u-boot/env/
H A Dcommon.c27 .change_ok = env_flags_validate,
292 env_htab.change_ok += gd->reloc_off; in env_relocate()
/OK3568_Linux_fs/u-boot/include/
H A Dsearch.h63 int (*change_ok)(const ENTRY *__item, const char *newval, enum env_op, member