Home
last modified time | relevance | path

Searched refs:himport_r (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/env/
Dcommon.c83 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/
Dsearch.h100 extern int himport_r(struct hsearch_data *__htab,
/external/u-boot/board/sunxi/
Dboard.c677 himport_r(&env_htab, (char *)(uintptr_t)spl->fel_script_address, in parse_spl_header()
/external/u-boot/lib/
Dhashtable.c776 int himport_r(struct hsearch_data *htab, in himport_r() function
/external/u-boot/cmd/
Dnvedit.c1115 if (himport_r(&env_htab, ptr, size, sep, del ? 0 : H_NOCLEAR, in do_env_import()