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

/freebsd-11-stable/bin/cp/
H A Dutils.c82 size_t wresid; local
169 for (bufp = p, wresid = fs->st_size; ;
170 bufp += wcount, wresid -= (size_t)wcount) {
171 wcount = write(to_fd, bufp, wresid);
182 if (wcount >= (ssize_t)wresid)
185 if (wcount != (ssize_t)wresid) {
214 for (bufp = buf, wresid = rcount; ;
215 bufp += wcount, wresid -= wcount) {
216 wcount = write(to_fd, bufp, wresid);
227 if (wcount >= (ssize_t)wresid)
[all...]
/freebsd-11-stable/sys/dev/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.c1371 struct sym_tblmove wresid; member in struct:sym_dsb
4436 cp->phys.wresid.addr = cpu_to_scr(tmp);
4439 cp->phys.wresid.size = cpu_to_scr((tmp&0xff000000) | 1);

Completed in 141 milliseconds