Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dfasttrap_impl.h127 uint8_t *ftp_argmap; /* native to translated args */ member
/xnu-12377.41.6/bsd/dev/i386/
H A Dfasttrap_isa.c788 x = probe->ftp_argmap[i]; in fasttrap_usdt_args64()
811 x = probe->ftp_argmap[i]; in fasttrap_usdt_args32()
1082 } else if (probe->ftp_argmap == NULL) { in fasttrap_pid_probe32()
1629 } else if (probe->ftp_argmap == NULL) { in fasttrap_pid_probe64()
/xnu-12377.41.6/bsd/dev/arm64/
H A Dfasttrap_isa.c306 x = probe->ftp_argmap[i];
1053 } else if (probe->ftp_argmap == NULL) {
/xnu-12377.41.6/bsd/dev/dtrace/
H A Dfasttrap.c1374 ndx = (probe->ftp_argmap != NULL) ? in fasttrap_pid_getargdesc()
1375 probe->ftp_argmap[desc->dtargd_ndx] : desc->dtargd_ndx; in fasttrap_pid_getargdesc()
2342 pp->ftp_argmap = dhpb->dthpb_args; in fasttrap_meta_create_probe()