Home
last modified time | relevance | path

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

/u-boot/env/
A Dcommon.c86 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 Dsearch.h102 int himport_r(struct hsearch_data *htab, const char *env, size_t size,
/u-boot/lib/
A Dhashtable.c800 int himport_r(struct hsearch_data *htab, in himport_r() function
/u-boot/board/sunxi/
A Dboard.c804 himport_r(&env_htab, (char *)(uintptr_t)spl->fel_script_address, in parse_spl_header()
/u-boot/cmd/
A Dnvedit.c1192 if (!himport_r(&env_htab, ptr, size, sep, del ? 0 : H_NOCLEAR, in do_env_import()

Completed in 9 milliseconds