Home
last modified time | relevance | path

Searched refs:hexport_r (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/include/
H A Dsearch.h92 extern ssize_t hexport_r(struct hsearch_data *__htab,
/openbmc/u-boot/cmd/
H A Dnvedit.c102 len = hexport_r(&env_htab, '\n', flag, &res, 0, 0, NULL); in env_print()
196 len = hexport_r(&env_htab, '\n', in do_env_grep()
970 len = hexport_r(&env_htab, sep, in do_env_export()
991 len = hexport_r(&env_htab, '\0', in do_env_export()
H A Defidebug.c704 len = hexport_r(&env_htab, '\n', H_MATCH_REGEX | H_MATCH_KEY, in do_efi_boot_dump()
/openbmc/u-boot/env/
H A Dcommon.c208 len = hexport_r(&env_htab, '\0', 0, &res, ENV_SIZE, 0, NULL); in env_export()
/openbmc/u-boot/lib/efi_loader/
H A Defi_variable.c383 list_len = hexport_r(&env_htab, '\n', in efi_get_next_variable_name()
/openbmc/u-boot/lib/
H A Dhashtable.c595 ssize_t hexport_r(struct hsearch_data *htab, const char sep, int flag, in hexport_r() function