Home
last modified time | relevance | path

Searched refs:unallocated (Results 1 – 25 of 76) sorted by relevance

1234

/netbsd-src/external/gpl3/binutils/dist/gas/
H A Decoff.c1049 int unallocated; /* number of elements unallocated on page */ member
4817 int unallocated = alloc_counts[(int) alloc_type_scope].unallocated; in allocate_scope() local
4820 if (unallocated == 0) in allocate_scope()
4822 unallocated = PAGE_SIZE / sizeof (scope_t); in allocate_scope()
4827 ptr = &cur_page->scope[--unallocated]; in allocate_scope()
4828 alloc_counts[(int) alloc_type_scope].unallocated = unallocated; in allocate_scope()
4866 int unallocated = alloc_counts[(int) alloc_type_vlinks].unallocated; in allocate_vlinks() local
4869 if (unallocated == 0) in allocate_vlinks()
4871 unallocated = PAGE_SIZE / sizeof (vlinks_t); in allocate_vlinks()
4876 ptr = &cur_page->vlinks[--unallocated]; in allocate_vlinks()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Decoff.c1049 int unallocated; /* number of elements unallocated on page */ member
4820 int unallocated = alloc_counts[(int) alloc_type_scope].unallocated; in allocate_scope() local
4823 if (unallocated == 0) in allocate_scope()
4825 unallocated = PAGE_SIZE / sizeof (scope_t); in allocate_scope()
4830 ptr = &cur_page->scope[--unallocated]; in allocate_scope()
4831 alloc_counts[(int) alloc_type_scope].unallocated = unallocated; in allocate_scope()
4870 int unallocated = alloc_counts[(int) alloc_type_vlinks].unallocated; in allocate_vlinks() local
4873 if (unallocated == 0) in allocate_vlinks()
4875 unallocated = PAGE_SIZE / sizeof (vlinks_t); in allocate_vlinks()
4880 ptr = &cur_page->vlinks[--unallocated]; in allocate_vlinks()
[all …]
/netbsd-src/sys/fs/udf/
H A Dudf.h281 struct unalloc_sp_desc *unallocated; /* free UDF space */ member
H A Dudf_vfsops.c247 MPFREE(ump->unallocated, M_UDFVOLD); in free_udf_mountinfo()
H A Dudf_subr.c1029 UDF_UPDATE_DSCR(ump->unallocated, &dscr->usd); in udf_process_vds_descriptor()
/netbsd-src/sbin/fsck_ffs/
H A Dutilities.c591 static struct inostat unallocated = { USTATE, 0, 0 }; in inoinfo() local
601 return (&unallocated); in inoinfo()
/netbsd-src/external/bsd/top/dist/machine/
H A Dm_sunos5.man43 The amount of unallocated physical memory.
/netbsd-src/sbin/newfs_udf/
H A Dudf_core.h194 struct unalloc_sp_desc *unallocated; /* free UDF space */ member
H A Dudf_core.c1168 context.unallocated = usd; in udf_create_unalloc_spaced()
4878 dscr = (union dscrptr *) context.unallocated; in udf_do_newfs_prefix()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-2021200 unallocated allocatable array or an assumed-size array.
H A DChangeLog-2010153 Allocate return array if unallocated.
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A DChangeLog-2013130 use the array bounds of an unallocated array but set its size
440 * resolve.c (generate_component_assignments): Handle unallocated
H A DChangeLog-20205 components are set unallocated using EXPR_NULL. Then missing
2341 Boolean expression; handle unallocated/disassociated actual arguments
H A DChangeLog-20122037 Handle the case of unallocated arrays passed to elemental procedures.
H A DChangeLog-20162937 code to trap assignment of scalars to unallocated arrays.
H A Dinvoke.texi1996 (re)allocated if it is either unallocated or has a different shape. The
/netbsd-src/crypto/dist/ipsec-tools/
H A DChangeLog.old205 * src/racoon/admin.c: Do not use an unallocated pointer (Coverity)
425 initialize NAT-T VID to avoid freeing unallocated stuff.
1582 * src/racoon/isakmp_frag.c: fix unallocated memory access
/netbsd-src/usr.sbin/sysinst/
H A Dmsg.mi.en1423 * $2 = unallocated space 1.2 GB
H A Dmsg.mi.de1490 * $2 = unallocated space 1.2 GB
H A Dmsg.mi.fr1503 * $2 = unallocated space 1.2 GB
H A Dmsg.mi.es1471 * $2 = unallocated space 1.2 GB
/netbsd-src/sbin/fsck_udf/
H A Dmain.c2702 UDF_UPDATE_DSCR(context.unallocated, dscr); in udf_process_vds_descriptor()
/netbsd-src/external/gpl2/xcvs/dist/src/
H A DChangeLog-972237 above change was necessary to avoid writing to unallocated memory.
3106 * logmsg.c (do_verify): Fix reading unallocated memory (found by
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dgfortran.texi860 (if unallocated) or reallocated (if the shape is different). Currently, scalar
4570 integer kind else it is of default integer kind. The returns an unallocated
4598 integer kind else it is of default integer kind. The returns an unallocated
H A Dinvoke.texi1930 (re)allocated if it is either unallocated or has a different shape. The

1234