Home
last modified time | relevance | path

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

/external/u-boot/include/
Dsearch.h114 #define H_MATCH_DATA (1 << 5) /* search/grep data = variable values */ macro
115 #define H_MATCH_BOTH (H_MATCH_KEY | H_MATCH_DATA) /* search/grep both */
/external/u-boot/lib/
Dhashtable.c581 if (flag & H_MATCH_DATA) { in match_entry()
/external/u-boot/cmd/
Dnvedit.c177 grep_what = H_MATCH_DATA; in do_env_grep()