Home
last modified time | relevance | path

Searched refs:dthpb_args (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/bsd/dev/dtrace/
H A Dfasttrap.c2341 if (dhpb->dthpb_args[i] != i) { in fasttrap_meta_create_probe()
2342 pp->ftp_argmap = dhpb->dthpb_args; in fasttrap_meta_create_probe()
H A Ddtrace.c9449 dhpb.dthpb_args = arg + probe->dofpr_argidx; in dtrace_helper_provide_one()
/xnu-11215/bsd/sys/
H A Ddtrace.h2475 uint8_t *dthpb_args; /* argument mapping array */ member