Home
last modified time | relevance | path

Searched refs:alloced (Results 1 – 20 of 20) sorted by relevance

/freebsd-12.1/sys/powerpc/pseries/
H A Dplpar_iommu.c168 bus_addr_t alloced; in phyp_iommu_map() local
185 boundary, minaddr, maxaddr, M_BESTFIT | M_NOWAIT, &alloced); in phyp_iommu_map()
190 KASSERT(alloced % PAGE_SIZE == 0, ("Alloc not page aligned")); in phyp_iommu_map()
191 KASSERT((alloced + (segs[i].ds_addr & PAGE_MASK)) % in phyp_iommu_map()
199 alloced + j, tce + j); in phyp_iommu_map()
206 segs[i].ds_addr = alloced + (segs[i].ds_addr & PAGE_MASK); in phyp_iommu_map()
/freebsd-12.1/sys/dev/sound/isa/
H A Dgusc.c358 int *alloced, rid_max, alloced_max; in gusc_alloc_resource() local
364 alloced = scp->io_alloced; in gusc_alloc_resource()
370 alloced = &scp->irq_alloced; in gusc_alloc_resource()
376 alloced = scp->drq_alloced; in gusc_alloc_resource()
388 alloced[*rid]++; in gusc_alloc_resource()
397 int *alloced, rid_max; in gusc_release_resource() local
402 alloced = scp->io_alloced; in gusc_release_resource()
406 alloced = &scp->irq_alloced; in gusc_release_resource()
410 alloced = scp->drq_alloced; in gusc_release_resource()
417 if (rid > rid_max || alloced[rid] == 0) in gusc_release_resource()
[all …]
H A Dsbc.c544 int *alloced, rid_max, alloced_max; in sbc_alloc_resource() local
550 alloced = scp->io_alloced; in sbc_alloc_resource()
556 alloced = scp->drq_alloced; in sbc_alloc_resource()
562 alloced = scp->irq_alloced; in sbc_alloc_resource()
574 alloced[*rid]++; in sbc_alloc_resource()
583 int *alloced, rid_max; in sbc_release_resource() local
588 alloced = scp->io_alloced; in sbc_release_resource()
592 alloced = scp->drq_alloced; in sbc_release_resource()
596 alloced = scp->irq_alloced; in sbc_release_resource()
603 if (rid > rid_max || alloced[rid] == 0) in sbc_release_resource()
[all …]
/freebsd-12.1/contrib/binutils/bfd/
H A Delf-strtab.c53 bfd_size_type alloced; member
112 table->alloced = 64; in _bfd_elf_strtab_init()
114 table->array = bfd_malloc (table->alloced * amt); in _bfd_elf_strtab_init()
164 if (tab->size == tab->alloced) in _bfd_elf_strtab_add()
167 tab->alloced *= 2; in _bfd_elf_strtab_add()
168 tab->array = bfd_realloc (tab->array, tab->alloced * amt); in _bfd_elf_strtab_add()
H A DChangeLog-2006200 (struct eh_frame_sec_info): Remove alloced field.
H A DChangeLog-0001756 relocations in non-alloced sections against global symbols
3700 Only create .rela section for alloced sections in shared libraries.
/freebsd-12.1/contrib/bmake/
H A Dsetenv.c87 static int alloced; /* if allocated space before */ local
107 if (alloced) { /* just increase size */
114 alloced = 1; /* copy old entries into it */
/freebsd-12.1/contrib/gcc/config/
H A Ddarwin-crt3.c491 struct one_atexit_routine *alloced; in atexit_common() local
498 alloced = malloc (sizeof (struct one_atexit_routine)); in atexit_common()
499 if (! alloced) in atexit_common()
501 *alloced = *r; in atexit_common()
502 return cxa_atexit (cxa_atexit_wrapper, alloced, dso); in atexit_common()
/freebsd-12.1/contrib/gdb/gdb/
H A Dinterps.c421 int alloced = 0; in interpreter_completer() local
430 ++alloced; in interpreter_completer()
431 matches = (char **) xmalloc (alloced * sizeof (char *)); in interpreter_completer()
464 else if (num_matches < alloced) in interpreter_completer()
/freebsd-12.1/contrib/gcclibs/libiberty/testsuite/
H A Dtest-demangle.c38 size_t alloced; member
53 size_t alloc = buf->alloced;
86 buf->alloced = alloc;
/freebsd-12.1/sys/amd64/vmm/io/
H A Dppt.c600 int numvec, alloced, rid, error; in ppt_setup_msix() local
659 alloced = numvec; in ppt_setup_msix()
660 error = pci_alloc_msix(ppt->dev, &alloced); in ppt_setup_msix()
661 if (error || alloced != numvec) { in ppt_setup_msix()
/freebsd-12.1/sys/kern/
H A Dkern_malloc.c1214 uint64_t alloced, freed; in DB_SHOW_COMMAND() local
1223 alloced = 0; in DB_SHOW_COMMAND()
1229 alloced += mtsp->mts_memalloced; in DB_SHOW_COMMAND()
1234 (alloced - freed + 1023) / 1024, allocs); in DB_SHOW_COMMAND()
/freebsd-12.1/contrib/unbound/dnstap/
H A Ddnstap.c76 sbuf.alloced = DNSTAP_INITIAL_BUF_SIZE; in dt_pack()
77 sbuf.data = malloc(sbuf.alloced); in dt_pack()
/freebsd-12.1/crypto/openssl/apps/
H A Ds_server.c305 size_t alloced; member
332 wbuf->alloced = 1024; in ebcdic_new()
384 if (inl > (num = wbuf->alloced)) { in ebcdic_write()
391 wbuf->alloced = num; in ebcdic_write()
/freebsd-12.1/contrib/gcclibs/libdecnumber/
H A DdecNumber.c2245 Flag alloced = 0; /* set non-0 if any allocations */ in decAddOp() local
2267 alloced = 1; in decAddOp()
2275 alloced = 1; in decAddOp()
2525 alloced = 1; in decAddOp()
2626 if (alloced) in decAddOp()
/freebsd-12.1/contrib/gcc/cp/
H A Dparser.c9600 unsigned alloced = 10; in cp_parser_template_argument_list() local
9627 if (n_args == alloced) in cp_parser_template_argument_list()
9629 alloced *= 2; in cp_parser_template_argument_list()
9633 arg_ary = XNEWVEC (tree, alloced); in cp_parser_template_argument_list()
9637 arg_ary = XRESIZEVEC (tree, arg_ary, alloced); in cp_parser_template_argument_list()
/freebsd-12.1/contrib/binutils/binutils/
H A DChangeLog-0203494 (dlltmp): Pass address of pointer being alloced or suffer neverending
/freebsd-12.1/contrib/libevent/
H A DChangeLog-2.0969 o Delete stack-alloced event in new unit test before returning. (7ffd387)
/freebsd-12.1/contrib/ntp/sntp/libevent/
H A DChangeLog-2.0969 o Delete stack-alloced event in new unit test before returning. (7ffd387)
/freebsd-12.1/contrib/unbound/doc/
H A DChangelog8343 - caught bad free of un-alloced data in worker_send error case.