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

/netbsd-6-1-5-RELEASE/sys/arch/sun3/dev/
H A Dif_ie.c895 int thisrblen = ie_buflen(sc, head) - thisrboff; local
898 len = min(thisrblen, thismblen);
910 if (len == thisrblen) {
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Di82586.c958 int thisrblen = IE_RBUF_SIZE - thisrboff, local
960 len = min(thisrblen, thismblen);
973 if (len == thisrblen) {
/netbsd-6-1-5-RELEASE/sys/arch/acorn32/podulebus/
H A Dif_ie.c1166 int thisrblen = ie_buflen(sc, head) - thisrboff, local
1168 len = min(thisrblen, thismblen);
1193 if (len == thisrblen) {

Completed in 127 milliseconds