Searched refs:xnp (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_ident.c315 dt_node_t tag, *nnp, *xnp; local
360 xnp = prp->pr_xargv[ap->dn_value];
363 if (xnp->dn_type == CTF_ERR) {
374 nnp == xnp || dt_node_is_argcompat(nnp, xnp))) {
387 nnp, xnp, DT_XLATE_FUZZY)) != NULL || (
389 xnp, DT_XLATE_EXACT | DT_XLATE_EXTERN)) != NULL) {
391 xidp = dt_xlator_ident(dxp, xnp->dn_ctfp, xnp->dn_type);
418 dt_node_type_name(xnp, n
[all...]
H A Ddt_provider.c173 dt_probe_argmap(dt_node_t *xnp, dt_node_t *nnp) argument
179 strcmp(nnp->dn_string, xnp->dn_string) == 0)
H A Ddt_parser.c4320 dt_node_t *xnp = prp->pr_xargv[i]; local
4324 nnp, xnp, DT_XLATE_FUZZY)) != NULL) {
4330 if (dt_node_is_argcompat(nnp, xnp))
4337 dt_node_type_name(xnp, n2, sizeof (n2)));

Completed in 27 milliseconds