Home
last modified time | relevance | path

Searched refs:ISO_VD_PRIMARY (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/usr.sbin/mscdlabel/
H A Diso9660.c55 if (isonum_711(vd->type) == ISO_VD_PRIMARY) { in check_primary_vd()
/netbsd-src/external/gpl2/mkhybrid/dist/
H A Diso9660.h45 #define ISO_VD_PRIMARY 1 macro
H A Dmulti.c777 && (isonum_711((unsigned char *) vdp->type) == ISO_VD_PRIMARY) ) in FDECL1()
H A Dwrite.c1333 vol_desc.type[0] = ISO_VD_PRIMARY; in FDECL1()
/netbsd-src/sys/fs/cd9660/
H A Diso.h58 #define ISO_VD_PRIMARY 1 macro
H A Dcd9660_vfsops.c449 case ISO_VD_PRIMARY: in iso_mountfs()
/netbsd-src/usr.sbin/installboot/
H A Dcd9660.c86 if (ipd.type[0] != ISO_VD_PRIMARY || in cd9660_match()
/netbsd-src/sys/lib/libsa/
H A Dcd9660.c169 if (isonum_711(vd->type) == ISO_VD_PRIMARY) in cd9660_open()
/netbsd-src/sys/stand/efiboot/
H A Defiblock.c263 if (isonum_711(vd.type) == ISO_VD_PRIMARY) { in efi_block_find_partitions_cd9660()
/netbsd-src/sys/arch/i386/stand/lib/
H A Dbiosdisk.c632 if (isonum_711(vd->type) == ISO_VD_PRIMARY) in check_cd9660()
/netbsd-src/usr.sbin/sysinst/
H A Dutil.c426 == ISO_VD_PRIMARY) { in get_iso9660_volname()