Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_table.cc382 db_table::allocateExpire(long oldSize, long newSize) { in allocateExpire() argument
386 newSize * sizeof (mapping.expire[0])); in allocateExpire()
390 (newSize-oldSize) * sizeof (newExpire[0])); in allocateExpire()
400 db_table::allocateEnumArray(long oldSize, long newSize) { in allocateEnumArray() argument
412 newSize = enumCount.flag; in allocateEnumArray()
415 newSize * sizeof (entry_object *)); in allocateEnumArray()
416 if (newEnumArray != 0 && newSize > oldSize) { in allocateEnumArray()
418 (newSize-oldSize) * sizeof (entry_object *)); in allocateEnumArray()
H A Ddb_table_c.x164 % db_status allocateExpire(long oldSize, long newSize);
291 % db_status allocateEnumArray(long oldSize, long newSize);
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dclusters.c896 uint32_t oldSize, newSize; in truncAtCluster() local
923 newSize = count * in truncAtCluster()
926 if (newSize == 0) in truncAtCluster()
929 newSize = 0; in truncAtCluster()
931 updateDirEnt_Size(entry, newSize); in truncAtCluster()
959 return ((int64_t)oldSize - (int64_t)newSize); in truncAtCluster()
1193 int32_t bpc, newSize; in relinkFATOrphans() local
1207 newSize = cc * bpc; in relinkFATOrphans()
1210 updateDirEnt_Size(ndp, newSize); in relinkFATOrphans()
H A Dfsck_pcfs.h190 extern void updateDirEnt_Size(struct pcdir *dp, uint32_t newSize);
H A Ddir.c1036 updateDirEnt_Size(struct pcdir *dp, uint32_t newSize) in updateDirEnt_Size() argument
1039 store_32_bits(&p, newSize); in updateDirEnt_Size()
/illumos-gate/usr/src/common/lzma/
H A DLzFind.c220 UInt32 newSize; in MatchFinder_Create() local
225 newSize = p->hashSizeSum + p->numSons; in MatchFinder_Create()
226 if (p->hash != 0 && prevSize == newSize) in MatchFinder_Create()
229 p->hash = AllocRefs(newSize, alloc); in MatchFinder_Create()
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_virtio_input.c475 const uint32_t newSize = queue->idx; in vtinput_eventqueue_add_event() local
484 queue->size = newSize; in vtinput_eventqueue_add_event()