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

/freebsd-11-stable/sys/mips/cavium/
H A Docteon_pci_console.c223 uint16_t wcnt; local
232 wcnt = cvmx_read64_uint16(console_wcnt) % OPCIC_RSYS_FIFO_SIZE;
233 cvmx_write64_uint8(console_wbuf + wcnt, (uint8_t)c);
234 cvmx_write64_uint16(console_wcnt, wcnt + 1);
/freebsd-11-stable/bin/pax/
H A Dfile_subs.c753 int wcnt; local
774 wcnt = MIN(cnt, *rem);
775 cnt -= wcnt;
776 *rem -= wcnt;
783 end = st + wcnt;
795 if (lseek(fd, (off_t)wcnt, SEEK_CUR) < 0) {
812 if (write(fd, st, wcnt) != wcnt) {
816 st += wcnt;
/freebsd-11-stable/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 101 milliseconds