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

/netbsd-current/sys/arch/acorn32/podulebus/
H A Dif_ie.c1160 int thisrblen = ie_buflen(sc, head) - thisrboff, local
1162 len = min(thisrblen, thismblen);
1187 if (len == thisrblen) {
/netbsd-current/sys/dev/ic/
H A Di82586.c956 int thisrblen = IE_RBUF_SIZE - thisrboff, local
958 len = uimin(thisrblen, thismblen);
971 if (len == thisrblen) {
/netbsd-current/sys/arch/sun3/dev/
H A Dif_ie.c839 int thisrblen = ie_buflen(sc, head) - thisrboff; local
842 len = uimin(thisrblen, thismblen);
854 if (len == thisrblen) {

Completed in 101 milliseconds