Home
last modified time | relevance | path

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

/dragonfly/bin/cp/
H A Dutils.c58 size_t wresid; in copy_file() local
141 for (bufp = p, wresid = fs->st_size; ; in copy_file()
142 bufp += wcount, wresid -= (size_t)wcount) { in copy_file()
143 wcount = write(to_fd, bufp, wresid); in copy_file()
154 if (wcount >= (ssize_t)wresid) in copy_file()
157 if (wcount != (ssize_t)wresid) { in copy_file()
171 for (bufp = buf, wresid = rcount; ; in copy_file()
172 bufp += wcount, wresid -= wcount) { in copy_file()
173 wcount = write(to_fd, bufp, wresid); in copy_file()
184 if (wcount >= (ssize_t)wresid) in copy_file()
[all …]
/dragonfly/sys/dev/disk/sym/
H A Dsym_fw2.h1740 offsetof (struct sym_ccb, phys.wresid.addr),
1769 offsetof (struct sym_ccb, phys.wresid.size),
1785 offsetof (struct sym_ccb, phys.wresid),
1824 offsetof (struct sym_ccb, phys.wresid),
H A Dsym_fw1.h1752 offsetof (struct sym_ccb, phys.wresid),
H A Dsym_hipd.c1379 struct sym_tblmove wresid; member
4458 cp->phys.wresid.addr = cpu_to_scr(tmp); in sym_int_ma()
4461 cp->phys.wresid.size = cpu_to_scr((tmp&0xff000000) | 1); in sym_int_ma()