Searched refs:himport_r (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/env/ |
| H A D | common.c | 86 if (himport_r(&env_htab, (char *)default_environment, in set_default_env() 105 return himport_r(&env_htab, (const char *)default_environment, in set_default_vars() 112 if (himport_r(&env_htab, (char *)vars, size, '\0', in set_board_env() 200 if (himport_r(&env_htab, (char *)ep->data, ENV_SIZE, '\0', 0, 0, in env_import()
|
| H A D | envf.c | 284 if (!himport_r(&env_htab, (char *)env->data, env_size, '\0', in envf_load()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | search.h | 101 extern int himport_r(struct hsearch_data *__htab,
|
| /rk3399_rockchip-uboot/board/sunxi/ |
| H A D | board.c | 672 himport_r(&env_htab, (char *)(uintptr_t)spl->fel_script_address, in parse_spl_header()
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | hashtable.c | 777 int himport_r(struct hsearch_data *htab, in himport_r() function
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | nvedit.c | 1482 if (himport_r(&env_htab, ptr, size, sep, del ? 0 : H_NOCLEAR, in do_env_import()
|