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

/netbsd-current/sys/arch/acorn32/podulebus/
H A Dif_ie.c1161 thismblen = m->m_len - thismboff; local
1162 len = min(thisrblen, thismblen);
1181 if (len == thismblen) {
/netbsd-current/sys/dev/ic/
H A Di82586.c957 thismblen = m->m_len - thismboff; local
958 len = uimin(thisrblen, thismblen);
965 if (len == thismblen) {
/netbsd-current/sys/arch/sun3/dev/
H A Dif_ie.c840 int thismblen = m->m_len - thismboff; local
842 len = uimin(thisrblen, thismblen);
848 if (len == thismblen) {

Completed in 145 milliseconds