Home
last modified time | relevance | path

Searched refs:highcyl (Results 1 – 18 of 18) sorted by last modified time

/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dcfgfile.cpp951 if (ci->highcyl || ci->physical_geometry) { in write_filesys_config()
954 _stprintf (s2, _T(",%d"), ci->highcyl); in write_filesys_config()
3744 uci->highcyl = v; in parse_geo()
3927 if (getintval2 (&tmpp2, &uci.highcyl, ',', false)) { in cfgfile_parse_newfilesys()
H A Dzfile_archive.cpp1703 int surf, spt, spb, lowcyl, highcyl, reserved; in archive_directory_rdb() local
1725 highcyl = rl (p + 56); in archive_directory_rdb()
1729 size = (highcyl - lowcyl + 1) * surf * spt; in archive_directory_rdb()
1743 dos, lowcyl, highcyl, surf, spt, reserved, blocksize, rootblock); in archive_directory_rdb()
1773 int surf, spb, spt, lowcyl, highcyl; in archive_access_rdb() local
1787 highcyl = rl (p + 56); in archive_access_rdb()
1791 size = (highcyl - lowcyl + 1) * surf * spt; in archive_access_rdb()
H A Dfilesys.cpp426 if (uci->ci.highcyl) { in get_filesys_unitconfig()
427 uci->ci.cyls = mi->nrcyls = uci->ci.highcyl; in get_filesys_unitconfig()
700 if (!ui->hf.ci.highcyl) { in set_filesys_unit_1()
704 ui->hf.ci.cyls = ui->hf.ci.highcyl; in set_filesys_unit_1()
7610 int lowcyl, highcyl; in dump_partinfo() local
7625 highcyl = rl (pp + 40); in dump_partinfo()
7632 spt, reserved, lowcyl, highcyl, (uae_u32)(size >> 20)); in dump_partinfo()
7649 (uae_u64)highcyl * spt * surfaces * blocksize, hfd->virtsize); in dump_partinfo()
8310 put_long (parmpacket + 56, ci->highcyl <= 0 ? ci->cyls - 1 : ci->highcyl - 1); /* hiCyl */ in filesys_dev_storeinfo()
8619 hfd->ci.highcyl = restore_u32 (); in restore_filesys_hardfile()
[all …]
H A Dhardfile.cpp326 pl(rdb, 16, hfd->ci.highcyl); in create_virtual_rdb()
345 pl(rdb, 35, hfd->ci.highcyl + cyls); // hicyl in create_virtual_rdb()
378 pl(denv, 10, hfd->ci.highcyl + cyls - 1); in create_virtual_rdb()
407 } else if (ci->highcyl && ci->surfaces && ci->sectors) { in hdf_hd_open()
408 hfd->cyls = ci->highcyl; in hdf_hd_open()
421 ci->highcyl = (hfd->hfd.virtsize / ci->blocksize) / (ci->sectors * ci->surfaces); in hdf_hd_open()
424 …while (ci->highcyl * ci->surfaces * ci->sectors > hfd->cyls_def * hfd->secspertrack_def * hfd->hea… in hdf_hd_open()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Doptions.h169 int highcyl; // zero if detected from size member
/dports/devel/radare2/radare2-5.1.1/shlr/grub/partmap/
H A Damiga.c64 grub_uint32_t highcyl;
118 part.len = ((grub_be_to_cpu32 (apart.highcyl) in amiga_partition_map_iterate()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dzfile_archive.c1353 int surf, spt, spb, lowcyl, highcyl, reserved; in archive_directory_rdb() local
1375 highcyl = rl (p + 56); in archive_directory_rdb()
1379 size = (highcyl - lowcyl + 1) * surf * spt; in archive_directory_rdb()
1393 dos, lowcyl, highcyl, surf, spt, reserved, blocksize, rootblock); in archive_directory_rdb()
1423 int surf, spb, spt, lowcyl, highcyl; in archive_access_rdb() local
1436 highcyl = rl (p + 56); in archive_access_rdb()
1440 size = (highcyl - lowcyl + 1) * surf * spt; in archive_access_rdb()
H A Dcfgfile.c599 if (ci->highcyl) { in write_filesys_config()
601 _stprintf (s, _T(",%d"), ci->highcyl); in write_filesys_config()
2657 uci->highcyl = v; in parse_geo()
2804 if (getintval2 (&tmpp2, &uci.highcyl, ',')) { in cfgfile_parse_newfilesys()
H A Dfilesys.c374 if (uci->ci.highcyl) { in get_filesys_unitconfig()
375 uci->ci.cyls = mi->nrcyls = uci->ci.highcyl; in get_filesys_unitconfig()
631 if (!ui->hf.ci.highcyl) { in set_filesys_unit_1()
635 ui->hf.ci.cyls = ui->hf.ci.highcyl; in set_filesys_unit_1()
6640 int lowcyl, highcyl; in dump_partinfo() local
6656 highcyl = rl (pp + 40); in dump_partinfo()
6662 spt, reserved, lowcyl, highcyl, (uae_u32)(size >> 20)); in dump_partinfo()
6679 (uae_u64)highcyl * spt * surfaces * blocksize, hfd->virtsize); in dump_partinfo()
7313 put_long (parmpacket + 56, ci->highcyl <= 0 ? ci->cyls - 1 : ci->highcyl - 1); /* hiCyl */ in filesys_dev_storeinfo()
7523 hfd->ci.highcyl = restore_u32 (); in restore_filesys_hardfile()
[all …]
H A Dhardfile.c314 pl(rdb, 16, hfd->ci.highcyl); in create_virtual_rdb()
333 pl(rdb, 35, hfd->ci.highcyl + cyls); // hicyl in create_virtual_rdb()
366 pl(denv, 10, hfd->ci.highcyl + cyls - 1); in create_virtual_rdb()
396 } else if (ci->highcyl && ci->surfaces && ci->sectors) { in hdf_hd_open()
397 hfd->cyls = ci->highcyl; in hdf_hd_open()
410 ci->highcyl = (hfd->hfd.virtsize / ci->blocksize) / (ci->sectors * ci->surfaces); in hdf_hd_open()
413 …while (ci->highcyl * ci->surfaces * ci->sectors > hfd->cyls_def * hfd->secspertrack_def * hfd->hea… in hdf_hd_open()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/include/
H A Doptions.h152 int highcyl; // zero if detected from size member
/dports/emulators/hatari/hatari-2.2.1/src/cpu/
H A Doptions_cpu.h216 int highcyl; // zero if detected from size member
/dports/emulators/hercules/hercules-3.13/
H A Dhstructs.h1317 HWORD highcyl; /* Highest cylinder number on member
H A Ddasdutil.c1162 int highcyl; /* CKD header high cyl number*/ in create_ckd_file() local
1185 highcyl = 0; in create_ckd_file()
1187 highcyl = end; in create_ckd_file()
1193 highcyl = end; in create_ckd_file()
1230 devhdr.highcyl[1] = (highcyl >> 8) & 0xFF; in create_ckd_file()
1231 devhdr.highcyl[0] = highcyl & 0xFF; in create_ckd_file()
H A Ddasdconv.c466 int highcyl; /* CKD header high cyl number*/ in convert_ckd_file() local
490 highcyl = 0; in convert_ckd_file()
492 highcyl = end; in convert_ckd_file()
520 devhdr.highcyl[1] = (highcyl >> 8) & 0xFF; in convert_ckd_file()
521 devhdr.highcyl[0] = highcyl & 0xFF; in convert_ckd_file()
H A Ddasdload.c1253 int highcyl; /* Last used cylinder number */ in write_vtoc() local
1324 highcyl = abstrk / heads; in write_vtoc()
1329 f4dscb->ds4hpchr[0] = (highcyl >> 8) & 0xFF; in write_vtoc()
1330 f4dscb->ds4hpchr[1] = highcyl & 0xFF; in write_vtoc()
H A Dckddasd.c458 highcyl = ((U32)(devhdr.highcyl[1]) << 8) in ckddasd_init_handler()
459 | (U32)(devhdr.highcyl[0]); in ckddasd_init_handler()
467 if (fileseq == 1 && highcyl == cyls) in ckddasd_init_handler()
470 highcyl = 0; in ckddasd_init_handler()
480 cyls = highcyl - dev->ckdcyls + 1; in ckddasd_init_handler()
485 highcyl = 0; in ckddasd_init_handler()
486 devhdr.highcyl[0] = devhdr.highcyl[1] = 0; in ckddasd_init_handler()
514 (highcyl > 0 ? highcyl : dev->ckdcyls + cyls - 1)); in ckddasd_init_handler()
537 || (highcyl != 0 && highcyl != dev->ckdcyls + cyls - 1))) in ckddasd_init_handler()
545 if (highcyl != 0 && highcyl != dev->ckdcyls + cyls - 1) in ckddasd_init_handler()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Ddisklabel_rdb.h71 u_long highcyl; /* upper cylinder of partition area */ member
106 u_long highcyl; /* 10: upper cylinder of partition */ member