Home
last modified time | relevance | path

Searched refs:atf_map_begin (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/atf/atf-c/detail/
H A Dmap.h92 atf_map_iter_t atf_map_begin(atf_map_t *);
106 for (iter = atf_map_begin(map); \
H A Dmap.c222 atf_map_begin(atf_map_t *m) in atf_map_begin() function