/titanic_50/usr/src/lib/libpctx/common/ |
H A D | libpctx.c | 56 void *uarg; member 108 pctx->uarg = arg; in pctx_create() 173 pctx->uarg = arg; in pctx_capture() 416 ret = action(pctx, pstatus->pr_pid, 1, pctx->uarg); in pctx_lwpiterate() 445 pstatus->pr_pid, lwps->pr_lwpid, pctx->uarg) != 0) in pctx_lwpiterate() 684 pid, lwpid, pctx->uarg); in pctx_run() 686 pid, lwpid, pctx->uarg); in pctx_run() 695 pctx->uarg); in pctx_run() 735 psinfo.pr_psargs, pctx->uarg) != 0) in pctx_run() 738 pid, 1, pctx->uarg) != 0) in pctx_run() [all …]
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | exec.h | 75 typedef struct uarg { struct 176 struct uarg *args, struct intpdata *idata, int level, 214 extern int gexec(vnode_t **vp, struct execa *uap, struct uarg *args, 223 struct uarg *args);
|
H A D | brand.h | 100 struct uarg; 122 struct uarg *args, struct intpdata *idata, int level,
|
/titanic_50/usr/src/uts/i86xpv/io/ |
H A D | privcmd.c | 130 do_privcmd_mmap(void *uarg, int mode, cred_t *cr) in do_privcmd_mmap() argument 138 if (ddi_copyin(uarg, mmc, sizeof (*mmc), mode)) in do_privcmd_mmap() 206 do_privcmd_mmapbatch(void *uarg, int mode, cred_t *cr) in do_privcmd_mmapbatch() argument 215 if (ddi_copyin(uarg, mmb, sizeof (*mmb), mode)) in do_privcmd_mmapbatch()
|
H A D | privcmd_hcall.c | 1178 do_privcmd_hypercall(void *uarg, int mode, cred_t *cr, int *rval) in do_privcmd_hypercall() argument 1183 if (ddi_copyin(uarg, hc, sizeof (*hc), mode)) in do_privcmd_hypercall()
|
/titanic_50/usr/src/cmd/ttymon/ |
H A D | tmterm.c | 81 char *uarg; local 121 if ((uarg = sttyparse(cnt, argvp, term, &termio, &termios, 123 log("sttyparse unknown mode: %s", uarg);
|
/titanic_50/usr/src/uts/common/exec/shbin/ |
H A D | shbin.c | 54 struct uarg *args, 158 struct uarg *args, in shbinexec()
|
/titanic_50/usr/src/uts/common/exec/intp/ |
H A D | intp.c | 55 extern int intpexec(struct vnode *, struct execa *, struct uarg *, 165 struct uarg *args, in intpexec()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | contract.c | 1436 STRUCT_DECL(ct_param, uarg); in ctparam_copyin() 1438 STRUCT_INIT(uarg, flag); in ctparam_copyin() 1439 if (copyin(uaddr, STRUCT_BUF(uarg), STRUCT_SIZE(uarg))) in ctparam_copyin() 1441 size = STRUCT_FGET(uarg, ctpm_size); in ctparam_copyin() 1442 ubuf = STRUCT_FGETP(uarg, ctpm_value); in ctparam_copyin() 1454 param->ctpm_id = STRUCT_FGET(uarg, ctpm_id); in ctparam_copyin() 1473 STRUCT_DECL(ct_param, uarg); in ctparam_copyout() 1475 STRUCT_INIT(uarg, flag); in ctparam_copyout() 1477 STRUCT_FSET(uarg, ctpm_id, param->ctpm_id); in ctparam_copyout() 1478 STRUCT_FSET(uarg, ctpm_size, kparam->ret_size); in ctparam_copyout() [all …]
|
H A D | exec.c | 127 struct uarg args; in exec_common() 541 struct uarg *args, in gexec() 1102 execpermissions(struct vnode *vp, struct vattr *vattrp, struct uarg *args) in execpermissions() 1410 struct uarg *args, in noexec()
|
/titanic_50/usr/src/uts/common/exec/java/ |
H A D | java.c | 86 javaexec(vnode_t *vp, struct execa *uap, struct uarg *args, in javaexec()
|
/titanic_50/usr/src/uts/common/exec/aout/ |
H A D | aout.c | 131 aoutexec(vnode_t *vp, struct execa *uap, struct uarg *args, in aoutexec()
|
/titanic_50/usr/src/uts/sun4v/sys/ |
H A D | ds_impl.h | 302 ds_cb_arg_t uarg; /* user arg for user callbacks */ member
|
/titanic_50/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 153 dtrace_safe_phdr(Phdr *phdrp, struct uarg *args, uintptr_t base) in dtrace_safe_phdr()
|
/titanic_50/usr/src/uts/common/dtrace/ |
H A D | dtrace.c | 10264 uint64_t uarg, uint64_t arg) in dtrace_actdesc_create() argument 10274 act->dtad_uarg = uarg; in dtrace_actdesc_create() 12382 dtrace_dof_copyin(uintptr_t uarg, int *errp) in dtrace_dof_copyin() argument 12391 if (copyin((void *)uarg, &hdr, sizeof (hdr)) != 0) { in dtrace_dof_copyin() 12415 if (copyin((void *)uarg, dof, hdr.dofh_loadsz) != 0 || in dtrace_dof_copyin()
|