/src/sys/dev/audio/ |
audiobell.c | 111 u_int remainbytes; local in function:audiobell 171 remainbytes = remaincount * sizeof(int16_t); 182 bufbytes = uimin(bufbytes, remainbytes); 199 for (; remainbytes > 0; remainbytes -= len) { 200 len = uimin(remainbytes, bufbytes);
|
audiobell.c | 111 u_int remainbytes; local in function:audiobell 171 remainbytes = remaincount * sizeof(int16_t); 182 bufbytes = uimin(bufbytes, remainbytes); 199 for (; remainbytes > 0; remainbytes -= len) { 200 len = uimin(remainbytes, bufbytes);
|
/src/sys/arch/x86/x86/ |
bus_dma.c | 535 int remainbytes; local in function:_bus_dmamap_load_mbuf 566 remainbytes = m->m_len; 575 while (remainbytes > 0) { 579 size = MIN(remainbytes, PAGE_SIZE - offset); 590 remainbytes -= size;
|
bus_dma.c | 535 int remainbytes; local in function:_bus_dmamap_load_mbuf 566 remainbytes = m->m_len; 575 while (remainbytes > 0) { 579 size = MIN(remainbytes, PAGE_SIZE - offset); 590 remainbytes -= size;
|
/src/sys/arch/arm/arm32/ |
bus_dma.c | 634 int remainbytes; local in function:_bus_dmamap_load_mbuf 665 remainbytes = m->m_len; 674 while (remainbytes > 0) { 677 size = MIN(remainbytes, PAGE_SIZE - offset); 688 remainbytes -= size;
|
bus_dma.c | 634 int remainbytes; local in function:_bus_dmamap_load_mbuf 665 remainbytes = m->m_len; 674 while (remainbytes > 0) { 677 size = MIN(remainbytes, PAGE_SIZE - offset); 688 remainbytes -= size;
|
/src/sys/arch/riscv/riscv/ |
bus_dma.c | 628 int remainbytes; local in function:_bus_dmamap_load_mbuf 659 remainbytes = m->m_len; 668 while (remainbytes > 0) { 671 size = MIN(remainbytes, PAGE_SIZE - offset); 682 remainbytes -= size;
|
bus_dma.c | 628 int remainbytes; local in function:_bus_dmamap_load_mbuf 659 remainbytes = m->m_len; 668 while (remainbytes > 0) { 671 size = MIN(remainbytes, PAGE_SIZE - offset); 682 remainbytes -= size;
|