Searched defs:uarg (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/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);
|
/illumos-gate/usr/src/uts/i86xpv/io/ |
H A D | privcmd.c | 130 do_privcmd_mmap(void *uarg, int mode, cred_t *cr) argument 138 if (ddi_copyin(uarg, mmc, sizeof (*mmc), mode)) 206 do_privcmd_mmapbatch(void *uarg, int mode, cred_t *cr) argument 215 if (ddi_copyin(uarg, mmb, sizeof (*mmb), mode))
|
H A D | privcmd_hcall.c | 1178 do_privcmd_hypercall(void *uarg, int mode, cred_t *cr, int *rval) argument 1183 if (ddi_copyin(uarg, hc, sizeof (*hc), mode))
|
/illumos-gate/usr/src/lib/libpctx/common/ |
H A D | libpctx.c | 56 void *uarg; member in struct:__pctx 108 pctx->uarg = arg; 173 pctx->uarg = arg; 416 ret = action(pctx, pstatus->pr_pid, 1, pctx->uarg); 445 pstatus->pr_pid, lwps->pr_lwpid, pctx->uarg) != 0) 684 pid, lwpid, pctx->uarg); 686 pid, lwpid, pctx->uarg); 695 pctx->uarg); 735 psinfo.pr_psargs, pctx->uarg) != 0) 738 pid, 1, pctx->uarg) ! [all...] |
/illumos-gate/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);
|
/illumos-gate/usr/src/uts/sun4v/sys/ |
H A D | ds_impl.h | 302 ds_cb_arg_t uarg; /* user arg for user callbacks */ member in struct:ds_svc
|
/illumos-gate/usr/src/uts/common/dtrace/ |
H A D | dtrace.c | 10417 uint64_t uarg, uint64_t arg) 10427 act->dtad_uarg = uarg; 12545 dtrace_dof_copyin(uintptr_t uarg, int *errp) argument 12554 if (copyin((void *)uarg, &hdr, sizeof (hdr)) != 0) { 12578 if (copyin((void *)uarg, dof, hdr.dofh_loadsz) != 0 || 10416 dtrace_actdesc_create(dtrace_actkind_t kind, uint32_t ntuple, uint64_t uarg, uint64_t arg) argument
|
Completed in 157 milliseconds