Searched refs:fasttrap_probe_spec_t (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dfasttrap.h86 } fasttrap_probe_spec_t; typedef in typeref:struct:fasttrap_probe_spec
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Dfasttrap.c1665 fasttrap_add_probe(fasttrap_probe_spec_t *pdata)
2179 fasttrap_probe_spec_t *uprobe = (void *)arg;
2180 fasttrap_probe_spec_t *probe;
2205 if (noffs > ((1024 * 1024) - sizeof(fasttrap_probe_spec_t)) / sizeof(probe->ftps_offs[0]))
2208 size = sizeof (fasttrap_probe_spec_t) +

Completed in 27 milliseconds