Home
last modified time | relevance | path

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

/netbsd/src/usr.sbin/mscdlabel/
Diso9660.c55 if (isonum_711(vd->type) == ISO_VD_PRIMARY) { in check_primary_vd()
/netbsd/src/sys/fs/cd9660/
Diso.h58 #define ISO_VD_PRIMARY 1 macro
Dcd9660_vfsops.c445 case ISO_VD_PRIMARY: in iso_mountfs()
/netbsd/src/usr.sbin/installboot/
Dcd9660.c86 if (ipd.type[0] != ISO_VD_PRIMARY || in cd9660_match()
/netbsd/src/sys/lib/libsa/
Dcd9660.c169 if (isonum_711(vd->type) == ISO_VD_PRIMARY) in cd9660_open()
/netbsd/src/sys/arch/i386/stand/lib/
Dbiosdisk.c632 if (isonum_711(vd->type) == ISO_VD_PRIMARY) in check_cd9660()