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

/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dfasttrap.c2265 uint64_t noffs; local
2270 if (copyin(arg + __offsetof(fasttrap_probe_spec_t, ftps_noffs), &noffs,
2277 if (noffs == 0)
2281 * We want to check the number of noffs before doing
2284 if (noffs > ((1024 * 1024) - sizeof(fasttrap_probe_spec_t)) / sizeof(probe->ftps_offs[0]))
2288 sizeof (probe->ftps_offs[0]) * (noffs - 1);
2293 probe->ftps_noffs != noffs) {

Completed in 22 milliseconds