Home
last modified time | relevance | path

Searched refs:inh_value (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_inttab.c74 if (hp->inh_value == value && hp->inh_flags == flags) in dt_inttab_insert()
84 hp->inh_value = value; in dt_inttab_insert()
112 *dst++ = hp->inh_value; in dt_inttab_write()
H A Ddt_inttab.h39 uint64_t inh_value; /* value associated with this element */ member