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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c377 #define DTRACE_HASHPREV(hash, probe) \ macro
6624 ASSERT(*nextp == NULL && *(DTRACE_HASHPREV(hash, new)) == NULL);
6628 prevp = DTRACE_HASHPREV(hash, bucket->dthb_chain);
6673 dtrace_probe_t **prevp = DTRACE_HASHPREV(hash, probe);
6717 *(DTRACE_HASHPREV(hash, *nextp)) = *prevp;

Completed in 85 milliseconds