HomeSort by: relevance | last modified time | path
    Searched defs:puffsfd (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/fs/common/
fstest_puffs.c 109 int comfd, puffsfd; local in function:readshovel
112 puffsfd = args->pta_rumpfd;
120 n = rump_sys_read(puffsfd, buf, sizeof(*phdr));
127 n = rump_sys_read(puffsfd, buf+sizeof(*phdr),
164 int comfd, puffsfd; local in function:writeshovel
169 puffsfd = args->pta_rumpfd;
205 n = rump_sys_write(puffsfd, buf, phdr->pth_framelen);
fstest_puffs.c 109 int comfd, puffsfd; local in function:readshovel
112 puffsfd = args->pta_rumpfd;
120 n = rump_sys_read(puffsfd, buf, sizeof(*phdr));
127 n = rump_sys_read(puffsfd, buf+sizeof(*phdr),
164 int comfd, puffsfd; local in function:writeshovel
169 puffsfd = args->pta_rumpfd;
205 n = rump_sys_write(puffsfd, buf, phdr->pth_framelen);

Completed in 21 milliseconds