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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c374 #define DTRACE_HASHNEXT(hash, probe) \ macro
6623 nextp = DTRACE_HASHNEXT(hash, new);
6674 dtrace_probe_t **nextp = DTRACE_HASHNEXT(hash, probe);
6713 *(DTRACE_HASHNEXT(hash, *prevp)) = *nextp;
7141 probe = *(DTRACE_HASHNEXT(hash, probe))) {

Completed in 616 milliseconds