HomeSort by: relevance | last modified time | path
    Searched refs:rump_pub_etfs_register (Results 1 - 25 of 28) sorted by relevancy

1 2

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

Completed in 42 milliseconds

1 2