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

/netbsd-6-1-5-RELEASE/sys/arch/sun3/dev/
H A Dif_ie.c896 int thismblen = m->m_len - thismboff; local
898 len = min(thisrblen, thismblen);
904 if (len == thismblen) {
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Di82586.c959 thismblen = m->m_len - thismboff; local
960 len = min(thisrblen, thismblen);
967 if (len == thismblen) {
/netbsd-6-1-5-RELEASE/sys/arch/acorn32/podulebus/
H A Dif_ie.c1167 thismblen = m->m_len - thismboff; local
1168 len = min(thisrblen, thismblen);
1187 if (len == thismblen) {

Completed in 103 milliseconds