Searched refs:path_table_size (Results 1 - 14 of 14) sorted by relevance

/openbsd-current/gnu/usr.sbin/mkhybrid/src/diag/
H A Disovfy.c48 unsigned char path_table_size [ISODCL (133, 140)]; /* 733 */ member in struct:iso_primary_descriptor
479 check_path_tables(int typel_extent, int typem_extent, int path_table_size){ argument
488 typel = (char *) malloc(path_table_size);
490 read(fileno(infile), typel, path_table_size); local
492 typem = (char *) malloc(path_table_size);
494 read(fileno(infile), typem, path_table_size); local
496 j = path_table_size;
514 j = path_table_size;
541 int path_table_size; local
569 path_table_size
[all...]
H A Disodump.c94 unsigned char path_table_size [ISODCL (133, 140)]; /* 733 */ member in struct:iso_primary_descriptor
H A Disoinfo.c647 isonum_733((unsigned char *)ipd.path_table_size));
/openbsd-current/usr.sbin/makefs/cd9660/
H A Diso.h81 char path_table_size [ISODCL (133, 140)]; /* 733 */ member in struct:iso_primary_descriptor
118 char path_table_size [ISODCL (133, 140)]; /* 733 */ member in struct:iso_supplementary_descriptor
H A Dcd9660_debug.c247 t2 = debug_get_encoded_number((u_char *)primaryVD.path_table_size, 733);
421 debug_dump_integer("path_table_size",
422 ((struct iso_primary_descriptor*)buf)->path_table_size,
/openbsd-current/gnu/usr.sbin/mkhybrid/src/
H A Diso9660.h76 char path_table_size [ISODCL (133, 140)]; /* 733 */ member in struct:iso_primary_descriptor
H A Dwrite.c1143 if(path_table_index != path_table_size)
1147 path_table_size);
1288 fprintf(stderr,"Path table size(bytes): %d\n", path_table_size);
1354 set_733((char *) vol_desc.path_table_size, path_table_size);
H A Dtree.c455 path_table_size += new_reclen + sizeof(struct iso_path_table) - 1;
456 if (new_reclen & 1) path_table_size++;
463 path_table_size += sizeof(struct iso_path_table);
467 if(path_table_size & 1) path_table_size++; /* For odd lengths we pad */
H A Dmkisofs.h271 extern unsigned int path_table_size;
H A Dmkisofs.c75 unsigned int path_table_size = 0; variable
1584 path_blocks = (path_table_size + (SECTOR_SIZE - 1)) >> 11;
H A Djoliet.c222 set_733((char *) jvol_desc->path_table_size, jpath_table_size);
/openbsd-current/sys/isofs/cd9660/
H A Diso.h78 char path_table_size [ISODCL (133, 140)]; /* 733 */ member in struct:iso_primary_descriptor
121 char path_table_size [ISODCL (133, 140)]; /* 733 */ member in struct:iso_supplementary_descriptor
/openbsd-current/sys/lib/libsa/
H A Dcd9660.c162 psize = isonum_733(vd->path_table_size);
/openbsd-current/usr.sbin/makefs/
H A Dcd9660.c553 (unsigned char *)diskStructure->primaryDescriptor.path_table_size);

Completed in 111 milliseconds