Home
last modified time | relevance | path

Searched refs:vfork_args (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/sys/
HDsysunion.h70 struct vfork_args vfork;
HDsysproto.h251 struct vfork_args { struct
1529 int sys_vfork (struct sysmsg *sysmsg, const struct vfork_args *);
/dragonfly/sys/kern/
HDkern_fork.c158 sys_vfork(struct sysmsg *sysmsg, const struct vfork_args *uap) in sys_vfork()