Home
last modified time | relevance | path

Searched refs:hostpath (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/tests/dev/raidframe/
H A Dt_raid.sh78 -d key=/disk0,hostpath=disk0.img,size=1m \
79 -d key=/disk1,hostpath=disk1.img,size=1m \
131 -d key=/disk0,hostpath=disk0.img,size=${RAID_MEDIASIZE} \
132 -d key=/disk1,hostpath=disk1.img,size=${RAID_MEDIASIZE} \
149 -d key=/disk0,hostpath=disk0.img,size=${RAID_MEDIASIZE} \
150 -d key=/disk1,hostpath=disk1.img,size=${RAID_MEDIASIZE} \
181 -d key=/disk0,hostpath=disk0.img,size=${RAID_MEDIASIZE} \
182 -d key=/disk1,hostpath=disk1.img,size=${RAID_MEDIASIZE} \
193 -d key=/disk0,hostpath=disk0.img,size=${RAID_MEDIASIZE} \
194 -d key=/disk1,hostpath=disk1.img,size=${RAID_MEDIASIZE} \
[all …]
/netbsd-src/tests/usr.bin/rump_server/
H A Dt_disk.sh55 test_case size -d key=/img,hostpath=the.img,size=32k
61 test_case offset -d key=/img,hostpath=the.img,size=32k,offset=16k
67 test_case notrunc -d key=/img,hostpath=the.img,size=8k,offset=16k
77 test_case data -d key=/img,hostpath=the.img,size=8k,offset=16k
91 test_case type_chr -d key=/img,hostpath=the.img,size=32k,type=chr
98 test_case type_reg -d key=/img,hostpath=the.img,size=32k,type=reg
105 test_case type_blk -d key=/img,hostpath=the.img,size=32k,type=blk
112 test_case type_blk_default -d key=/img,hostpath=the.img,size=32k
/netbsd-src/sys/rump/librump/rumpkern/
H A Detfs_wrap.c39 rump_etfs_register(const char *key, const char *hostpath, in rump_etfs_register() argument
43 return rump__etfs_register(key, hostpath, ftype, in rump_etfs_register()
48 rump_etfs_register_withsize(const char *key, const char *hostpath, in rump_etfs_register_withsize() argument
52 return rump__etfs_register(key, hostpath, ftype, begin, size); in rump_etfs_register_withsize()
/netbsd-src/usr.bin/rump_allserver/
H A Drump_allserver.c121 const char *hostpath; member
163 char *key, *hostpath; in main() local
170 key = hostpath = NULL; in main()
186 if (hostpath != NULL) { in main()
191 hostpath = value; in main()
286 if (key == NULL || hostpath == NULL || in main()
304 etfs[curetfs].hostpath = hostpath; in main()
434 fd = open(etfs[i].hostpath, O_RDWR | oflags, 0644); in main()
462 etfs[i].hostpath, etfs[i].type, foffset, flen)) != 0) in main()
/netbsd-src/tests/dev/cgd/
H A Dt_cgd.sh46 ${cgdserver} -d key=/dev/dk,hostpath=dk.img,size=1m unix://csock
76 ${cgdserver} -d key=/dev/dk,hostpath=dk.img,size=1m unix://csock
111 ${cgdserver} -d key=/dev/dk,hostpath=dk.img,size=1m unix://csock
155 ${cgdserver} -d key=/dev/dk,hostpath=dk.img,size=1m unix://csock
/netbsd-src/tests/lib/librumphijack/
H A Dt_tcpip.sh244 -d key=/dk,hostpath=ffs.img,size=host
271 -lrumpdev_disk -d key=/dk,hostpath=ffs.img,size=host
/netbsd-src/sys/rump/librump/rumpvfs/
H A Drumpfs.c327 etfsregister(const char *key, const char *hostpath, in etfsregister() argument
345 if ((error = rumpuser_getfileinfo(hostpath, &fsize, &hft)) != 0) in etfsregister()
367 error = rumpblk_register(hostpath, &dmin, begin, size); in etfsregister()
385 size_t len = strlen(hostpath)+1; in etfsregister()
388 memcpy(rn->rn_hostpath, hostpath, len); in etfsregister()
406 rumpblk_deregister(hostpath); in etfsregister()
418 aprint_verbose("/%s: hostpath %s (%s)\n", key, hostpath, buf); in etfsregister()
/netbsd-src/tests/fs/nfs/
H A Dt_rquotad.sh95 -d key=/dk,hostpath=${IMG},size=host ${RUMP_SERVER}