Searched refs:arg4 (Results 1 - 25 of 34) sorted by relevance

12

/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dj_classflow.d81 this->method = (char *)copyin(arg3, arg4 + 1);
82 this->method[arg4] = '\0';
93 this->method = (char *)copyin(arg3, arg4 + 1);
94 this->method[arg4] = '\0';
H A Dj_flow.d67 this->method = (char *)copyin(arg3, arg4 + 1);
68 this->method[arg4] = '\0';
80 this->method = (char *)copyin(arg3, arg4 + 1);
81 this->method[arg4] = '\0';
H A Dj_methodcalls.d49 this->method = (char *)copyin(arg3, arg4 + 1);
50 this->method[arg4] = '\0';
H A Dj_syscalls.d50 this->method = (char *)copyin(arg3, arg4 + 1);
51 this->method[arg4] = '\0';
H A Dmmapfiles.d43 /(int)arg4 > 0/
48 this->filep = curthread->t_procp->p_user.u_finfo.fi_list[arg4].uf_file;
H A Dj_flowtime.d78 this->method = (char *)copyin(arg3, arg4 + 1);
79 this->method[arg4] = '\0';
93 this->method = (char *)copyin(arg3, arg4 + 1);
94 this->method[arg4] = '\0';
H A Dj_syscolors.d84 this->method = (char *)copyin(arg3, arg4 + 1);
85 this->method[arg4] = '\0';
100 this->method = (char *)copyin(arg3, arg4 + 1);
101 this->method[arg4] = '\0';
H A Djs_flowinfo.d72 this->delta, basename(copyinstr(arg4)), arg5, "func",
H A Dj_calldist.d71 this->method = (char *)copyin(arg3, arg4 + 1);
72 this->method[arg4] = '\0';
H A Dj_calls.d59 this->method = (char *)copyin(arg3, arg4 + 1);
60 this->method[arg4] = '\0';
H A Dj_calltime.d72 this->method = (char *)copyin(arg3, arg4 + 1);
73 this->method[arg4] = '\0';
H A Dj_cpudist.d71 this->method = (char *)copyin(arg3, arg4 + 1);
72 this->method[arg4] = '\0';
H A Dj_cputime.d72 this->method = (char *)copyin(arg3, arg4 + 1);
73 this->method[arg4] = '\0';
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Java/
H A Dj_classflow.d81 this->method = (char *)copyin(arg3, arg4 + 1);
82 this->method[arg4] = '\0';
93 this->method = (char *)copyin(arg3, arg4 + 1);
94 this->method[arg4] = '\0';
H A Dj_flow.d67 this->method = (char *)copyin(arg3, arg4 + 1);
68 this->method[arg4] = '\0';
80 this->method = (char *)copyin(arg3, arg4 + 1);
81 this->method[arg4] = '\0';
H A Dj_methodcalls.d49 this->method = (char *)copyin(arg3, arg4 + 1);
50 this->method[arg4] = '\0';
H A Dj_syscalls.d50 this->method = (char *)copyin(arg3, arg4 + 1);
51 this->method[arg4] = '\0';
H A Dj_flowtime.d78 this->method = (char *)copyin(arg3, arg4 + 1);
79 this->method[arg4] = '\0';
93 this->method = (char *)copyin(arg3, arg4 + 1);
94 this->method[arg4] = '\0';
H A Dj_syscolors.d84 this->method = (char *)copyin(arg3, arg4 + 1);
85 this->method[arg4] = '\0';
100 this->method = (char *)copyin(arg3, arg4 + 1);
101 this->method[arg4] = '\0';
H A Dj_calldist.d71 this->method = (char *)copyin(arg3, arg4 + 1);
72 this->method[arg4] = '\0';
H A Dj_calls.d59 this->method = (char *)copyin(arg3, arg4 + 1);
60 this->method[arg4] = '\0';
H A Dj_calltime.d72 this->method = (char *)copyin(arg3, arg4 + 1);
73 this->method[arg4] = '\0';
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Proc/
H A Dmmapfiles.d43 /(int)arg4 > 0/
48 this->filep = curthread->t_procp->p_user.u_finfo.fi_list[arg4].uf_file;
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/JavaScript/
H A Djs_flowinfo.d72 this->delta, basename(copyinstr(arg4)), arg5, "func",
/osnet-11/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_deleted.c411 uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, uintptr_t arg4)
419 (int)arg1, (char *)arg2, (timespec_t *)arg3, (int)arg4));
493 uintptr_t arg3, uintptr_t arg4, uintptr_t arg5)
498 (const char *)arg2, (int)arg3, (mode_t)arg4));
504 (const char *)arg2, (int)arg3, (mode_t)arg4));
511 (const char *)arg2, (struct stat64 *)arg3, (int)arg4));
515 (const char *)arg2, (struct stat *)arg3, (int)arg4));
518 (uid_t)arg3, (gid_t)arg4, (int)arg5));
527 (int)arg3, (char *)arg4));
530 (int)arg3, (int)arg4));
410 s10_utimesys(sysret_t *rval, int code, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, uintptr_t arg4) argument
491 s10_fsat(sysret_t *rval, int code, uintptr_t arg1, uintptr_t arg2, uintptr_t arg3, uintptr_t arg4, uintptr_t arg5) argument
[all...]

Completed in 56 milliseconds

12