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

/freebsd-11-stable/sys/dev/rc/
H A Drc.c372 u_char val, iack, bsr, ucnt, *optr; local
424 ucnt = rcin(sc, CD180_RDCR) & 0xF;
429 if ((rc->rc_iptr + ucnt) >= rc->rc_bufend) {
430 resid = ucnt;
431 ucnt = rc->rc_bufend - rc->rc_iptr;
432 resid -= ucnt;
441 while (ucnt-- > 0) {
452 while (ucnt-- > 0) {
490 resid = ucnt;
1191 u_char ucnt; local
[all...]
/freebsd-11-stable/sys/dev/virtio/network/
H A Dif_vtnet.c3294 int ucnt, mcnt, promisc, allmulti, error; local
3299 ucnt = 0;
3316 else if (ucnt == VTNET_MAX_MAC_ENTRIES) {
3322 &filter->vmf_unicast.macs[ucnt], ETHER_ADDR_LEN);
3323 ucnt++;
3333 filter->vmf_unicast.nentries = ucnt;

Completed in 107 milliseconds