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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_external.cpp36 TagData *tag_data = GetTagData(tag); local
37 return tag_data ? tag_data->object_type : nullptr;
41 TagData *tag_data = GetTagData(tag); local
42 return tag_data ? tag_data->header : nullptr;
/freebsd-11-stable/sys/netgraph/
H A Dng_tag.h52 uint8_t tag_data[0]; /* tag data */ member in struct:ng_tag_hookin
61 uint8_t tag_data[0]; /* tag data */ member in struct:ng_tag_hookout
79 { "tag_data", (tdtype) }, \
88 { "tag_data", (tdtype) }, \
H A Dng_tag.c126 /* Parse types for the field 'tag_data' in structs ng_tag_hookin and out. */
134 (buf - offsetof(struct ng_tag_hookin, tag_data));
145 (buf - offsetof(struct ng_tag_hookout, tag_data));
684 hip->in_tag_data = (void*)(hip->in->tag_data);
713 hip->out_tag_data = (void*)(hip->out->tag_data);
/freebsd-11-stable/contrib/mdocml/
H A Dtag.c43 static struct ohash tag_data; variable in typeref:struct:ohash
104 mandoc_ohash_init(&tag_data, 4, offsetof(struct tag_entry, s));
142 slot = ohash_qlookup(&tag_data, s);
143 entry = ohash_find(&tag_data, slot);
154 ohash_insert(&tag_data, slot, entry);
203 entry = ohash_first(&tag_data, &slot);
211 entry = ohash_next(&tag_data, &slot);
213 ohash_delete(&tag_data);
/freebsd-11-stable/sys/dev/sfxge/common/
H A Def10_nvram.c1553 __in_bcount(tag_size) caddr_t tag_data,
1581 (uint8_t *)tag_data, tag_size)) != 0)
1591 (uint8_t *)tag_data, tag_size)) != 0) {
H A Def10_impl.h359 __in_bcount(tag_size) caddr_t tag_data, variable

Completed in 130 milliseconds