Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/fs/common/
H A Dfstest_puffs.c108 int comfd, puffsfd; in readshovel() local
111 puffsfd = args->pta_rumpfd; in readshovel()
119 n = rump_sys_read(puffsfd, buf, sizeof(*phdr)); in readshovel()
126 n = rump_sys_read(puffsfd, buf+sizeof(*phdr), in readshovel()
163 int comfd, puffsfd; in writeshovel() local
168 puffsfd = args->pta_rumpfd; in writeshovel()
204 n = rump_sys_write(puffsfd, buf, phdr->pth_framelen); in writeshovel()