| /src/sys/lib/libz/ |
| zalloc.c | 44 unsigned int totalsize; local 46 totalsize = items * size; 47 opaque = alloc(totalsize); 49 memset(opaque, 0, totalsize);
|
| /src/sbin/swapctl/ |
| swaplist.c | 95 int64_t totalsize, totalinuse; local 168 totalsize = 0; 172 totalsize += sep->se_nblks; 177 totalsize = dbtoqb(totalsize) / blocksize; 178 if (totalsize > 9999999990) 180 else if (totalsize > 999999990) 182 else if (totalsize > 99999990) 201 totalsize = totalinuse = ncounted = 0; 208 totalsize += size [all...] |
| /src/sys/external/bsd/common/include/linux/ |
| overflow.h | 70 size_t arraysize, totalsize; local 75 if (check_add_overflow(basesize, arraysize, &totalsize)) 77 return totalsize;
|
| /src/distrib/utils/embedded/conf/ |
| x86.conf | 18 local totalsize=$(( ${size} / 512 )) 21 local asize=$(( ${totalsize} - ${aoffset} )) 27 local cylinders=$(( ${totalsize} / ${spc} )) 39 total sectors: ${totalsize} 51 c: ${totalsize} 0 unused 0 0 # 52 d: ${totalsize} 0 unused 0 0 #
|
| riscv.conf | 24 local totalsize=$(( ${size} / 512 )) 30 local asize=$(( ${totalsize} - ${bootsize} - ${bootoffset} )) 37 local cylinders=$(( ${totalsize} / ${spc} )) 49 total sectors: ${totalsize} 61 c: ${totalsize} 0 unused 0 0 #
|
| evbarm.conf | 26 local totalsize=$(( ${size} / 512 )) 32 local asize=$(( ${totalsize} - ${bootsize} - ${bootoffset} )) 39 local cylinders=$(( ${totalsize} / ${spc} )) 51 total sectors: ${totalsize} 63 c: ${totalsize} 0 unused 0 0 #
|
| evbmips.conf | 26 local totalsize=$(( ${size} / 512 )) 32 local asize=$(( ${totalsize} - ${bootsize} - ${bootoffset} )) 39 local cylinders=$(( ${totalsize} / ${spc} )) 51 total sectors: ${totalsize} 63 c: ${totalsize} 0 unused 0 0 #
|
| evbppc.conf | 26 local totalsize=$(( ${size} / 512 )) 32 local asize=$(( ${totalsize} - ${bootsize} - ${bootoffset} )) 39 local cylinders=$(( ${totalsize} / ${spc} )) 51 total sectors: ${totalsize} 63 c: ${totalsize} 0 unused 0 0 #
|
| /src/sys/arch/sparc64/sparc64/ |
| cpu.c | 489 int totalsize = 0; local 588 totalsize = icachesize; 589 if (totalsize == 0) 590 totalsize = l * 593 cachesize = totalsize / cpu_icache_associativity(node); 597 if (totalsize > 0) { 599 (long)totalsize/1024, 603 ci->ci_cacheinfo.c_itotalsize = totalsize; 617 totalsize = dcachesize; 618 if (totalsize == 0 [all...] |
| /src/sys/external/bsd/libfdt/dist/ |
| fdt.c | 22 uint32_t totalsize = fdt_totalsize(fdt); local 38 if (totalsize < INT32_MAX) 39 return totalsize; 44 static int check_off_(uint32_t hdrsize, uint32_t totalsize, uint32_t off) 46 return (off >= hdrsize) && (off <= totalsize); 49 static int check_block_(uint32_t hdrsize, uint32_t totalsize, 52 if (!check_off_(hdrsize, totalsize, base)) 56 if (!check_off_(hdrsize, totalsize, base + size))
|
| fdt.h | 16 fdt32_t totalsize; /* total size of DT block */ member in struct:fdt_header
|
| /src/sys/arch/x86/x86/ |
| identcpu_subr.c | 219 int type, level, ways, partitions, linesize, sets, totalsize; local 263 totalsize = ways * partitions * linesize * sets; 264 ci->ci_cinfo[caitype].cai_totalsize = totalsize;
|
| /src/usr.sbin/bootp/common/ |
| hash.c | 79 unsigned totalsize; 82 totalsize = sizeof(hash_tbl) 84 hashtblptr = (hash_tbl *) malloc(totalsize); 86 bzero((char *) hashtblptr, totalsize); 78 unsigned totalsize; local
|
| /src/sys/arch/netwinder/netwinder/ |
| netwinder_machdep.c | 593 size_t totalsize = (uintptr_t) _end - KERNEL_BASE; local 597 totalsize = (totalsize + PGOFSET) & ~PGOFSET; 600 totalsize = (totalsize + PGOFSET) & ~PGOFSET; 608 physical_start + logical, totalsize - textsize,
|
| /src/sys/arch/epoc32/epoc32/ |
| machdep.c | 306 size_t totalsize = (uintptr_t) _end - KERNEL_TEXT_BASE; local 312 totalsize = (totalsize + PGOFSET) & ~PGOFSET; 313 datasize = totalsize - textsize; /* data and bss */
|
| /src/sys/arch/evbarm/adi_brh/ |
| brh_machdep.c | 546 size_t totalsize = (uintptr_t) _end - KERNEL_TEXT_BASE; local 550 totalsize = (totalsize + PGOFSET) & ~PGOFSET; 558 physical_start + logical, totalsize - textsize,
|
| /src/sys/arch/evbarm/g42xxeb/ |
| g42xxeb_machdep.c | 656 size_t totalsize = (uintptr_t) _end - KERNEL_TEXT_BASE; local 660 totalsize = (totalsize + PGOFSET) & ~PGOFSET; 668 physical_start + logical, totalsize - textsize,
|
| /src/sys/arch/evbarm/hdl_g/ |
| hdlg_machdep.c | 429 size_t totalsize = (uintptr_t) _end - KERNEL_TEXT_BASE; local 433 totalsize = (totalsize + PGOFSET) & ~PGOFSET; 441 physical_start + logical, totalsize - textsize,
|
| /src/sys/arch/evbarm/iq80310/ |
| iq80310_machdep.c | 549 size_t totalsize = (uintptr_t) _end - KERNEL_TEXT_BASE; local 553 totalsize = (totalsize + PGOFSET) & ~PGOFSET; 561 physical_start + logical, totalsize - textsize,
|
| /src/sys/arch/evbarm/iq80321/ |
| iq80321_machdep.c | 575 size_t totalsize = (uintptr_t) _end - KERNEL_TEXT_BASE; local 579 totalsize = (totalsize + PGOFSET) & ~PGOFSET; 587 physical_start + logical, totalsize - textsize,
|
| /src/sys/arch/evbarm/ixdp425/ |
| ixdp425_machdep.c | 557 size_t totalsize = (uintptr_t) _end - KERNEL_TEXT_BASE; local 561 totalsize = (totalsize + PGOFSET) & ~PGOFSET; 569 physical_start + logical, totalsize - textsize,
|
| /src/sys/arch/evbarm/ixm1200/ |
| ixm1200_machdep.c | 504 size_t totalsize = (uintptr_t) _end - KERNEL_TEXT_BASE; local 508 totalsize = (totalsize + PGOFSET) & ~PGOFSET; 516 physical_start + logical, totalsize - textsize,
|
| /src/sys/arch/evbarm/npwr_fc/ |
| npwr_fc_machdep.c | 558 size_t totalsize = (uintptr_t) _end - KERNEL_TEXT_BASE; local 562 totalsize = (totalsize + PGOFSET) & ~PGOFSET; 570 physical_start + logical, totalsize - textsize,
|
| /src/sys/arch/evbarm/nslu2/ |
| nslu2_machdep.c | 615 size_t totalsize = (uintptr_t) _end - KERNEL_TEXT_BASE; local 619 totalsize = (totalsize + PGOFSET) & ~PGOFSET; 627 physical_start + logical, totalsize - textsize,
|
| /src/sys/arch/evbarm/smdk2xx0/ |
| smdk2800_machdep.c | 584 size_t totalsize = (uintptr_t)&end - KERNEL_TEXT_BASE; local 588 totalsize = (totalsize + PGOFSET) & ~PGOFSET; 596 physical_start + logical, totalsize - textsize,
|