Home
last modified time | relevance | path

Searched refs:comfd (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
110 comfd = args->pta_servfd; in readshovel()
143 if (xwrite(comfd, buf, n) != n) { in readshovel()
163 int comfd, puffsfd; in writeshovel() local
167 comfd = args->pta_servfd; in writeshovel()
184 n = xread(comfd, buf+off, toread); in writeshovel()
252 char comfd[16]; in donewfs() local
276 snprintf(comfd, sizeof(sv[0]), "%d", sv[0]); in donewfs()
277 if (setenv("PUFFS_COMFD", comfd, 1) == -1) in donewfs()