Home
last modified time | relevance | path

Searched refs:hd_sec_sz_s (Results 1 – 6 of 6) sorted by relevance

/dports/sysutils/wiimms/wiimms-iso-tools/src/libwbfs/
H A Dlibwbfs.c229 head->hd_sec_sz_s = size_to_shift(hd_sector_size); in wbfs_open_partition_param()
230 hd_sector_size = 1 << head->hd_sec_sz_s; in wbfs_open_partition_param()
248 = wbfs_calc_size_shift( head->hd_sec_sz_s, in wbfs_open_partition_param()
278 1 << head->hd_sec_sz_s, in wbfs_open_partition_param()
378 const u32 hd_sector_size = 1 << hd_sec_sz_s; in wbfs_calc_size_shift()
413 hd_sec_size = (u32)1 << hd_sec_sz_s; in wbfs_calc_sect_size()
432 hd_sec_sz = 1 << hd_sec_sz_s; in wbfs_calc_geometry()
444 p->head->hd_sec_sz_s = hd_sec_sz_s; in wbfs_calc_geometry()
457 p->hd_sec_sz_s = hd_sec_sz_s; in wbfs_calc_geometry()
482 = fb_memsize >> p->hd_sec_sz_s; in wbfs_calc_geometry()
[all …]
H A Dlibwbfs.h139 u8 hd_sec_sz_s; // the power of two of the last number member
301 ( u32 hd_sec_sz_s, u32 num_hd_sector, int old_wii_sector_calc );
H A Dfile-formats.h345 u8 hd_sec_sz_s; // sector size in this partition member
822 /* 0x08 */ u8 hd_sec_sz_s; // sector size in this partition member
/dports/sysutils/testdisk/testdisk-7.1/src/
H A Dwbfs.h35 uint8_t hd_sec_sz_s; // sector size in this partition member
H A Dwbfs.c72 partition->part_size=(uint64_t)be32(sb->n_hd_sec)<<(sb->hd_sec_sz_s); in recover_WBFS()
/dports/sysutils/wiimms/wiimms-iso-tools/src/
H A Dwbfs-interface.c401 info->wbfs_hss = 1 << whead.hd_sec_sz_s; in AnalyzePartitions()
962 par->hd_sector_size = 1 << whead->hd_sec_sz_s; in OpenParWBFS()
1711 u32 n = 1 << head->hd_sec_sz_s; in DumpWBFS()
1713 n, n, head->hd_sec_sz_s ); in DumpWBFS()
1773 w->hd_sec_sz, w->hd_sec_sz, w->hd_sec_sz_s ); in DumpWBFS()
2135 r->hd_sector_size = 1 << wh.hd_sec_sz_s; in AW_header()
2147 u8 hd_sec_sz_s; member
2173 r->hd_sector_size = 1 << inode->hd_sec_sz_s; in AW_insert_inode()
2224 const u32 hd_sec_size = 1 << iinfo->hd_sec_sz_s; in AW_inodes()
2235 && iptr->hd_sec_sz_s == iinfo->hd_sec_sz_s in AW_inodes()
[all …]