Home
last modified time | relevance | path

Searched refs:tag_data (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/mandoc/
H A Dtag.c46 static struct ohash tag_data; variable
117 mandoc_ohash_init(&tag_data, 4, offsetof(struct tag_entry, s)); in tag_init()
166 slot = ohash_qlookupi(&tag_data, s, &se); in tag_put()
167 entry = ohash_find(&tag_data, slot); in tag_put()
178 ohash_insert(&tag_data, slot, entry); in tag_put()
232 if (tag_files.tagname != NULL && ohash_find(&tag_data, in tag_write()
233 ohash_qlookup(&tag_data, tag_files.tagname)) == NULL) { in tag_write()
240 entry = ohash_first(&tag_data, &slot); in tag_write()
251 entry = ohash_next(&tag_data, &slot); in tag_write()
253 ohash_delete(&tag_data); in tag_write()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_external.cc37 TagData *tag_data = GetTagData(tag); in GetObjectTypeFromTag() local
38 return tag_data ? tag_data->object_type : nullptr; in GetObjectTypeFromTag()
42 TagData *tag_data = GetTagData(tag); in GetReportHeaderFromTag() local
43 return tag_data ? tag_data->header : nullptr; in GetReportHeaderFromTag()
/freebsd-12.1/sys/netgraph/
H A Dng_tag.h54 uint8_t tag_data[0]; /* tag data */ member
63 uint8_t tag_data[0]; /* tag data */ member
H A Dng_tag.c136 (buf - offsetof(struct ng_tag_hookin, tag_data)); in ng_tag_hookinary_getLength()
147 (buf - offsetof(struct ng_tag_hookout, tag_data)); in ng_tag_hookoutary_getLength()
688 hip->in_tag_data = (void*)(hip->in->tag_data); in ng_tag_setdata_in()
717 hip->out_tag_data = (void*)(hip->out->tag_data); in ng_tag_setdata_out()
/freebsd-12.1/sys/dev/sfxge/common/
H A Def10_nvram.c1553 __in_bcount(tag_size) caddr_t tag_data, in ef10_nvram_buf_write_tlv()
1581 (uint8_t *)tag_data, tag_size)) != 0) in ef10_nvram_buf_write_tlv()
1591 (uint8_t *)tag_data, tag_size)) != 0) { in ef10_nvram_buf_write_tlv()
H A Def10_impl.h359 __in_bcount(tag_size) caddr_t tag_data,