Searched refs:env_htab (Results 1 – 9 of 9) sorted by relevance
/openbmc/u-boot/env/ |
H A D | common.c | 25 struct hsearch_data env_htab = { variable 79 if (himport_r(&env_htab, (char *)default_environment, in set_default_env() 98 return himport_r(&env_htab, (const char *)default_environment, in set_default_vars() 122 if (himport_r(&env_htab, (char *)ep->data, ENV_SIZE, '\0', 0, 0, in env_import() 208 len = hexport_r(&env_htab, '\0', 0, &res, ENV_SIZE, 0, NULL); in env_export() 228 env_htab.change_ok += gd->reloc_off; in env_relocate() 276 while ((idx = hmatch_r(var, idx, &match, &env_htab))) { in env_complete()
|
H A D | callback.c | 100 hsearch_r(e, FIND, &ep, &env_htab, 0); in set_callback() 126 hwalk_r(&env_htab, clear_callback); in on_callbacks()
|
H A D | flags.c | 460 hsearch_r(e, FIND, &ep, &env_htab, 0); in set_flags() 479 hwalk_r(&env_htab, clear_flags); in on_flags()
|
/openbmc/u-boot/cmd/ |
H A D | nvedit.c | 94 hsearch_r(e, FIND, &ep, &env_htab, flag); in env_print() 196 len = hexport_r(&env_htab, '\n', in do_env_grep() 257 int rc = hdelete_r(name, &env_htab, env_flag); in _do_env_set() 284 hsearch_r(e, ENTER, &ep, &env_htab, env_flag); in _do_env_set() 543 hwalk_r(&env_htab, print_active_callback); in do_env_callback() 616 hwalk_r(&env_htab, print_active_flags); in do_env_flags() 676 hsearch_r(e, FIND, &ep, &env_htab, 0); in env_get() 857 if (!hdelete_r(name, &env_htab, env_flag)) in do_env_delete() 970 len = hexport_r(&env_htab, sep, in do_env_export() 991 len = hexport_r(&env_htab, '\0', in do_env_export() [all …]
|
H A D | efidebug.c | 704 len = hexport_r(&env_htab, '\n', H_MATCH_REGEX | H_MATCH_KEY, in do_efi_boot_dump()
|
/openbmc/u-boot/include/ |
H A D | environment.h | 256 extern struct hsearch_data env_htab;
|
/openbmc/u-boot/api/ |
H A D | api.c | 516 i = hsearch_r(search, FIND, &match, &env_htab, 0); in API_env_enum() 524 i = hmatch_r("", i, &match, &env_htab); in API_env_enum()
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_variable.c | 383 list_len = hexport_r(&env_htab, '\n', in efi_get_next_variable_name()
|
/openbmc/u-boot/board/sunxi/ |
H A D | board.c | 761 himport_r(&env_htab, (char *)(uintptr_t)spl->fel_script_address, in parse_spl_header()
|