Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dsearch.h113 #define H_MATCH_KEY (1 << 4) /* search/grep key = variable names */ macro
115 #define H_MATCH_BOTH (H_MATCH_KEY | H_MATCH_DATA) /* search/grep both */
/openbmc/u-boot/cmd/
H A Dnvedit.c179 grep_what = H_MATCH_KEY; in do_env_grep()
971 H_MATCH_KEY | H_MATCH_IDENT, in do_env_export()
992 H_MATCH_KEY | H_MATCH_IDENT, 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/lib/efi_loader/
H A Defi_variable.c384 H_MATCH_REGEX | H_MATCH_KEY, in efi_get_next_variable_name()
/openbmc/u-boot/lib/
H A Dhashtable.c583 if (flag & H_MATCH_KEY) { in match_entry()