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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c9429 uint64_t uarg, uint64_t arg)
9439 act->dtad_uarg = uarg;
11479 dtrace_dof_copyin(uintptr_t uarg, int *errp) argument
11488 if (copyin((void *)uarg, &hdr, sizeof (hdr)) != 0) {
11512 if (copyin((void *)uarg, dof, hdr.dofh_loadsz) != 0 ||
9428 dtrace_actdesc_create(dtrace_actkind_t kind, uint32_t ntuple, uint64_t uarg, uint64_t arg) argument

Completed in 81 milliseconds