/src/sys/dev/ic/ |
i82586.c | 956 int thisrblen = IE_RBUF_SIZE - thisrboff, local in function:ieget 958 len = uimin(thisrblen, thismblen); 971 if (len == thisrblen) {
|
i82586.c | 956 int thisrblen = IE_RBUF_SIZE - thisrboff, local in function:ieget 958 len = uimin(thisrblen, thismblen); 971 if (len == thisrblen) {
|
/src/sys/arch/sun3/dev/ |
if_ie.c | 839 int thisrblen = ie_buflen(sc, head) - thisrboff; local in function:ieget 842 len = uimin(thisrblen, thismblen); 854 if (len == thisrblen) {
|
if_ie.c | 839 int thisrblen = ie_buflen(sc, head) - thisrboff; local in function:ieget 842 len = uimin(thisrblen, thismblen); 854 if (len == thisrblen) {
|
/src/sys/arch/acorn32/podulebus/ |
if_ie.c | 1160 int thisrblen = ie_buflen(sc, head) - thisrboff, local in function:ieget 1162 len = min(thisrblen, thismblen); 1187 if (len == thisrblen) {
|
if_ie.c | 1160 int thisrblen = ie_buflen(sc, head) - thisrboff, local in function:ieget 1162 len = min(thisrblen, thismblen); 1187 if (len == thisrblen) {
|