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

/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c316 #define DTRACE_HASHNEXT(hash, probe) \ macro
7561 nextp = DTRACE_HASHNEXT(hash, new);
7612 dtrace_probe_t **nextp = DTRACE_HASHNEXT(hash, probe);
7651 *(DTRACE_HASHNEXT(hash, *prevp)) = *nextp;
8075 probe = *(DTRACE_HASHNEXT(hash, probe))) {

Completed in 79 milliseconds