Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/
H A Dmtag_map.schema1 CREATE TABLE mtag_map (container big int, container_offset int, tag big int, tag_offset int);
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_db.c407 void sql_insert_mtag_map(mtag_t container, int container_offset, mtag_t tag, int tag_offset) in sql_insert_mtag_map() argument
409 sql_insert(mtag_map, "%lld, %d, %lld, %d", container, container_offset, tag, tag_offset); in sql_insert_mtag_map()
H A Dsmatch.h1017 void sql_insert_mtag_map(mtag_t container, int container_offset, mtag_t tag, int tag_offset);