Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.sbin/mkhybrid/src/
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()
Dmkisofs.c77 unsigned int path_blocks = 0; variable
1584 path_blocks = (path_table_size + (SECTOR_SIZE - 1)) >> 11; in FDECL2()
1585 if (path_blocks & 1) path_blocks++; in FDECL2()
Dmkisofs.h273 extern unsigned int path_blocks;