Symbol: RUMP_RFCFDG
lib/libp2k/p2k.c
394
rump_pub_lwproc_rfork(RUMP_RFCFDG);
lib/libukfs/ukfs.c
127
rump_pub_lwproc_rfork(RUMP_RFCFDG);
lib/libukfs/ukfs.c
686
rump_pub_lwproc_rfork(RUMP_RFCFDG);
sys/rump/include/rump/rump.h
76
#define RUMP_RFFD_CLEAR RUMP_RFCFDG
sys/rump/librump/rumpkern/lwproc.c
241
if ((flags & RUMP_RFCFDG) == 0)
sys/rump/librump/rumpkern/lwproc.c
245
else if (flags & RUMP_RFCFDG)
sys/rump/librump/rumpkern/lwproc.c
386
p = lwproc_newproc(&proc0, rump_vmspace_local, RUMP_RFCFDG);
sys/rump/librump/rumpkern/lwproc.c
425
if (flags & ~(RUMP_RFFDG|RUMP_RFCFDG) ||
sys/rump/librump/rumpkern/lwproc.c
426
(~flags & (RUMP_RFFDG|RUMP_RFCFDG)) == 0)
tests/fs/tmpfs/t_renamerace.c
97
RZ(rump_pub_lwproc_rfork(RUMP_RFCFDG));
tests/fs/union/t_pr.c
259
rump_pub_lwproc_rfork(RUMP_RFCFDG);
tests/fs/vfs/t_link.c
78
rump_pub_lwproc_rfork(RUMP_RFCFDG);
tests/fs/vfs/t_link.c
89
rump_pub_lwproc_rfork(RUMP_RFCFDG);
tests/fs/vfs/t_renamerace.c
165
RZ(rump_pub_lwproc_rfork(RUMP_RFCFDG));
tests/fs/vfs/t_renamerace.c
200
RZ(rump_pub_lwproc_rfork(RUMP_RFCFDG));
tests/fs/vfs/t_renamerace.c
236
RZ(rump_pub_lwproc_rfork(RUMP_RFCFDG));
tests/fs/vfs/t_unpriv.c
106
rump_pub_lwproc_rfork(RUMP_RFCFDG);
tests/fs/vfs/t_unpriv.c
142
rump_pub_lwproc_rfork(RUMP_RFCFDG);
tests/fs/vfs/t_unpriv.c
156
rump_pub_lwproc_rfork(RUMP_RFCFDG);
tests/fs/vfs/t_unpriv.c
198
rump_pub_lwproc_rfork(RUMP_RFCFDG);
tests/fs/vfs/t_unpriv.c
55
rump_pub_lwproc_rfork(RUMP_RFCFDG);
tests/fs/vfs/t_unpriv.c
67
rump_pub_lwproc_rfork(RUMP_RFCFDG);
tests/fs/vfs/t_unpriv.c
94
rump_pub_lwproc_rfork(RUMP_RFCFDG);
tests/fs/vfs/t_vnops.c
810
RZ(rump_pub_lwproc_rfork(RUMP_RFCFDG));
tests/fs/vfs/t_vnops.c
929
RZ(rump_pub_lwproc_rfork(RUMP_RFCFDG));
tests/include/sys/t_socket.c
111
RZ(rump_pub_lwproc_rfork(RUMP_RFCFDG));
tests/include/sys/t_socket.c
94
RZ(rump_pub_lwproc_rfork(RUMP_RFCFDG));
tests/kernel/t_unmount.c
79
RZ(rump_pub_lwproc_rfork(RUMP_RFCFDG));
tests/rump/rumpkern/t_lwproc.c
125
RZ(rump_pub_lwproc_rfork(RUMP_RFCFDG));
tests/rump/rumpkern/t_lwproc.c
129
RZ(rump_pub_lwproc_rfork(RUMP_RFCFDG));
tests/rump/rumpkern/t_lwproc.c
155
RZ(rump_pub_lwproc_rfork(RUMP_RFCFDG));
tests/rump/rumpkern/t_lwproc.c
261
ATF_REQUIRE_EQ(rump_pub_lwproc_rfork(RUMP_RFFDG|RUMP_RFCFDG), EINVAL);
tests/rump/rumpkern/t_lwproc.c
269
RZ(rump_pub_lwproc_rfork(RUMP_RFCFDG));
tests/rump/rumpkern/t_lwproc.c
67
RZ(rump_pub_lwproc_rfork(RUMP_RFCFDG));
tests/rump/rumpkern/t_lwproc.c
90
RZ(rump_pub_lwproc_rfork(RUMP_RFCFDG));
tests/rump/rumpkern/t_lwproc.c
94
RZ(rump_pub_lwproc_rfork(RUMP_RFCFDG));
tests/rump/rumpvfs/t_p2kifs.c
71
RZ(rump_pub_lwproc_rfork(RUMP_RFCFDG));