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

/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c388 #define DTRACE_HASHNEXT(hash, probe) \ macro
6921 nextp = DTRACE_HASHNEXT(hash, new);
6972 dtrace_probe_t **nextp = DTRACE_HASHNEXT(hash, probe);
7011 *(DTRACE_HASHNEXT(hash, *prevp)) = *nextp;
7434 probe = *(DTRACE_HASHNEXT(hash, probe))) {

Completed in 114 milliseconds