| /netbsd-src/tests/dev/raidframe/ |
| H A D | t_raid.sh | 78 -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 D | t_disk.sh | 55 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 D | etfs_wrap.c | 39 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 D | rump_allserver.c | 121 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 D | t_cgd.sh | 46 ${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 D | t_tcpip.sh | 244 -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 D | rumpfs.c | 327 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 D | t_rquotad.sh | 95 -d key=/dk,hostpath=${IMG},size=host ${RUMP_SERVER}
|