Home
last modified time | relevance | path

Searched refs:sys_vfork (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/sys/kern/
H A Dkern_fork.c149 sys_vfork(struct thread *td, struct vfork_args *uap) in sys_vfork() function
H A Dinit_sysent.c118 { 0, (sy_call_t *)sys_vfork, AUE_VFORK, NULL, 0, 0, 0, SY_THR_STATIC }, /* 66 = vfork */
/freebsd-12.1/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c125 { 0, (sy_call_t *)sys_vfork, AUE_VFORK, NULL, 0, 0, 0, SY_THR_STATIC }, /* 66 = vfork */
/freebsd-12.1/sys/sys/
H A Dsysproto.h1845 int sys_vfork(struct thread *, struct vfork_args *);