Searched refs:sys_vfork (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/sys/kern/ |
| H A D | kern_fork.c | 149 sys_vfork(struct thread *td, struct vfork_args *uap) in sys_vfork() function
|
| H A D | init_sysent.c | 118 { 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 D | freebsd32_sysent.c | 125 { 0, (sy_call_t *)sys_vfork, AUE_VFORK, NULL, 0, 0, 0, SY_THR_STATIC }, /* 66 = vfork */
|
| /freebsd-12.1/sys/sys/ |
| H A D | sysproto.h | 1845 int sys_vfork(struct thread *, struct vfork_args *);
|