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

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace.c351 #define DTRACE_HASHNEXT(hash, probe) \ macro
6121 nextp = DTRACE_HASHNEXT(hash, new);
6172 dtrace_probe_t **nextp = DTRACE_HASHNEXT(hash, probe);
6211 *(DTRACE_HASHNEXT(hash, *prevp)) = *nextp;
6636 probe = *(DTRACE_HASHNEXT(hash, probe))) {

Completed in 28 milliseconds