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

/openbsd-current/gnu/usr.sbin/mkhybrid/src/
H A Diso9660.h45 #define ISO_VD_PRIMARY 1 macro
H A Dmulti.c777 && (isonum_711((unsigned char *) vdp->type) == ISO_VD_PRIMARY) )
H A Dwrite.c1333 vol_desc.type[0] = ISO_VD_PRIMARY;
/openbsd-current/usr.sbin/makefs/cd9660/
H A Diso.h59 #define ISO_VD_PRIMARY 1 macro
/openbsd-current/sys/isofs/cd9660/
H A Diso.h58 #define ISO_VD_PRIMARY 1 macro
H A Dcd9660_vfsops.c280 case ISO_VD_PRIMARY:
480 if (isonum_711 (vdp->type) == ISO_VD_PRIMARY)
484 if (isonum_711 (vdp->type) != ISO_VD_PRIMARY)
/openbsd-current/sys/lib/libsa/
H A Dcd9660.c154 if (isonum_711(vd->type) == ISO_VD_PRIMARY)
/openbsd-current/sys/arch/armv7/stand/efiboot/
H A Defidev.c453 if (buf[0] != ISO_VD_PRIMARY || bcmp(buf + 1, ISO_STANDARD_ID, 5) != 0)
/openbsd-current/sys/arch/riscv64/stand/efiboot/
H A Defidev.c453 if (buf[0] != ISO_VD_PRIMARY || bcmp(buf + 1, ISO_STANDARD_ID, 5) != 0)
/openbsd-current/sys/arch/amd64/stand/efiboot/
H A Defidev.c463 if (buf[0] != ISO_VD_PRIMARY || bcmp(buf + 1, ISO_STANDARD_ID, 5) != 0)
/openbsd-current/sys/arch/arm64/stand/efiboot/
H A Defidev.c453 if (buf[0] != ISO_VD_PRIMARY || bcmp(buf + 1, ISO_STANDARD_ID, 5) != 0)

Completed in 207 milliseconds