Home
last modified time | relevance | path

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

/u-boot-v2022.01-rc1/include/
A Dsearch.h115 #define H_MATCH_KEY (1 << 4) /* search/grep key = variable names */ macro
117 #define H_MATCH_BOTH (H_MATCH_KEY | H_MATCH_DATA) /* search/grep both */
/u-boot-v2022.01-rc1/cmd/
A Dnvedit.c189 grep_what = H_MATCH_KEY; in do_env_grep()
827 H_MATCH_KEY | H_MATCH_IDENT, in do_env_export()
848 H_MATCH_KEY | H_MATCH_IDENT, in do_env_export()
/u-boot-v2022.01-rc1/lib/
A Dhashtable.c598 if (flag & H_MATCH_KEY) { in match_entry()

Completed in 8 milliseconds