Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dsysent.h149 void (*sv_onexit)(struct proc *); member
/f-stack/freebsd/i386/linux/
H A Dlinux_sysvec.c872 .sv_onexit = linux_on_exit,
909 .sv_onexit = linux_on_exit,
/f-stack/freebsd/kern/
H A Dkern_exit.c332 if (p->p_sysent->sv_onexit != NULL) in exit1()
333 p->p_sysent->sv_onexit(p); in exit1()
/f-stack/freebsd/arm64/linux/
H A Dlinux_sysvec.c423 .sv_onexit = linux_on_exit,
/f-stack/freebsd/amd64/linux/
H A Dlinux_sysvec.c784 .sv_onexit = linux_on_exit,
/f-stack/freebsd/amd64/linux32/
H A Dlinux32_sysvec.c929 .sv_onexit = linux_on_exit,