Symbol: rump_pub_etfs_register
share/examples/rump/wirelessconf/wirelessconf.c
74
if (rump_pub_etfs_register(RUMFW, RUMFW, RUMP_ETFS_REG) != 0)
sys/rump/include/rump/rumpkern_if_pub.h
25
int rump_pub_etfs_register(const char *, const char *, enum rump_etfs_type);
tests/fs/common/fstest_ext2fs.c
83
res = rump_pub_etfs_register(args->ta_devpath, image, RUMP_ETFS_BLK);
tests/fs/common/fstest_ffs.c
88
res = rump_pub_etfs_register(args->ta_devpath, image, RUMP_ETFS_BLK);
tests/fs/common/fstest_lfs.c
100
res = rump_pub_etfs_register(args->ta_devpath, image, RUMP_ETFS_BLK);
tests/fs/common/fstest_lfs.c
145
rump_pub_etfs_register(thepath, args->ta_hostpath, RUMP_ETFS_CHR);
tests/fs/common/fstest_msdosfs.c
84
res = rump_pub_etfs_register(args->ta_devpath, image, RUMP_ETFS_BLK);
tests/fs/common/fstest_sysvbfs.c
83
res = rump_pub_etfs_register(args->ta_devpath, image, RUMP_ETFS_BLK);
tests/fs/common/fstest_udf.c
92
res = rump_pub_etfs_register(args->ta_devpath, image, RUMP_ETFS_BLK);
tests/fs/common/fstest_v7fs.c
85
res = rump_pub_etfs_register(args->ta_devpath, image, RUMP_ETFS_BLK);
tests/fs/common/fstest_zfs.c
76
res = rump_pub_etfs_register(ZFSDEV, image, RUMP_ETFS_BLK);
tests/fs/common/snapshot.c
187
rump_pub_etfs_register("/diskdev", IMGNAME, RUMP_ETFS_BLK);
tests/fs/common/snapshot.c
53
rump_pub_etfs_register("/diskdev", IMGNAME, RUMP_ETFS_BLK);
tests/fs/ffs/h_ffs_server.c
93
rump_pub_etfs_register("/diskdev", filename, RUMP_ETFS_BLK);
tests/fs/ffs/h_quota2_tests.c
438
rump_pub_etfs_register("/diskdev", filename, RUMP_ETFS_BLK);
tests/fs/ffs/t_extattr.c
98
rump_pub_etfs_register(FAKEBLK, IMGNAME, RUMP_ETFS_BLK);
tests/fs/ffs/t_fifos.c
119
rump_pub_etfs_register(FAKEBLK, IMGNAME, RUMP_ETFS_BLK);
tests/fs/ffs/t_mount.c
113
if (rump_pub_etfs_register("/devdisk", "ffs.img", RUMP_ETFS_BLK))
tests/fs/ffs/t_mount.c
72
if (rump_pub_etfs_register("/devdisk", "ffs.img", RUMP_ETFS_BLK))
tests/fs/ffs/t_quota2_1.c
41
rump_pub_etfs_register("/diskdev", FSTEST_IMGNAME, RUMP_ETFS_BLK);
tests/fs/ffs/t_quota2_remount.c
43
rump_pub_etfs_register("/diskdev", FSTEST_IMGNAME, RUMP_ETFS_BLK);
tests/fs/ffs/t_update_log.c
119
rump_pub_etfs_register("/diskdev", FSTEST_IMGNAME, RUMP_ETFS_BLK);
tests/fs/ffs/t_update_log.c
62
rump_pub_etfs_register("/diskdev", FSTEST_IMGNAME, RUMP_ETFS_BLK);
tests/fs/hfs/t_pathconvert.c
55
RZ(rump_pub_etfs_register(FAKEBLK, IMGNAME, RUMP_ETFS_BLK));
tests/fs/lfs/t_orphan.c
161
rump_pub_etfs_register(FAKEBLK, IMGNAME, RUMP_ETFS_BLK);
tests/fs/lfs/t_orphan.c
95
rump_pub_etfs_register(FAKEBLK, IMGNAME, RUMP_ETFS_BLK);
tests/fs/lfs/t_pr.c
46
rump_pub_etfs_register(FAKEBLK, IMGNAME, RUMP_ETFS_BLK);
tests/fs/lfs/util.c
55
rump_pub_etfs_register(FAKEBLK, IMGNAME, RUMP_ETFS_BLK);
tests/fs/nfs/nfsservice/rumpnfsd.c
92
rv = rump_pub_etfs_register("/etc/exports", "./exports", RUMP_ETFS_REG);
tests/rump/rumpvfs/t_etfs.c
135
ATF_REQUIRE_EQ(rump_pub_etfs_register(TESTPATH1, "./disk1.img",
tests/rump/rumpvfs/t_etfs.c
145
ATF_REQUIRE_EQ(rump_pub_etfs_register(TESTPATH2, "./disk2.img",
tests/rump/rumpvfs/t_etfs.c
197
ATF_REQUIRE_EQ(rump_pub_etfs_register(TESTPATH1, IMG_ON_MFS,
tests/rump/rumpvfs/t_etfs.c
207
ATF_REQUIRE_EQ(rump_pub_etfs_register(TESTPATH2, IMG_ON_MFS,
tests/rump/rumpvfs/t_etfs.c
277
RZ(rump_pub_etfs_register("/key", "hostfile", RUMP_ETFS_REG));
tests/rump/rumpvfs/t_etfs.c
278
ATF_REQUIRE_EQ(rump_pub_etfs_register("key", "hostfile", RUMP_ETFS_REG),
tests/rump/rumpvfs/t_etfs.c
284
RZ(rump_pub_etfs_register("////key//with/slashes", "hostfile",
tests/rump/rumpvfs/t_etfs.c
79
ATF_REQUIRE_EQ(rump_pub_etfs_register(TESTPATH1, "/etc/passwd",
tests/rump/rumpvfs/t_etfs.c
87
ATF_REQUIRE_EQ(rump_pub_etfs_register(TESTPATH2, "./testfile",
usr.bin/rump_allserver/rump_allserver.c
410
if ((error = rump_pub_etfs_register(ETFSKEY,
usr.sbin/puffs/rump_lfs/rump_lfs.c
101
rump_pub_etfs_register(rawdev, canon_dev, RUMP_ETFS_CHR);