Searched refs:len_total (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/sysklogd/
H A Dlogread.c91 int len_total = len_total; /* for gcc */ local
130 len_first_part = len_total = shbuf_tail - cur;
131 if (len_total < 0) {
135 len_total += shbuf_size;
137 copy = xmalloc(len_total + 1);
144 copy[len_total] = '\0';
159 for (i = 0; i < len_total; i += strlen(copy + i) + 1) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dioport.c295 unsigned long len_total = (len + PAGE_SIZE-1) & PAGE_MASK; local
307 order = get_order(len_total);
314 if (allocate_resource(&_sparc_dvma, res, len_total,
316 printk("sbus_alloc_consistent: cannot occupy 0x%lx", len_total);
319 mmu_inval_dma_area(va, len_total);
320 // sparc_mapiorange(0, virt_to_phys(va), res->start, len_total);
321 if (mmu_map_dma_area(dma_addrp, va, res->start, len_total) != 0)
515 unsigned long len_total = (len + PAGE_SIZE-1) & PAGE_MASK; local
527 order = get_order(len_total);
530 printk("pci_alloc_consistent: no %ld pages\n", len_total>>PAGE_SHIF
[all...]

Completed in 54 milliseconds