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

/freebsd-13-stable/usr.bin/mkimg/
H A Dvmdk.c60 #define VMDK_NGTES 512 macro
141 le32enc(&hdr.ngtes, VMDK_NGTES);
146 ngts = (ngrains + VMDK_NGTES - 1) / VMDK_NGTES;
159 sec += VMDK_NGTES * sizeof(uint32_t) / VMDK_SECTOR_SIZE;
172 sec += VMDK_NGTES * sizeof(uint32_t) / VMDK_SECTOR_SIZE;
184 gt = calloc(ngts, VMDK_NGTES * sizeof(uint32_t));
191 gtsz = ngts * VMDK_NGTES * sizeof(uint32_t);

Completed in 91 milliseconds