Searched refs:atf_map_find (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dmap.h101 atf_map_iter_t atf_map_find(atf_map_t *, const char *);
H A Dmap_test.c124 atf_tc_set_md_var(tc, "descr", "Checks the atf_map_find function");
137 iter = atf_map_find(&map, "K0");
140 iter = atf_map_find(&map, "K1");
146 iter = atf_map_find(&map, "K1");
151 iter = atf_map_find(&map, "K2");
H A Dmap.c266 atf_map_find(atf_map_t *m, const char *key) function
357 iter = atf_map_find(m, key);

Completed in 11 milliseconds