Home
last modified time | relevance | path

Searched refs:sv_copyout_auxargs (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/amd64/amd64/
H A Delf_machdep.c76 .sv_copyout_auxargs = __elfN(freebsd_copyout_auxargs),
119 .sv_copyout_auxargs = __elfN(freebsd_copyout_auxargs),
/freebsd/sys/powerpc/powerpc/
H A Delf64_machdep.c83 .sv_copyout_auxargs = __elfN(powerpc_copyout_auxargs),
125 .sv_copyout_auxargs = __elfN(powerpc_copyout_auxargs),
H A Delf32_machdep.c94 .sv_copyout_auxargs = __elfN(powerpc_copyout_auxargs),
/freebsd/sys/compat/ia32/
H A Dia32_sysvec.c124 .sv_copyout_auxargs = elf32_freebsd_copyout_auxargs,
/freebsd/sys/i386/i386/
H A Delf_machdep.c72 .sv_copyout_auxargs = __elfN(freebsd_copyout_auxargs),
/freebsd/sys/arm/arm/
H A Delf_machdep.c82 .sv_copyout_auxargs = __elfN(freebsd_copyout_auxargs),
/freebsd/sys/sys/
H A Dsysent.h118 int (*sv_copyout_auxargs)(struct image_params *, member
/freebsd/sys/arm64/arm64/
H A Delf32_machdep.c120 .sv_copyout_auxargs = elf32_freebsd_copyout_auxargs,
H A Delf_machdep.c87 .sv_copyout_auxargs = __elfN(freebsd_copyout_auxargs),
/freebsd/sys/riscv/riscv/
H A Delf_machdep.c80 .sv_copyout_auxargs = __elfN(freebsd_copyout_auxargs),
/freebsd/sys/amd64/linux32/
H A Dlinux32_sysvec.c720 error = imgp->sysent->sv_copyout_auxargs(imgp, in linux_copyout_strings()
796 .sv_copyout_auxargs = __linuxN(copyout_auxargs),
/freebsd/sys/compat/linux/
H A Dlinux_elf.c458 error = imgp->sysent->sv_copyout_auxargs(imgp, in __linuxN()
/freebsd/sys/arm64/linux/
H A Dlinux_sysvec.c444 .sv_copyout_auxargs = __linuxN(copyout_auxargs),
/freebsd/sys/i386/linux/
H A Dlinux_sysvec.c636 .sv_copyout_auxargs = __linuxN(copyout_auxargs),
/freebsd/sys/amd64/linux/
H A Dlinux_sysvec.c697 .sv_copyout_auxargs = __linuxN(copyout_auxargs),
/freebsd/sys/kern/
H A Dkern_exec.c1805 error = imgp->sysent->sv_copyout_auxargs(imgp, in exec_copyout_strings()
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_misc.c3746 error = imgp->sysent->sv_copyout_auxargs(imgp, in freebsd32_copyout_strings()