HomeSort by: relevance | last modified time | path
    Searched defs:thismblen (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
i82586.c 957 thismblen = m->m_len - thismboff; local in function:ieget
958 len = uimin(thisrblen, thismblen);
965 if (len == thismblen) {
  /src/sys/arch/sun3/dev/
if_ie.c 840 int thismblen = m->m_len - thismboff; local in function:ieget
842 len = uimin(thisrblen, thismblen);
848 if (len == thismblen) {
  /src/sys/arch/acorn32/podulebus/
if_ie.c 1161 thismblen = m->m_len - thismboff; local in function:ieget
1162 len = min(thisrblen, thismblen);
1181 if (len == thismblen) {

Completed in 15 milliseconds