Home
last modified time | relevance | path

Searched refs:path_blocks (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/mkhybrid/dist/
H A Dwrite.c1040 tablesize = path_blocks << 11; in generate_path_tables()
1441 xfwrite(path_table_l, 1, path_blocks << 11, outfile); in FDECL1()
1442 xfwrite(path_table_m, 1, path_blocks << 11, outfile); in FDECL1()
1443 last_extent_written += 2*path_blocks; in FDECL1()
1475 path_table[2] = path_table[0] + path_blocks; in FDECL1()
1477 last_extent += 2*path_blocks; in FDECL1()
H A Dmkisofs.c68 unsigned int path_blocks = 0; variable
1685 path_blocks = (path_table_size + (SECTOR_SIZE - 1)) >> 11; in FDECL2()
1686 if (path_blocks & 1) path_blocks++; in FDECL2()
H A Dmkisofs.h273 extern unsigned int path_blocks;