Home
last modified time | relevance | path

Searched refs:linux_on_exec (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/sys/compat/linux/
H A Dlinux_emul.h57 void linux_on_exec(struct proc *, struct image_params *);
H A Dlinux_emul.c294 linux_on_exec(struct proc *p, struct image_params *imgp) in linux_on_exec() function
/freebsd-13.1/sys/i386/linux/
H A Dlinux_sysvec.c869 .sv_onexec = linux_on_exec,
909 .sv_onexec = linux_on_exec,
/freebsd-13.1/sys/arm64/linux/
H A Dlinux_sysvec.c432 .sv_onexec = linux_on_exec,
/freebsd-13.1/sys/amd64/linux/
H A Dlinux_sysvec.c760 .sv_onexec = linux_on_exec,
/freebsd-13.1/sys/amd64/linux32/
H A Dlinux32_sysvec.c924 .sv_onexec = linux_on_exec,