Home
last modified time | relevance | path

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

/src/sbin/growfs/tests/
H A Dlegacy_test.pl76 my ($unallocated) = $out =~ m{\d+ sectors cannot be allocated};
77 fill(30 * BLKS_PER_MB - $unallocated, $unallocated, chr(0))
78 if $unallocated;
90 my ($unallocated) = $out =~ m{\d+ sectors cannot be allocated};
91 fill(30 * BLKS_PER_MB - $unallocated, $unallocated, chr(0))
92 if $unallocated;
/src/tools/debugscripts/
H A Dgdbinit.kernel312 # checkmem: check unallocated memory for modifications
332 Check unallocated memory for modifications This assumes that DIAGNOSTIC is set which causes free m…
/src/sbin/fsck_ffs/
H A Dfsutil.c160 static struct inostat unallocated = { USTATE, 0, 0, 0 }; in inoinfo() local
170 return (&unallocated); in inoinfo()
/src/contrib/openbsm/etc/
H A Daudit_event11 # 2048 - 5999 Reserved and unallocated
13 # 10000 - 32767 Reserved and unallocated
/src/sys/contrib/openzfs/cmd/zpool_influxdb/
H A DREADME.md72 | free | bytes | unallocated space |
/src/contrib/jemalloc/
H A DChangeLog1277 making unallocated objects appear reachable to Valgrind.
/src/crypto/krb5/src/include/krb5/
H A Dkrb5.hin3743 * unallocated. Use krb5_free_keyblock() to free @a out when it is no longer
3746 * @note If @a length is set to 0, contents are left unallocated.