Searched refs:RZ (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-13-stable/contrib/netbsd-tests/lib/librefuse/
H A Dt_refuse_opt.c50 RZ(fuse_opt_add_arg(&args, "foo"));
51 RZ(fuse_opt_add_arg(&args, "bar"));
69 RZ(fuse_opt_insert_arg(&args, 0, "foo"));
70 RZ(fuse_opt_insert_arg(&args, 0, "bar"));
88 RZ(fuse_opt_add_opt(&opt, "fo\\o"));
91 RZ(fuse_opt_add_opt(&opt, "ba,r"));
105 RZ(fuse_opt_add_opt_escaped(&opt, "fo\\o"));
108 RZ(fuse_opt_add_opt_escaped(&opt, "ba,r"));
210 RZ(fuse_opt_add_arg(&args, "foofs"));
211 RZ(fuse_opt_add_ar
[all...]
/freebsd-13-stable/contrib/netbsd-tests/rump/rumpkern/
H A Dt_lwproc.c63 RZ(rump_pub_lwproc_newlwp(0));
67 RZ(rump_pub_lwproc_rfork(RUMP_RFCFDG));
71 RZ(rump_pub_lwproc_newlwp(rump_sys_getpid()));
90 RZ(rump_pub_lwproc_rfork(RUMP_RFCFDG));
92 RZ(rump_pub_lwproc_newlwp(rump_sys_getpid()));
94 RZ(rump_pub_lwproc_rfork(RUMP_RFCFDG));
125 RZ(rump_pub_lwproc_rfork(RUMP_RFCFDG));
129 RZ(rump_pub_lwproc_rfork(RUMP_RFCFDG));
155 RZ(rump_pub_lwproc_rfork(RUMP_RFCFDG));
163 RZ(rump_pub_lwproc_newlw
[all...]
/freebsd-13-stable/contrib/netbsd-tests/fs/hfs/
H A Dt_pathconvert.c45 RZ(system(thecmd));
48 RZ(system(thecmd));
52 RZ(rump_init());
55 RZ(rump_pub_etfs_register(FAKEBLK, IMGNAME, RUMP_ETFS_BLK));
/freebsd-13-stable/contrib/netbsd-tests/rump/rumpvfs/
H A Dt_p2kifs.c71 RZ(rump_pub_lwproc_rfork(RUMP_RFCFDG));
76 RZ(RUMP_VOP_LOOKUP(rumpns_rootvnode, &vp, cn));
83 RZ(RUMP_VOP_LOOKUP(rumpns_rootvnode, &vp, cn));
H A Dt_basic.c62 RZ(rump_init());
H A Dt_etfs.c268 RZ(rump_init());
272 RZ(rump_pub_etfs_register("/key", "hostfile", RUMP_ETFS_REG));
279 RZ(rump_pub_etfs_register("////key//with/slashes", "hostfile",
/freebsd-13-stable/contrib/netbsd-tests/net/bpfjit/
H A Dt_cop.c130 RZ(rump_init());
165 RZ(rump_init());
204 RZ(rump_init());
243 RZ(rump_init());
282 RZ(rump_init());
326 RZ(rump_init());
372 RZ(rump_init());
404 RZ(rump_init());
430 RZ(rump_init());
466 RZ(rump_ini
[all...]
H A Dt_bpfjit.c84 RZ(rump_init());
112 RZ(rump_init());
143 RZ(rump_init());
170 RZ(rump_init());
195 RZ(rump_init());
220 RZ(rump_init());
244 RZ(rump_init());
269 RZ(rump_init());
294 RZ(rump_init());
319 RZ(rump_ini
[all...]
H A Dt_extmem.c103 RZ(rump_init());
134 RZ(rump_init());
179 RZ(rump_init());
237 RZ(rump_init());
273 RZ(rump_init());
318 RZ(rump_init());
369 RZ(rump_init());
421 RZ(rump_init());
473 RZ(rump_init());
H A Dt_mbuf.c544 RZ(rump_init());
565 RZ(rump_init());
586 RZ(rump_init());
607 RZ(rump_init());
628 RZ(rump_init());
649 RZ(rump_init());
670 RZ(rump_init());
691 RZ(rump_init());
712 RZ(rump_init());
733 RZ(rump_ini
[all...]
/freebsd-13-stable/contrib/netbsd-tests/net/bpf/
H A Dt_bpf.c82 RZ(rump_init());
83 RZ(rump_pub_shmif_create(NULL, &ifnum));
155 RZ(rump_init());
183 RZ(rump_init());
184 RZ(rump_pub_shmif_create(NULL, &ifnum));
H A Dt_mbuf.c523 RZ(rump_init());
544 RZ(rump_init());
565 RZ(rump_init());
586 RZ(rump_init());
607 RZ(rump_init());
628 RZ(rump_init());
649 RZ(rump_init());
670 RZ(rump_init());
691 RZ(rump_init());
712 RZ(rump_ini
[all...]
/freebsd-13-stable/contrib/netbsd-tests/fs/vfs/
H A Dt_renamerace.c107 RZ(rump_pub_lwproc_rfork(RUMP_RFCFDG));
158 RZ(rump_pub_lwproc_rfork(RUMP_RFCFDG));
/freebsd-13-stable/contrib/netbsd-tests/lib/librumpclient/
H A Dt_fd.c69 RZ(system("rump_server " RUMPSERV));
112 RZ(system("rump_server -lrumpnet -lrumpnet_net -lrumpnet_netinet "
/freebsd-13-stable/contrib/netbsd-tests/
H A Dh_macros.h50 #define RZ(x) \ macro
/freebsd-13-stable/contrib/netbsd-tests/include/sys/
H A Dt_socket.c94 RZ(rump_pub_lwproc_rfork(RUMP_RFCFDG));
111 RZ(rump_pub_lwproc_rfork(RUMP_RFCFDG));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTX.h118 RZ, enumerator in enum:llvm::NVPTX::PTXCvtMode::CvtMode
/freebsd-13-stable/contrib/netbsd-tests/fs/tmpfs/
H A Dt_renamerace.c97 RZ(rump_pub_lwproc_rfork(RUMP_RFCFDG));
/freebsd-13-stable/contrib/netbsd-tests/libexec/ld.elf_so/
H A Dt_dlinfo.c100 RZ(dlinfo(RTLD_SELF, RTLD_DI_LINKMAP, &map));
/freebsd-13-stable/sys/dev/hid/
H A Dhgame.c68 HGAME_MAP_ABS(RZ, ABS_RZ),
H A Dxb360gp.c94 XB360GP_MAP_ABS(RZ, ABS_RZ),
/freebsd-13-stable/contrib/netbsd-tests/net/bpfilter/
H A Dt_bpfilter.c242 RZ(rump_init());
304 RZ(rump_init());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXInstPrinter.cpp133 case NVPTX::PTXCvtMode::RZ:
/freebsd-13-stable/contrib/netbsd-tests/fs/common/
H A Dsnapshot.c177 RZ(rump_init());
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_glob.c209 RZ(glob(p, GLOB_ALTDIRFUNC | flags, NULL, &gl));

Completed in 107 milliseconds

12