Searched refs:himport_r (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/env/ |
D | common.c | 83 if (himport_r(&env_htab, (char *)default_environment, in set_default_env() 100 return himport_r(&env_htab, (const char *)default_environment, in set_default_vars() 124 if (himport_r(&env_htab, (char *)ep->data, ENV_SIZE, '\0', 0, 0, in env_import()
|
/external/u-boot/include/ |
D | search.h | 100 extern int himport_r(struct hsearch_data *__htab,
|
/external/u-boot/board/sunxi/ |
D | board.c | 677 himport_r(&env_htab, (char *)(uintptr_t)spl->fel_script_address, in parse_spl_header()
|
/external/u-boot/lib/ |
D | hashtable.c | 776 int himport_r(struct hsearch_data *htab, in himport_r() function
|
/external/u-boot/cmd/ |
D | nvedit.c | 1115 if (himport_r(&env_htab, ptr, size, sep, del ? 0 : H_NOCLEAR, in do_env_import()
|