Searched defs:wcnt (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_print.c201 int rcnt, wcnt; local
224 wcnt = smbfs_fh_write(pfd, databuf, rcnt, offset);
225 if (wcnt < 0) {
230 if (wcnt != rcnt) {
235 offset += wcnt;
H A Dsmbfs_rq.c145 int wcnt; local
151 wcnt = mbp->mb_count - rqp->rq_wcbase;
152 if (wcnt > 0x1ff)
153 DPRINT("word count too large (%d)\n", wcnt);
154 if (wcnt & 1)
156 wcnt >>= 1;
163 *rqp->rq_wcntp = (char)wcnt;

Completed in 21 milliseconds