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

/xnu-2422.115.4/bsd/sys/
H A Dfasttrap_impl.h114 fasttrap_probe_type_t fti_ptype; /* probe type */ member in struct:fasttrap_id
/xnu-2422.115.4/bsd/dev/dtrace/
H A Dfasttrap.c656 switch (id->fti_ptype) {
733 switch (id->fti_ptype) {
755 if (fasttrap_tracepoint_init(p, new_tp, pc, id->fti_ptype) == 0)
799 switch (id->fti_ptype) {
1839 pp->ftp_tps[0].fit_id.fti_ptype = pdata->ftps_probe_type;
1905 pp->ftp_tps[i].fit_id.fti_ptype = pdata->ftps_probe_type;
2171 pp->ftp_tps[i].fit_id.fti_ptype = DTFTP_POST_OFFSETS;
2173 pp->ftp_tps[i].fit_id.fti_ptype = DTFTP_OFFSETS;
2211 pp->ftp_tps[i].fit_id.fti_ptype = DTFTP_IS_ENABLED;
/xnu-2422.115.4/bsd/dev/i386/
H A Dfasttrap_isa.c1059 } else if (id->fti_ptype == DTFTP_ENTRY) {
1071 } else if (id->fti_ptype == DTFTP_IS_ENABLED) {
1601 } else if (id->fti_ptype == DTFTP_ENTRY) {
1614 } else if (id->fti_ptype == DTFTP_IS_ENABLED) {

Completed in 84 milliseconds