Home
last modified time | relevance | path

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

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