Home
last modified time | relevance | path

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

/dports/devel/libisofs/libisofs-1.5.4/libisofs/
H A Dsystem_area.c164 cyl_size = t->partition_heads_per_cyl * t->partition_secs_per_head; in iso_compute_append_partitions()
1529 t->partition_secs_per_head, t->partition_heads_per_cyl, in iso_write_mbr()
2014 ret = make_grub_msdos_label(pml_blocks, t->partition_secs_per_head, in iso_write_system_area()
2087 ret = make_grub_msdos_label(img_blocks, t->partition_secs_per_head, in iso_write_system_area()
2161 t->partition_secs_per_head, in iso_write_system_area()
2346 && (off_t) (t->partition_heads_per_cyl * t->partition_secs_per_head in iso_align_isohybrid()
2352 t->partition_secs_per_head = 32; in iso_align_isohybrid()
2355 t->partition_secs_per_head = 63; in iso_align_isohybrid()
2364 t->partition_heads_per_cyl, t->partition_secs_per_head); in iso_align_isohybrid()
2389 cylsize = t->partition_heads_per_cyl * t->partition_secs_per_head in iso_align_isohybrid()
[all …]
H A Decma119.h453 int partition_secs_per_head; member
786 int partition_secs_per_head; member
H A Dimage.h343 int partition_secs_per_head; member
H A Dmake_isohybrid_mbr.c659 sector_count = t->partition_secs_per_head; in make_isolinux_mbr()
H A Decma119.c2618 target->partition_secs_per_head = opts->partition_secs_per_head; in ecma119_image_new()
2620 if (target->partition_secs_per_head == 0) in ecma119_image_new()
2621 target->partition_secs_per_head = 32; in ecma119_image_new()
3578 wopts->partition_secs_per_head = 0; in iso_write_opts_new()
4235 opts->partition_secs_per_head = secs_512_per_head; in iso_write_opts_set_part_offset()
H A Dfs_image.c3874 sai->partition_secs_per_head = sph; in iso_analyze_mbr_ptable()
3879 &(sai->partition_secs_per_head), 0); in iso_analyze_mbr_ptable()
3883 if (sai->partition_secs_per_head >0 && sai->partition_heads_per_cyl > 0 && in iso_analyze_mbr_ptable()
3887 cyl_size = sai->partition_secs_per_head * in iso_analyze_mbr_ptable()
5128 sprintf(msg, "MBR secs per head : %d", sai->partition_secs_per_head); in iso_impsysa_report()
/dports/sysutils/xorriso/libisoburn-1.5.0/libisoburn/
H A Disoburn.h676 int partition_secs_per_head; member
H A Disoburn.c524 opts->partition_secs_per_head, in isoburn_make_iso_write_opts()
1163 o->partition_secs_per_head= 0; in isoburn_igopt_new()
1583 opts->partition_secs_per_head = secs_512_per_head; in isoburn_igopt_set_part_offset()
1594 *secs_512_per_head = opts->partition_secs_per_head; in isoburn_igopt_get_part_offset()
/dports/sysutils/xorriso/libisoburn-1.5.0/xorriso/
H A Dxorriso_private.h487 int partition_secs_per_head; member
H A Dbase_obj.c286 m->partition_secs_per_head= 0; in Xorriso_new()
H A Dtext_io.c3012 is_default= (xorriso->partition_secs_per_head == 0); in Xorriso_status()
3014 (unsigned long int) xorriso->partition_secs_per_head); in Xorriso_status()
H A Dopts_a_c.c1138 xorriso->partition_secs_per_head= u; in Xorriso_option_boot_image()
H A Dwrite_run.c581 xorriso->partition_secs_per_head, in Xorriso_set_system_area()