Home
last modified time | relevance | path

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

/external/u-boot/include/
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 */
/external/u-boot/cmd/
Dnvedit.c174 grep_what = H_MATCH_KEY; in do_env_grep()
959 H_MATCH_KEY | H_MATCH_IDENT, in do_env_export()
979 H_MATCH_KEY | H_MATCH_IDENT, in do_env_export()
/external/u-boot/lib/
Dhashtable.c577 if (flag & H_MATCH_KEY) { in match_entry()