Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsysent.h148 void (*sv_onexec)(struct proc *, struct image_params *); member
/f-stack/freebsd/i386/linux/
H A Dlinux_sysvec.c871 .sv_onexec = linux_on_exec,
908 .sv_onexec = linux_on_exec,
/f-stack/freebsd/arm64/linux/
H A Dlinux_sysvec.c422 .sv_onexec = linux_on_exec,
/f-stack/freebsd/kern/
H A Dkern_exec.c1055 if (sv->sv_onexec != NULL) in exec_new_vmspace()
1056 sv->sv_onexec(p, imgp); in exec_new_vmspace()
/f-stack/freebsd/amd64/linux/
H A Dlinux_sysvec.c783 .sv_onexec = linux_on_exec,
/f-stack/freebsd/amd64/linux32/
H A Dlinux32_sysvec.c928 .sv_onexec = linux_on_exec,