| /OK3568_Linux_fs/u-boot/env/ |
| H A D | common.c | 26 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 D | callback.c | 101 hsearch_r(e, FIND, &ep, &env_htab, 0); in set_callback() 127 hwalk_r(&env_htab, clear_callback); in on_callbacks()
|
| H A D | envf.c | 271 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 D | flags.c | 461 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 D | nvedit.c | 96 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 D | api.c | 517 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 D | environment.h | 293 extern struct hsearch_data env_htab;
|
| /OK3568_Linux_fs/u-boot/board/sunxi/ |
| H A D | board.c | 672 himport_r(&env_htab, (char *)(uintptr_t)spl->fel_script_address, in parse_spl_header()
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | System.map | |
| H A D | u-boot.map | |
| H A D | u-boot.sym | |
| /OK3568_Linux_fs/u-boot/spl/ |
| H A D | u-boot-spl.map | |