Searched refs:hexport_r (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/include/ |
H A D | search.h | 92 extern ssize_t hexport_r(struct hsearch_data *__htab,
|
/openbmc/u-boot/cmd/ |
H A D | nvedit.c | 102 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 D | efidebug.c | 704 len = hexport_r(&env_htab, '\n', H_MATCH_REGEX | H_MATCH_KEY, in do_efi_boot_dump()
|
/openbmc/u-boot/env/ |
H A D | common.c | 208 len = hexport_r(&env_htab, '\0', 0, &res, ENV_SIZE, 0, NULL); in env_export()
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_variable.c | 383 list_len = hexport_r(&env_htab, '\n', in efi_get_next_variable_name()
|
/openbmc/u-boot/lib/ |
H A D | hashtable.c | 595 ssize_t hexport_r(struct hsearch_data *htab, const char sep, int flag, in hexport_r() function
|