HomeSort by: relevance | last modified time | path
    Searched defs:totalsize (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/sys/lib/libz/
zalloc.c 44 unsigned int totalsize; local in function:zcalloc
46 totalsize = items * size;
47 opaque = alloc(totalsize);
49 memset(opaque, 0, totalsize);
  /src/sys/external/bsd/common/include/linux/
overflow.h 70 size_t arraysize, totalsize; local in function:__struct_size
75 if (check_add_overflow(basesize, arraysize, &totalsize))
77 return totalsize;
  /src/sys/arch/x86/x86/
identcpu_subr.c 219 int type, level, ways, partitions, linesize, sets, totalsize; local in function:cpu_dcp_cacheinfo
263 totalsize = ways * partitions * linesize * sets;
264 ci->ci_cinfo[caitype].cai_totalsize = totalsize;
  /src/sys/external/bsd/libfdt/dist/
fdt.c 22 uint32_t totalsize = fdt_totalsize(fdt); local in function:fdt_ro_probe_
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/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 in function:hash_Init
  /src/sbin/swapctl/
swaplist.c 66 int64_t totalsize, totalinuse; local in function:list_swap
122 totalsize = totalinuse = ncounted = 0;
129 totalsize += size;
166 if ((humanize_number(szbuf, sizeof(szbuf), (dbtoqb(totalsize)),
173 (long)(dbtoqb(totalsize) / blocksize),
179 if ((humanize_number(szbuf, sizeof(szbuf), (dbtoqb(totalsize)),
185 if ((humanize_number(avbuf, sizeof(avbuf), (dbtoqb(totalsize-totalinuse)),
193 (long)(dbtoqb(totalsize) / blocksize), suff,
195 (long)(dbtoqb(totalsize - totalinuse) / blocksize), suff);
199 if ((humanize_number(szbuf, sizeof(szbuf), (dbtoqb(totalsize)),
    [all...]
  /src/sys/arch/arm/arm32/
arm32_kvminit.c 781 size_t totalsize = bmi->bmi_kernelend - bmi->bmi_kernelstart; local in function:arm32_kernel_vm_init
801 data.pv_size = totalsize - textsize;
  /src/sys/arch/epoc32/epoc32/
machdep.c 306 size_t totalsize = (uintptr_t) _end - KERNEL_TEXT_BASE; local in function:initarm
312 totalsize = (totalsize + PGOFSET) & ~PGOFSET;
313 datasize = totalsize - textsize; /* data and bss */
  /src/sys/arch/evbarm/imx31/
imx31lk_machdep.c 544 size_t totalsize = round_L_page((size_t)_end - KERNEL_TEXT_BASE); local in function:initarm
550 printf("%s: textsize %#lx, totalsize %#lx\n",
551 __func__, textsize, totalsize);
562 physical_start + logical, totalsize - textsize,
  /src/sys/arch/evbarm/ixm1200/
ixm1200_machdep.c 504 size_t totalsize = (uintptr_t) _end - KERNEL_TEXT_BASE; local in function:initarm
508 totalsize = (totalsize + PGOFSET) & ~PGOFSET;
516 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 in function:initarm
433 totalsize = (totalsize + PGOFSET) & ~PGOFSET;
441 physical_start + logical, totalsize - textsize,
  /src/sys/arch/evbarm/iq80321/
iq80321_machdep.c 575 size_t totalsize = (uintptr_t) _end - KERNEL_TEXT_BASE; local in function:initarm
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 in function:initarm
561 totalsize = (totalsize + PGOFSET) & ~PGOFSET;
569 physical_start + logical, totalsize - textsize,
  /src/sys/arch/evbarm/nslu2/
nslu2_machdep.c 615 size_t totalsize = (uintptr_t) _end - KERNEL_TEXT_BASE; local in function:initarm
619 totalsize = (totalsize + PGOFSET) & ~PGOFSET;
627 physical_start + logical, totalsize - textsize,
  /src/sys/arch/arm/at91/
at91bus.c 368 size_t totalsize = (uintptr_t) _end - KERNEL_TEXT_BASE; local in function:at91bus_setup
372 totalsize = (totalsize + PGOFSET) & ~PGOFSET;
379 physical_start + logical, totalsize - textsize,
  /src/sys/arch/evbarm/adi_brh/
brh_machdep.c 546 size_t totalsize = (uintptr_t) _end - KERNEL_TEXT_BASE; local in function:initarm
550 totalsize = (totalsize + PGOFSET) & ~PGOFSET;
558 physical_start + logical, totalsize - textsize,
  /src/sys/arch/evbarm/iq80310/
iq80310_machdep.c 549 size_t totalsize = (uintptr_t) _end - KERNEL_TEXT_BASE; local in function:initarm
553 totalsize = (totalsize + PGOFSET) & ~PGOFSET;
561 physical_start + logical, totalsize - textsize,
  /src/sys/arch/evbarm/lubbock/
lubbock_machdep.c 734 size_t totalsize = (uintptr_t) _end - KERNEL_TEXT_BASE; local in function:initarm
738 totalsize = (totalsize + PGOFSET) & ~PGOFSET;
746 physical_start + logical, totalsize - textsize,
  /src/sys/arch/evbarm/smdk2xx0/
smdk2800_machdep.c 584 size_t totalsize = (uintptr_t)&end - KERNEL_TEXT_BASE; local in function:initarm
588 totalsize = (totalsize + PGOFSET) & ~PGOFSET;
596 physical_start + logical, totalsize - textsize,
  /src/sys/arch/evbarm/tsarm/
tsarm_machdep.c 574 size_t totalsize = (uintptr_t) _end - KERNEL_TEXT_BASE; local in function:initarm
578 totalsize = (totalsize + PGOFSET) & ~PGOFSET;
585 physical_start + logical, totalsize - textsize,
  /src/sys/arch/evbarm/viper/
viper_machdep.c 596 size_t totalsize = (uintptr_t) _end - KERNEL_TEXT_BASE; local in function:initarm
600 totalsize = (totalsize + PGOFSET) & ~PGOFSET;
608 physical_start + logical, totalsize - textsize,
  /src/sys/arch/evbarm/g42xxeb/
g42xxeb_machdep.c 656 size_t totalsize = (uintptr_t) _end - KERNEL_TEXT_BASE; local in function:initarm
660 totalsize = (totalsize + PGOFSET) & ~PGOFSET;
668 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 in function:initarm
562 totalsize = (totalsize + PGOFSET) & ~PGOFSET;
570 physical_start + logical, totalsize - textsize,
  /src/sys/arch/sparc64/sparc64/
cpu.c 489 int totalsize = 0; local in function:cpu_attach
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...]

Completed in 105 milliseconds

1 2