Home
last modified time | relevance | path

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

/freebsd/sys/compat/linux/
H A Dlinux_fork.c152 f2 |= FR2_SHARE_PATHS; in linux_clone_proc()
156 f2 |= FR2_SHARE_PATHS; in linux_clone_proc()
/freebsd/sys/kern/
H A Dkern_fork.c422 if (fr->fr_flags2 & FR2_SHARE_PATHS) in do_fork()
429 if (fr->fr_flags2 & FR2_SHARE_PATHS) in do_fork()
/freebsd/sys/sys/
H A Dproc.h1133 #define FR2_SHARE_PATHS 0x00000002 /* Invert sense of RFFDG for paths */ macro