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

/freebsd-11-stable/sys/dev/cy/
H A Dcy.c682 u_char *ioptr; local
749 ioptr = com->iptr;
750 if (ioptr >= com->ibufend)
756 ioptr[0] = recv_data;
757 ioptr[com->ierroff] = line_status;
758 com->iptr = ++ioptr;
759 if (ioptr == com->ihighwater
776 ioptr = com->iptr;
777 ifree = com->ibufend - ioptr;
795 ioptr[
1041 u_char *ioptr; local
[all...]
/freebsd-11-stable/sys/dev/sio/
H A Dsio.c1486 u_char *ioptr; local
1563 ioptr = com->iptr;
1564 if (ioptr >= com->ibufend)
1575 ioptr[0] = recv_data;
1576 ioptr[com->ierroff] = line_status;
1577 com->iptr = ++ioptr;
1578 if (ioptr == com->ihighwater
1626 ioptr = com->obufq.l_head;
1630 ocount = com->obufq.l_tail - ioptr;
1635 outb(com->data_port, *ioptr
[all...]
/freebsd-11-stable/sys/pc98/cbus/
H A Dsio.c2265 u_char *ioptr; local
2413 ioptr = com->iptr;
2414 if (ioptr >= com->ibufend)
2425 ioptr[0] = recv_data;
2426 ioptr[com->ierroff] = line_status;
2427 com->iptr = ++ioptr;
2428 if (ioptr == com->ihighwater
2512 ioptr = com->obufq.l_head;
2516 ocount = com->obufq.l_tail - ioptr;
2532 outb(tmp_data_port, *ioptr
[all...]

Completed in 160 milliseconds