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

/freebsd-12-stable/contrib/mandoc/
H A Dtag.c46 static struct ohash tag_data; variable in typeref:struct:ohash
117 mandoc_ohash_init(&tag_data, 4, offsetof(struct tag_entry, s));
166 slot = ohash_qlookupi(&tag_data, s, &se);
167 entry = ohash_find(&tag_data, slot);
178 ohash_insert(&tag_data, slot, entry);
232 if (tag_files.tagname != NULL && ohash_find(&tag_data,
233 ohash_qlookup(&tag_data, tag_files.tagname)) == NULL) {
240 entry = ohash_first(&tag_data, &slot);
251 entry = ohash_next(&tag_data, &slot);
253 ohash_delete(&tag_data);
[all...]
/freebsd-12-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-12-stable/sys/netgraph/
H A Dng_tag.h54 uint8_t tag_data[0]; /* tag data */ member in struct:ng_tag_hookin
63 uint8_t tag_data[0]; /* tag data */ member in struct:ng_tag_hookout
81 { "tag_data", (tdtype) }, \
90 { "tag_data", (tdtype) }, \
H A Dng_tag.c128 /* Parse types for the field 'tag_data' in structs ng_tag_hookin and out. */
136 (buf - offsetof(struct ng_tag_hookin, tag_data));
147 (buf - offsetof(struct ng_tag_hookout, tag_data));
686 hip->in_tag_data = (void*)(hip->in->tag_data);
715 hip->out_tag_data = (void*)(hip->out->tag_data);
/freebsd-12-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 190 milliseconds