Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libdtrace/common/
H A Ddt_xlator.h72 #define DT_XLATE_EXACT 0x1 /* lookup only exact type matches */ macro
H A Ddt_xlator.c309 if (flags & DT_XLATE_EXACT) in dt_xlator_lookup()
H A Ddt_ident.c393 xnp, DT_XLATE_EXACT | DT_XLATE_EXTERN)) != NULL) { in dt_idcook_args()
H A Ddt_parser.c2472 if (dt_xlator_lookup(dtp, &sn, &dn, DT_XLATE_EXACT) != NULL) { in dt_node_xlator()