Home
last modified time | relevance | path

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

/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c415 #define DTRACE_HASHNEXT(hash, probe) \ macro
8129 nextp = DTRACE_HASHNEXT(hash, new);
8180 dtrace_probe_t **nextp = DTRACE_HASHNEXT(hash, probe);
8219 *(DTRACE_HASHNEXT(hash, *prevp)) = *nextp;
8642 probe = *(DTRACE_HASHNEXT(hash, probe))) {