HomeSort by: relevance | last modified time | path
    Searched refs:uarg (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/kern/
systrace_args.c 11 systrace_args(register_t sysnum, const void *params, uintptr_t *uarg, size_t *n_args)
13 intptr_t *iarg = (intptr_t *)uarg;
39 uarg[1] = (intptr_t) SCARG(p, buf); /* void * */
40 uarg[2] = SCARG(p, nbyte); /* size_t */
48 uarg[1] = (intptr_t) SCARG(p, buf); /* const void * */
49 uarg[2] = SCARG(p, nbyte); /* size_t */
56 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
73 uarg[1] = (intptr_t) SCARG(p, status); /* int * */
75 uarg[3] = (intptr_t) SCARG(p, rusage); /* struct rusage50 * */
82 uarg[0] = (intptr_t) SCARG(p, path); /* const char * *
    [all...]
  /src/sys/compat/linux/arch/aarch64/
linux_systrace_args.c 11 systrace_args(register_t sysnum, const void *params, uintptr_t *uarg, size_t *n_args)
13 intptr_t *iarg = (intptr_t *)uarg;
18 uarg[0] = (intptr_t) SCARG(p, path); /* char * */
19 uarg[1] = (intptr_t) SCARG(p, name); /* char * */
20 uarg[2] = (intptr_t) SCARG(p, value); /* void * */
21 uarg[3] = SCARG(p, size); /* size_t */
29 uarg[0] = (intptr_t) SCARG(p, path); /* char * */
30 uarg[1] = (intptr_t) SCARG(p, name); /* char * */
31 uarg[2] = (intptr_t) SCARG(p, value); /* void * */
32 uarg[3] = SCARG(p, size); /* size_t *
    [all...]
  /src/sys/compat/linux32/arch/amd64/
linux32_systrace_args.c 11 systrace_args(register_t sysnum, const void *params, uintptr_t *uarg, size_t *n_args)
13 intptr_t *iarg = (intptr_t *)uarg;
36 uarg[1] = (intptr_t) SCARG(p, buf).i32; /* netbsd32_voidp */
45 uarg[1] = (intptr_t) SCARG(p, buf).i32; /* netbsd32_voidp */
53 uarg[0] = (intptr_t) SCARG(p, path).i32; /* netbsd32_charp */
70 uarg[1] = (intptr_t) SCARG(p, status).i32; /* netbsd32_intp */
78 uarg[0] = (intptr_t) SCARG(p, path).i32; /* netbsd32_charp */
86 uarg[0] = (intptr_t) SCARG(p, path).i32; /* netbsd32_charp */
87 uarg[1] = (intptr_t) SCARG(p, link).i32; /* netbsd32_charp */
94 uarg[0] = (intptr_t) SCARG(p, path).i32; /* netbsd32_charp *
    [all...]
  /src/sys/compat/netbsd32/
netbsd32_systrace_args.c 11 systrace_args(register_t sysnum, const void *params, uintptr_t *uarg, size_t *n_args)
13 intptr_t *iarg = (intptr_t *)uarg;
39 uarg[1] = (intptr_t) SCARG(p, buf).i32; /* netbsd32_voidp */
48 uarg[1] = (intptr_t) SCARG(p, buf).i32; /* netbsd32_voidp */
56 uarg[0] = (intptr_t) SCARG(p, path).i32; /* netbsd32_charp */
73 uarg[1] = (intptr_t) SCARG(p, status).i32; /* netbsd32_intp */
75 uarg[3] = (intptr_t) SCARG(p, rusage).i32; /* netbsd32_rusage50p_t */
82 uarg[0] = (intptr_t) SCARG(p, path).i32; /* netbsd32_charp */
90 uarg[0] = (intptr_t) SCARG(p, path).i32; /* netbsd32_charp */
91 uarg[1] = (intptr_t) SCARG(p, link).i32; /* netbsd32_charp *
    [all...]
  /src/sys/compat/linux/arch/arm/
linux_systrace_args.c 11 systrace_args(register_t sysnum, const void *params, uintptr_t *uarg, size_t *n_args)
13 intptr_t *iarg = (intptr_t *)uarg;
36 uarg[1] = (intptr_t) SCARG(p, buf); /* void * */
37 uarg[2] = SCARG(p, nbyte); /* size_t */
45 uarg[1] = (intptr_t) SCARG(p, buf); /* const void * */
46 uarg[2] = SCARG(p, nbyte); /* size_t */
53 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
70 uarg[1] = (intptr_t) SCARG(p, status); /* int * */
78 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
86 uarg[0] = (intptr_t) SCARG(p, path); /* const char * *
    [all...]
  /src/sys/compat/linux/arch/i386/
linux_systrace_args.c 11 systrace_args(register_t sysnum, const void *params, uintptr_t *uarg, size_t *n_args)
13 intptr_t *iarg = (intptr_t *)uarg;
36 uarg[1] = (intptr_t) SCARG(p, buf); /* void * */
37 uarg[2] = SCARG(p, nbyte); /* size_t */
45 uarg[1] = (intptr_t) SCARG(p, buf); /* const void * */
46 uarg[2] = SCARG(p, nbyte); /* size_t */
53 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
70 uarg[1] = (intptr_t) SCARG(p, status); /* int * */
78 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
86 uarg[0] = (intptr_t) SCARG(p, path); /* const char * *
    [all...]
  /src/sys/compat/linux/arch/amd64/
linux_systrace_args.c 11 systrace_args(register_t sysnum, const void *params, uintptr_t *uarg, size_t *n_args)
13 intptr_t *iarg = (intptr_t *)uarg;
19 uarg[1] = (intptr_t) SCARG(p, buf); /* void * */
20 uarg[2] = SCARG(p, nbyte); /* size_t */
28 uarg[1] = (intptr_t) SCARG(p, buf); /* const void * */
29 uarg[2] = SCARG(p, nbyte); /* size_t */
36 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
52 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */
53 uarg[1] = (intptr_t) SCARG(p, sp); /* struct linux_stat64 * */
61 uarg[1] = (intptr_t) SCARG(p, sp); /* struct linux_stat64 * *
    [all...]
  /src/sys/compat/linux32/arch/aarch64/
linux32_systrace_args.c 11 systrace_args(register_t sysnum, const void *params, uintptr_t *uarg, size_t *n_args)
13 intptr_t *iarg = (intptr_t *)uarg;
36 uarg[1] = (intptr_t) SCARG(p, buf).i32; /* netbsd32_voidp */
45 uarg[1] = (intptr_t) SCARG(p, buf).i32; /* netbsd32_voidp */
53 uarg[0] = (intptr_t) SCARG(p, path).i32; /* netbsd32_charp */
70 uarg[1] = (intptr_t) SCARG(p, status).i32; /* netbsd32_intp */
78 uarg[0] = (intptr_t) SCARG(p, path).i32; /* netbsd32_charp */
86 uarg[0] = (intptr_t) SCARG(p, path).i32; /* netbsd32_charp */
87 uarg[1] = (intptr_t) SCARG(p, link).i32; /* netbsd32_charp */
94 uarg[0] = (intptr_t) SCARG(p, path).i32; /* netbsd32_charp *
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
client.c 2540 updatearg_t *uarg = event->ev_arg; local
2545 LOCK(&uarg->lock);
2547 uarg->result = uev->result;
2549 dns_client_destroyupdatetrans(&uarg->trans);
2552 if (!uarg->canceled) {
2553 UNLOCK(&uarg->lock);
2556 isc_app_ctxsuspend(uarg->actx);
2562 UNLOCK(&uarg->lock);
2563 isc_mutex_destroy(&uarg->lock);
2564 isc_mem_put(uarg->client->mctx, uarg, sizeof(*uarg))
2575 updatearg_t *uarg; local
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/
fp-bit.c 1316 USItype uarg;
1327 uarg = (-arg_a);
1330 uarg = arg_a;
1332 in.fraction.ll = uarg;
1333 shift = clzusi (uarg) - (BITS_PER_SI - 1 - FRACBITS - NGARDS);
  /src/external/gpl3/gcc.old/dist/libgcc/
fp-bit.c 1316 USItype uarg;
1327 uarg = (-arg_a);
1330 uarg = arg_a;
1332 in.fraction.ll = uarg;
1333 shift = clzusi (uarg) - (BITS_PER_SI - 1 - FRACBITS - NGARDS);
  /src/external/cddl/osnet/dist/uts/common/dtrace/
dtrace.c 11259 uint64_t uarg, uint64_t arg)
11271 act->dtad_uarg = uarg;
13545 dtrace_dof_copyin(uintptr_t uarg, int *errp)
13554 if (copyin((void *)uarg, &hdr, sizeof (hdr)) != 0) {
13578 if (copyin((void *)uarg, dof, hdr.dofh_loadsz) != 0 ||
13590 dtrace_dof_copyin_proc(struct proc *p, uintptr_t uarg, int *errp)
13603 if (proc_readmem(td, p, uarg, &hdr, sizeof(hdr)) != sizeof(hdr)) {
13628 if (proc_readmem(td, p, uarg, dof, loadsz) != loadsz ||
13640 dtrace_dof_copyin_pid(pid_t pid, const void *uarg, int *errp)
13646 err = copyin_pid(pid, uarg, &hdr, sizeof(hdr))
    [all...]

Completed in 101 milliseconds