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

/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_sysvec.c83 .sv_copyout_strings = exec_copyout_strings,
/freebsd-11-stable/sys/kern/
H A Dimgact_aout.c90 .sv_copyout_strings = exec_copyout_strings,
134 .sv_copyout_strings = freebsd32_copyout_strings,
H A Dkern_exec.c661 * of the sv_copyout_strings/sv_fixup operations require the vnode.
681 if (p->p_sysent->sv_copyout_strings)
682 stack_base = (*p->p_sysent->sv_copyout_strings)(imgp);
H A Dinit_main.c423 .sv_copyout_strings = NULL,
/freebsd-11-stable/sys/powerpc/powerpc/
H A Delf32_machdep.c89 .sv_copyout_strings = freebsd32_copyout_strings,
96 .sv_copyout_strings = exec_copyout_strings,
H A Delf64_machdep.c76 .sv_copyout_strings = exec_copyout_strings,
113 .sv_copyout_strings = exec_copyout_strings,
/freebsd-11-stable/sys/i386/cloudabi32/
H A Dcloudabi32_sysvec.c192 .sv_copyout_strings = cloudabi32_copyout_strings,
/freebsd-11-stable/sys/amd64/cloudabi32/
H A Dcloudabi32_sysvec.c217 .sv_copyout_strings = cloudabi32_copyout_strings,
/freebsd-11-stable/sys/amd64/cloudabi64/
H A Dcloudabi64_sysvec.c205 .sv_copyout_strings = cloudabi64_copyout_strings,
/freebsd-11-stable/sys/arm64/arm64/
H A Delf_machdep.c79 .sv_copyout_strings = exec_copyout_strings,
/freebsd-11-stable/sys/arm/cloudabi32/
H A Dcloudabi32_sysvec.c181 .sv_copyout_strings = cloudabi32_copyout_strings,
/freebsd-11-stable/sys/arm64/cloudabi64/
H A Dcloudabi64_sysvec.c173 .sv_copyout_strings = cloudabi64_copyout_strings,
/freebsd-11-stable/sys/mips/mips/
H A Delf_machdep.c74 .sv_copyout_strings = exec_copyout_strings,
129 .sv_copyout_strings = exec_copyout_strings,
H A Dfreebsd32_machdep.c97 .sv_copyout_strings = freebsd32_copyout_strings,
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_sysvec.c187 .sv_copyout_strings = exec_copyout_strings,
/freebsd-11-stable/sys/i386/i386/
H A Delf_machdep.c73 .sv_copyout_strings = exec_copyout_strings,
/freebsd-11-stable/sys/arm/arm/
H A Delf_machdep.c78 .sv_copyout_strings = exec_copyout_strings,
/freebsd-11-stable/sys/amd64/amd64/
H A Delf_machdep.c71 .sv_copyout_strings = exec_copyout_strings,
/freebsd-11-stable/sys/compat/ia32/
H A Dia32_sysvec.c119 .sv_copyout_strings = freebsd32_copyout_strings,
/freebsd-11-stable/sys/sys/
H A Dsysent.h115 register_t *(*sv_copyout_strings)(struct image_params *); member in struct:sysentvec
/freebsd-11-stable/sys/riscv/riscv/
H A Delf_machdep.c82 .sv_copyout_strings = exec_copyout_strings,
/freebsd-11-stable/sys/sparc64/sparc64/
H A Delf_machdep.c78 .sv_copyout_strings = exec_copyout_strings,
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_sysvec.c861 .sv_copyout_strings = exec_copyout_strings,
898 .sv_copyout_strings = linux_copyout_strings,
/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_sysvec.c727 .sv_copyout_strings = linux_copyout_strings,
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_sysvec.c928 .sv_copyout_strings = linux_copyout_strings,

Completed in 141 milliseconds