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

  /src/sys/dev/pcmcia/
if_cnw.c 687 int buffer, bufsize, bufoffset, bufptr, bufspace, len, mbytes, n; local in function:cnw_transmit
707 mbytes = m->m_len;
708 len += mbytes;
709 while (mbytes > 0) {
720 n = mbytes <= bufspace ? mbytes : bufspace;
726 mbytes -= n;
743 int totbytes, buffer, bufbytes, bufptr, mbytes, n; local in function:cnw_read
761 mbytes = MHLEN;
772 mbytes = MLEN
    [all...]
if_cnw.c 687 int buffer, bufsize, bufoffset, bufptr, bufspace, len, mbytes, n; local in function:cnw_transmit
707 mbytes = m->m_len;
708 len += mbytes;
709 while (mbytes > 0) {
720 n = mbytes <= bufspace ? mbytes : bufspace;
726 mbytes -= n;
743 int totbytes, buffer, bufbytes, bufptr, mbytes, n; local in function:cnw_read
761 mbytes = MHLEN;
772 mbytes = MLEN
    [all...]

Completed in 33 milliseconds