Home
last modified time | relevance | path

Searched refs:mbytes (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/pcmcia/
H A Dif_cnw.c687 int buffer, bufsize, bufoffset, bufptr, bufspace, len, mbytes, n; in cnw_transmit() local
707 mbytes = m->m_len; in cnw_transmit()
708 len += mbytes; in cnw_transmit()
709 while (mbytes > 0) { in cnw_transmit()
720 n = mbytes <= bufspace ? mbytes : bufspace; in cnw_transmit()
726 mbytes -= n; in cnw_transmit()
743 int totbytes, buffer, bufbytes, bufptr, mbytes, n; in cnw_read() local
761 mbytes = MHLEN; in cnw_read()
772 mbytes = MLEN; in cnw_read()
781 mbytes = MCLBYTES; in cnw_read()
[all …]
/netbsd-src/external/gpl2/lvm2/dist/libdm/mm/
H A Ddbg_malloc.c51 unsigned int bytes, mbytes; member
115 if (_mem_stats.bytes > _mem_stats.mbytes) in dm_malloc_aux_debug()
116 _mem_stats.mbytes = _mem_stats.bytes; in dm_malloc_aux_debug()