Searched refs:ipend (Results 26 - 30 of 30) sorted by relevance

12

/freebsd-11-stable/sys/dev/scc/
H A Dscc_core.c60 int c, i, ipend, isrc; local
63 while (!sc->sc_leaving && (ipend = SCC_IPEND(sc)) != 0) {
65 while (ipend) {
66 while (i < SCC_ISRCCNT && !(ipend & isrc))
69 ipend &= ~isrc;
/freebsd-11-stable/sys/dev/puc/
H A Dpuc.c136 int i, idx, ipend, isrc, nints; local
170 ipend = 0;
179 ipend |= port->p_ipend;
181 if (ipend == 0)
185 while (ipend) {
186 while (i < PUC_ISRCCNT && !(ipend & isrc))
189 ipend &= ~isrc;
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-ip.c546 const u_char *ipend; local
598 ipend = bp + ipds->len;
599 if (ipend < ndo->ndo_snapend)
600 ndo->ndo_snapend = ipend;
/freebsd-11-stable/sys/dev/uart/
H A Duart_bus.h143 serdev_intr_t *uart_bus_ihand(device_t dev, int ipend);
/freebsd-11-stable/sys/sparc64/pci/
H A Dsbbc.c944 int ipend; local
971 ipend = 0;
973 ipend |= SER_INT_RXREADY;
975 ipend |= SER_INT_BREAK;
979 ipend |= SER_INT_TXIDLE;
980 return (ipend);

Completed in 242 milliseconds

12