Searched refs:map_get (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/usr.sbin/btrace/ |
| H A D | btrace.h | 51 struct bt_arg *map_get(struct map *, const char *);
|
| H A D | map.c | 114 map_get(struct map *map, const char *key) in map_get() function 218 ba = map_get(&hist->hmap, bucket); in hist_increment()
|
| H A D | btrace.c | 1070 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()
|