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

/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_provider.c540 uint_t *noffs, *maxoffs; local
590 noffs = &pip->pi_nenoffs;
594 noffs = &pip->pi_noffs;
598 if (*noffs == *maxoffs) {
617 assert(*noffs < *maxoffs);
618 (*offs)[(*noffs)++] = offset;
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dfasttrap.c2284 uint64_t noffs; local
2288 if (copyin(&uprobe->ftps_noffs, &noffs,
2295 if (noffs == 0)
2299 sizeof (probe->ftps_offs[0]) * (noffs - 1);
2307 probe->ftps_noffs != noffs) {

Completed in 100 milliseconds