Searched refs:unallocated (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/tools/regression/sbin/growfs/
H A Dregress.t63 my ($unallocated) = $out =~ m{\d+ sectors cannot be allocated};
64 fill(30 * BLKS_PER_MB - $unallocated, $unallocated, chr(0))
65 if $unallocated;
79 my ($unallocated) = $out =~ m{\d+ sectors cannot be allocated};
80 fill(30 * BLKS_PER_MB - $unallocated, $unallocated, chr(0))
81 if $unallocated;
/freebsd-10.0-release/contrib/binutils/gas/
H A Decoff.c1054 int unallocated; /* number of elements unallocated on page */
4877 register int unallocated = alloc_counts[(int) alloc_type_scope].unallocated;
4880 if (unallocated == 0)
4882 unallocated = PAGE_SIZE / sizeof (scope_t);
4887 ptr = &cur_page->scope[--unallocated];
4888 alloc_counts[(int) alloc_type_scope].unallocated = unallocated;
4928 register int unallocated
1052 int unallocated; /* number of elements unallocated on page */ member in struct:alloc_info
4843 register int unallocated = alloc_counts[(int) alloc_type_scope].unallocated; local
4893 register int unallocated = alloc_counts[(int) alloc_type_vlinks].unallocated; local
4927 register int unallocated = alloc_counts[(int) alloc_type_shash].unallocated; local
4961 register int unallocated = alloc_counts[(int) alloc_type_thash].unallocated; local
5000 register int unallocated = alloc_counts[(int) alloc_type_tag].unallocated; local
5050 register int unallocated = alloc_counts[(int) alloc_type_forward].unallocated; local
5089 register int unallocated = alloc_counts[(int) alloc_type_thead].unallocated; local
5137 register int unallocated = alloc_counts[(int) alloc_type_lineno].unallocated; local
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dmips-tfile.c1114 int unallocated; /* number of elements unallocated on page */
5151 int unallocated = alloc_counts[ (int) alloc_type_scope ].unallocated;
5154 if (unallocated == 0)
5156 unallocated = PAGE_SIZE / sizeof (scope_t);
5161 ptr = &cur_page->scope[ --unallocated ];
5162 alloc_counts[ (int) alloc_type_scope ].unallocated = unallocated;
5203 int unallocated
1107 int unallocated; /* number of elements unallocated on page */ member in struct:alloc_info
5106 int unallocated = alloc_counts[ (int) alloc_type_scope ].unallocated; local
5157 int unallocated = alloc_counts[ (int) alloc_type_vlinks ].unallocated; local
5190 int unallocated = alloc_counts[ (int) alloc_type_shash ].unallocated; local
5223 int unallocated = alloc_counts[ (int) alloc_type_thash ].unallocated; local
5262 int unallocated = alloc_counts[ (int) alloc_type_tag ].unallocated; local
5319 int unallocated = alloc_counts[ (int) alloc_type_forward ].unallocated; local
5376 int unallocated = alloc_counts[ (int) alloc_type_thead ].unallocated; local
[all...]
/freebsd-10.0-release/sbin/fsck_ffs/
H A Dfsutil.c142 static struct inostat unallocated = { USTATE, 0, 0 }; local
152 return (&unallocated);

Completed in 99 milliseconds