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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_dis.c107 if (dvp->dtdv_id == id && dvp->dtdv_scope == scope) {
491 v->dtdv_id, kind, scope, flags + 1,
H A Ddt_as.c113 dvp->dtdv_id = idp->di_id;
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/sys/
H A Ddtrace.h359 uint32_t dtdv_id; /* variable reference identifier */ member in struct:dtrace_difv
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c8560 if ((id = v->dtdv_id) > DIF_VARIABLE_MAX) {
8617 if (existing == NULL || existing->dtdv_id == 0)
8620 ASSERT(existing->dtdv_id == v->dtdv_id);
8815 switch (v->dtdv_id) {
8866 if (v->dtdv_id != DIF_VAR_VTIMESTAMP)
8997 if (v->dtdv_id == id && v->dtdv_scope == scope) {
9038 if ((id = v->dtdv_id) < DIF_VAR_OTHER_UBASE)
9219 if ((id = v->dtdv_id) < DIF_VAR_OTHER_UBASE)
9264 if (v->dtdv_id !
[all...]

Completed in 4599 milliseconds