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

/freebsd-current/bin/cp/
H A Dutils.c75 ssize_t rcount, wresid, wcount = 0; local
90 for (bufp = buf, wresid = rcount; ; bufp += wcount, wresid -= wcount) {
91 wcount = write(to_fd, bufp, wresid);
94 if (wcount >= wresid)
/freebsd-current/sys/dev/sym/
H A Dsym_fw2.h1741 offsetof (struct sym_ccb, phys.wresid.addr),
1770 offsetof (struct sym_ccb, phys.wresid.size),
1786 offsetof (struct sym_ccb, phys.wresid),
1825 offsetof (struct sym_ccb, phys.wresid),
H A Dsym_fw1.h1753 offsetof (struct sym_ccb, phys.wresid),
H A Dsym_hipd.c1362 struct sym_tblmove wresid; member in struct:sym_dsb
4423 cp->phys.wresid.addr = cpu_to_scr(tmp);
4426 cp->phys.wresid.size = cpu_to_scr((tmp&0xff000000) | 1);

Completed in 309 milliseconds