Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/makefs/cd9660/
Diso.h76 char volume_space_size [ISODCL ( 81, 88)]; /* 733 */ member
113 char volume_space_size [ISODCL ( 81, 88)]; /* 733 */ member
Dcd9660_debug.c410 ((struct iso_primary_descriptor*)buf)->volume_space_size, in debug_dump_to_xml_volume_descriptor()
/openbsd/src/sys/isofs/cd9660/
Diso.h73 char volume_space_size [ISODCL ( 81, 88)]; /* 733 */ member
116 char volume_space_size [ISODCL ( 81, 88)]; /* 733 */ member
Dcd9660_vfsops.c342 isomp->volume_space_size = isonum_733 (pri->volume_space_size); in iso_mountfs()
351 isomp->volume_space_size += sess; in iso_mountfs()
604 sbp->f_blocks = isomp->volume_space_size; in cd9660_statfs()
739 if (lbn >= imp->volume_space_size) { in cd9660_vget_internal()
Dcd9660_extern.h62 int volume_space_size; member
Dcd9660_rrip.c555 if (ana->iso_ce_blk >= ana->imp->volume_space_size || in cd9660_rrip_loop()
/openbsd/src/gnu/usr.sbin/mkhybrid/src/
Diso9660.h71 char volume_space_size [ISODCL ( 81, 88)]; /* 733 */ member
DChangeLog.mkhybrid276 Fixed bug that prevented volume_space_size not being set in the
DChangeLog84 in volume_space_size field.
556 volume_space_size field.
Dwrite.c1344 set_733((char *) vol_desc.volume_space_size, should_write); in FDECL1()
/openbsd/src/gnu/usr.sbin/mkhybrid/src/diag/
Disodump.c89 unsigned char volume_space_size [ISODCL ( 81, 88)]; /* 733 */ member
Disovfy.c43 unsigned char volume_space_size [ISODCL ( 81, 88)]; /* 733 */ member
/openbsd/src/usr.sbin/makefs/
Dcd9660.c543 (unsigned char *)diskStructure->primaryDescriptor.volume_space_size); in cd9660_finalize_PVD()