Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/btrace/
Dbtrace.c760 if (ba->ba_type != B_AT_MAP && ba->ba_type != B_AT_HIST) in rule_printmaps()
767 if (ba->ba_type == B_AT_MAP) in rule_printmaps()
1026 assert(bmap->ba_type == B_AT_MAP); in stmt_delete()
1056 assert(bmap->ba_type == B_AT_MAP); in stmt_insert()
1179 case B_AT_MAP: in stmt_store()
1593 case B_AT_MAP: in ba_name()
1674 assert(ba->ba_type == B_AT_VAR || ba->ba_type == B_AT_MAP || in ba_name()
1690 if (ba->ba_type == B_AT_MAP) { in ba_name()
1722 case B_AT_MAP: in ba2long()
1856 case B_AT_MAP: in ba2str()
[all …]
Dbt_parser.h128 B_AT_MAP, /* global map (@map[]) */ enumerator
Dbt_parse.y664 ba = ba_new(bg_get(mname), B_AT_MAP); in bm_insert()
676 ba = ba_new(bg_get(vname), B_AT_MAP); in bm_find()