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

/freebsd-9.3-release/bin/pax/
H A Dfile_subs.c754 int wcnt; local
775 wcnt = MIN(cnt, *rem);
776 cnt -= wcnt;
777 *rem -= wcnt;
784 end = st + wcnt;
796 if (lseek(fd, (off_t)wcnt, SEEK_CUR) < 0) {
813 if (write(fd, st, wcnt) != wcnt) {
817 st += wcnt;
/freebsd-9.3-release/sys/compat/ndis/
H A Dsubr_ntoskrnl.c1770 int i, wcnt = 0, error = 0; local
1795 wcnt = 0;
1809 wcnt++;
1835 wcnt--;
1847 if (wtype == WAITTYPE_ALL && wcnt == 0) {
1882 while (wcnt) {
1913 wcnt--;
1929 if (wcnt == 0) {

Completed in 61 milliseconds