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);
|