Home
last modified time | relevance | path

Searched refs:env_htab (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/u-boot/env/
H A Dcommon.c26 struct hsearch_data env_htab = { variable
86 if (himport_r(&env_htab, (char *)default_environment, in set_default_env()
105 return himport_r(&env_htab, (const char *)default_environment, in set_default_vars()
112 if (himport_r(&env_htab, (char *)vars, size, '\0', in set_board_env()
200 if (himport_r(&env_htab, (char *)ep->data, ENV_SIZE, '\0', 0, 0, in env_import()
268 len = hexport_r(&env_htab, '\0', 0, &res, ENV_SIZE, 0, NULL); in env_export()
292 env_htab.change_ok += gd->reloc_off; in env_relocate()
317 while ((idx = hmatch_r(var, idx, &match, &env_htab))) { in env_complete()
H A Dcallback.c101 hsearch_r(e, FIND, &ep, &env_htab, 0); in set_callback()
127 hwalk_r(&env_htab, clear_callback); in on_callbacks()
H A Denvf.c271 if (!himport_r(&env_htab, (char *)env->data, env_size, '\0', in envf_load()
297 len = hexport_r(&env_htab, '\0', H_MATCH_KEY | H_MATCH_IDENT, in envf_save()
H A Dflags.c461 hsearch_r(e, FIND, &ep, &env_htab, 0); in set_flags()
480 hwalk_r(&env_htab, clear_flags); in on_flags()
/OK3568_Linux_fs/u-boot/cmd/
H A Dnvedit.c96 hsearch_r(e, FIND, &ep, &env_htab, flag); in env_print()
104 len = hexport_r(&env_htab, '\n', flag, &res, 0, 0, NULL); in env_print()
193 len = hexport_r(&env_htab, '\n', in do_env_grep()
248 int rc = hdelete_r(name, &env_htab, env_flag); in _do_env_set()
275 hsearch_r(e, ENTER, &ep, &env_htab, env_flag); in _do_env_set()
891 hwalk_r(&env_htab, print_active_callback); in do_env_callback()
964 hwalk_r(&env_htab, print_active_flags); in do_env_flags()
1024 hsearch_r(e, FIND, &ep, &env_htab, 0); in env_get()
1203 if (!hdelete_r(name, &env_htab, env_flag)) in do_env_delete()
1325 len = hexport_r(&env_htab, sep, in do_env_export()
[all …]
/OK3568_Linux_fs/u-boot/api/
H A Dapi.c517 i = hsearch_r(search, FIND, &match, &env_htab, 0); in API_env_enum()
525 i = hmatch_r("", i, &match, &env_htab); in API_env_enum()
/OK3568_Linux_fs/u-boot/include/
H A Denvironment.h293 extern struct hsearch_data env_htab;
/OK3568_Linux_fs/u-boot/board/sunxi/
H A Dboard.c672 himport_r(&env_htab, (char *)(uintptr_t)spl->fel_script_address, in parse_spl_header()
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.map
H A Du-boot.sym
/OK3568_Linux_fs/u-boot/spl/
H A Du-boot-spl.map