Home
last modified time | relevance | path

Searched refs:dn_bitoff (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_parser.h54 ulong_t dn_bitoff; /* Offset to the start of the CTF type */ member
H A Ddt_parser.c521 dnp->dn_bitoff = 0; in dt_node_xalloc()
713 dnp->dn_bitoff = bitoff; in dt_node_type_assign_member()
731 dst->dn_bitoff = src->dn_bitoff; in dt_node_type_propagate()
1406 dnp->dn_bitoff = 0; in dt_node_vatype()
H A Ddt_ident.c270 isp->dis_args[i].dn_bitoff = 0; in dt_idcook_func()
H A Ddt_cg.c170 uint_t nbits = e.cte_bits + (dnp->dn_bitoff % NBBY); in dt_cg_load()