Home
last modified time | relevance | path

Searched refs:SIOCOPYSIZE (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/serial/sio/
H A Dsio.c1677 #define SIOCOPYSIZE 64 macro
1687 uint8_t buf[SIOCOPYSIZE]; in sioinput()
1702 if (incc > SIOCOPYSIZE) { in sioinput()
1703 bcopy(com->ibuf, buf, SIOCOPYSIZE); in sioinput()
1704 bcopy(com->ibuf + SIOCOPYSIZE, com->ibuf, incc - SIOCOPYSIZE); in sioinput()
1705 com->iptr = com->ibuf + incc - SIOCOPYSIZE; in sioinput()
1706 incc = SIOCOPYSIZE; in sioinput()