Searched refs:tag_data (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/mandoc/ |
H A D | tag.c | 50 static struct ohash tag_data; variable 60 mandoc_ohash_init(&tag_data, 4, offsetof(struct tag_entry, s)); in tag_alloc() 69 if (tag_data.info.free == NULL) in tag_free() 71 entry = ohash_first(&tag_data, &slot); in tag_free() 75 entry = ohash_next(&tag_data, &slot); in tag_free() 77 ohash_delete(&tag_data); in tag_free() 78 tag_data.info.free = NULL; in tag_free() 133 slot = ohash_qlookupi(&tag_data, s, &se); in tag_put() 134 entry = ohash_find(&tag_data, slot); in tag_put() 144 ohash_insert(&tag_data, slot, entry); in tag_put() [all …]
|
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | mem_cache.c | 562 uint64_t tag_data; in mem_cache_ioctl_ops() local 649 tag_addr, (uint64_t)(&tag_data)); in mem_cache_ioctl_ops() 650 state = tag_data & CH_ECSTATE_MASK; in mem_cache_ioctl_ops() 654 tag_data); in mem_cache_ioctl_ops() 708 tag_addr, (uint64_t)(&tag_data)); in mem_cache_ioctl_ops() 709 state = tag_data & CH_ECSTATE_MASK; in mem_cache_ioctl_ops() 739 tag_addr, (uint64_t)(&tag_data)); in mem_cache_ioctl_ops() 740 state = tag_data & CH_ECSTATE_MASK; in mem_cache_ioctl_ops() 776 tag_addr, (uint64_t)(&tag_data)); in mem_cache_ioctl_ops() 777 state = tag_data & CH_ECSTATE_MASK; in mem_cache_ioctl_ops()
|
H A D | panther_asm.S | 558 ldxa [%g1]ASI_L2_TAG, %g4 ! save tag_data 569 ldxa [%g1]ASI_EC_DIAG, %g4 ! save tag_data
|
/illumos-gate/usr/src/uts/common/io/sfxge/common/ |
H A D | ef10_nvram.c | 1521 __in_bcount(tag_size) caddr_t tag_data, in ef10_nvram_buf_write_tlv() 1549 (uint8_t *)tag_data, tag_size)) != 0) in ef10_nvram_buf_write_tlv() 1559 (uint8_t *)tag_data, tag_size)) != 0) { in ef10_nvram_buf_write_tlv()
|
H A D | ef10_impl.h | 338 __in_bcount(tag_size) caddr_t tag_data,
|