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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c14086 dof_stridx_t typeidx; local
14241 typeidx = probe->dofpr_nargv;
14244 if (typeidx >= str_sec->dofs_size) {
14256 typeidx += VBDTCAST(dof_stridx_t)typesz;
14260 typeidx = probe->dofpr_xargv;
14269 if (typeidx >= str_sec->dofs_size) {
14282 typeidx += VBDTCAST(dof_stridx_t)typesz;

Completed in 84 milliseconds