Searched refs:wcount (Results 1 - 10 of 10) sorted by relevance

/openbsd-current/sys/dev/microcode/yds/
H A Dbuild.c31 hswapn(u_int32_t *p, int wcount) argument
33 for (; wcount; wcount -=4) {
/openbsd-current/bin/cp/
H A Dutils.c60 int from_fd, rcount, rval, to_fd, wcount; local
149 wcount = lseek(to_fd, rcount, SEEK_CUR) == -1 ? -1 : rcount;
151 wcount = write(to_fd, buf, rcount);
152 if (rcount != wcount || wcount == -1) {
/openbsd-current/bin/mv/
H A Dcp.c444 int ch, checkch, from_fd, rcount, rval, to_fd, wcount; local
540 wcount = lseek(to_fd, rcount, SEEK_CUR) == -1 ? -1 : rcount;
542 wcount = write(to_fd, buf, rcount);
543 if (rcount != wcount || wcount == -1) {
/openbsd-current/sys/dev/microcode/bnx/
H A Dbuild.c112 hswapn(u_int32_t *p, int wcount) argument
114 for (; wcount; wcount -=4) {
/openbsd-current/usr.bin/sdiff/
H A Dsdiff.c133 ssize_t wcount; local
135 wcount = write(ofd, buf, (size_t)rcount);
136 if (-1 == wcount || rcount != wcount) {
/openbsd-current/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c387 int from_fd, rcount, to_fd, wcount; local
394 wcount = write(to_fd, buf, rcount);
395 if (rcount != wcount || wcount == -1)
/openbsd-current/sys/dev/usb/
H A Dif_athn_usb.h456 int wcount; member in struct:athn_usb_softc
H A Dif_athn_usb.c968 usc->wbuf[usc->wcount].addr = htobe32(addr);
969 usc->wbuf[usc->wcount].val = htobe32(val);
970 if (++usc->wcount == AR_MAX_WRITE_COUNT)
979 if (usc->wcount == 0)
983 usc->wbuf, usc->wcount * sizeof(usc->wbuf[0]), NULL);
984 usc->wcount = 0; /* Always flush buffer. */
/openbsd-current/sys/dev/pci/
H A Dyds.c86 static void nswaph(u_int32_t *p, int wcount);
316 nswaph(u_int32_t *p, int wcount) argument
318 for (; wcount; wcount -=4) {
H A Dif_bnx.c107 void nswaph(u_int32_t *p, int wcount);
419 nswaph(u_int32_t *p, int wcount) argument
421 for (; wcount; wcount -=4) {

Completed in 244 milliseconds