Home
last modified time | relevance | path

Searched refs:total_sectors16 (Results 1 – 13 of 13) sorted by relevance

/dports/emulators/bochs/bochs-2.7/iodev/hdimage/
H A Dvvfat.cc256 Bit16u total_sectors16;
1063 …bootsector->total_sectors16 = (Bit16u)((volume_sector_count > 0xffff) ? 0:htod16(volume_sector_cou… in init_directories()
1251 Bit32u sc = bs->total_sectors16 + bs->total_sectors + bs->hidden_sectors; in open()
1269 sector_count = bs->total_sectors16 + bs->total_sectors + bs->hidden_sectors; in open()
/dports/sysutils/afflib/AFFLIBv3-3.7.16/lib/qemu/
H A Dblock-vvfat.c215 uint16_t total_sectors16; member
977 bootsector->total_sectors16=s->sector_count>0xffff?0:cpu_to_le16(s->sector_count); in init_directories()
/dports/emulators/qemu42/qemu-4.2.1/block/
H A Dvvfat.c214 uint16_t total_sectors16; member
1037 bootsector->total_sectors16=s->sector_count>0xffff?0:cpu_to_le16(s->sector_count); in init_directories()
/dports/emulators/x49gp/x49gp/x49gp-code/
H A Dblock-vvfat.c234 uint16_t total_sectors16; member
1020 bootsector->total_sectors16=s->sector_count>0xffff?0:cpu_to_le16(s->sector_count); in init_directories()
/dports/emulators/qemu/qemu-6.2.0/block/
H A Dvvfat.c182 uint16_t total_sectors16; member
1024 bootsector->total_sectors16=s->sector_count>0xffff?0:cpu_to_le16(s->sector_count); in init_directories()
/dports/emulators/qemu5/qemu-5.2.0/block/
H A Dvvfat.c182 uint16_t total_sectors16; member
1024 bootsector->total_sectors16=s->sector_count>0xffff?0:cpu_to_le16(s->sector_count); in init_directories()
/dports/emulators/qemu60/qemu-6.0.0/block/
H A Dvvfat.c182 uint16_t total_sectors16; member
1024 bootsector->total_sectors16=s->sector_count>0xffff?0:cpu_to_le16(s->sector_count); in init_directories()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/block/
H A Dvvfat.c217 uint16_t total_sectors16; member
1040 bootsector->total_sectors16=s->sector_count>0xffff?0:cpu_to_le16(s->sector_count); in init_directories()
/dports/emulators/qemu-utils/qemu-4.2.1/block/
H A Dvvfat.c214 uint16_t total_sectors16; member
1037 bootsector->total_sectors16=s->sector_count>0xffff?0:cpu_to_le16(s->sector_count); in init_directories()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/block/
H A Dvvfat.c214 uint16_t total_sectors16; member
1037 bootsector->total_sectors16=s->sector_count>0xffff?0:cpu_to_le16(s->sector_count); in init_directories()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/block/
H A Dvvfat.c214 uint16_t total_sectors16; member
1037 bootsector->total_sectors16=s->sector_count>0xffff?0:cpu_to_le16(s->sector_count); in init_directories()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/block/
H A Dvvfat.c182 uint16_t total_sectors16; member
1024 bootsector->total_sectors16=s->sector_count>0xffff?0:cpu_to_le16(s->sector_count); in init_directories()
/dports/emulators/x49gp/x49gp/x49gp-code/qemu/patches/
H A Dqemu-0.9.0-x49gp-block.patch622 bootsector->total_sectors16=s->sector_count>0xffff?0:cpu_to_le16(s->sector_count);