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

/freebsd-11-stable/usr.bin/mkimg/
H A Dvmdk.c61 #define VMDK_NGTES 512 macro
142 le32enc(&hdr.ngtes, VMDK_NGTES);
147 ngts = (ngrains + VMDK_NGTES - 1) / VMDK_NGTES;
160 sec += VMDK_NGTES * sizeof(uint32_t) / VMDK_SECTOR_SIZE;
173 sec += VMDK_NGTES * sizeof(uint32_t) / VMDK_SECTOR_SIZE;
185 gt = calloc(ngts, VMDK_NGTES * sizeof(uint32_t));
192 gtsz = ngts * VMDK_NGTES * sizeof(uint32_t);

Completed in 101 milliseconds