Searched refs:himport_r (Results 1 – 5 of 5) sorted by relevance
/u-boot/env/ |
A D | common.c | 86 if (himport_r(&env_htab, (char *)default_environment, in env_set_default() 105 return himport_r(&env_htab, (const char *)default_environment, in env_set_default_vars() 129 if (himport_r(&env_htab, (char *)ep->data, ENV_SIZE, '\0', flags, 0, in env_import()
|
/u-boot/include/ |
A D | search.h | 102 int himport_r(struct hsearch_data *htab, const char *env, size_t size,
|
/u-boot/lib/ |
A D | hashtable.c | 800 int himport_r(struct hsearch_data *htab, in himport_r() function
|
/u-boot/board/sunxi/ |
A D | board.c | 804 himport_r(&env_htab, (char *)(uintptr_t)spl->fel_script_address, in parse_spl_header()
|
/u-boot/cmd/ |
A D | nvedit.c | 1192 if (!himport_r(&env_htab, ptr, size, sep, del ? 0 : H_NOCLEAR, in do_env_import()
|
Completed in 9 milliseconds