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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/sys/
H A Ddtrace.h1327 * dtps_getargval() <-- Get the value for an argX or args[X] variable
1548 * 1.9 uint64_t dtps_getargval(void *arg, dtrace_id_t id, void *parg,
1983 uint64_t (*dtps_getargval)(void *arg, dtrace_id_t id, void *parg, member in struct:dtrace_pops
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c2810 if (pv->dtpv_pops.dtps_getargval != NULL)
2811 val = pv->dtpv_pops.dtps_getargval(pv->dtpv_arg,

Completed in 84 milliseconds