Searched refs:himport_r (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/env/ |
H A D | common.c | 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()
|
/openbmc/u-boot/include/ |
H A D | search.h | 100 extern int himport_r(struct hsearch_data *__htab,
|
/openbmc/u-boot/lib/ |
H A D | hashtable.c | 785 int himport_r(struct hsearch_data *htab, in himport_r() function
|
/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()
|
/openbmc/u-boot/cmd/ |
H A D | nvedit.c | 1143 if (!himport_r(&env_htab, ptr, size, sep, del ? 0 : H_NOCLEAR, in do_env_import()
|