Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/btrace/
H A Dbtrace.h51 struct bt_arg *map_get(struct map *, const char *);
H A Dmap.c114 map_get(struct map *map, const char *key) in map_get() function
218 ba = map_get(&hist->hmap, bucket); in hist_increment()
H A Dbtrace.c1070 val = ba2long(map_get(map, hash), NULL); in stmt_print()
1075 val = ba2long(map_get(map, hash), NULL); in stmt_print()
1080 val = ba2long(map_get(map, hash), NULL);
1085 val = ba2long(map_get(map, hash), NULL);
1186 bv->bv_value = map_get(map, ba2hash(ba->ba_key, dtev));
1727 val = ba2long(map_get((struct map *)bv->bv_value, in ba2str()
1863 str = ba2str(map_get((struct map *)bv->bv_value, in ba2flags()