Home
last modified time | relevance | path

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

/openbsd/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) ) in FDECL1()
H A Dwrite.c1333 vol_desc.type[0] = ISO_VD_PRIMARY; in FDECL1()
/openbsd/usr.sbin/makefs/cd9660/
H A Diso.h59 #define ISO_VD_PRIMARY 1 macro
/openbsd/sys/isofs/cd9660/
H A Dcd9660_vfsops.c280 case ISO_VD_PRIMARY: in iso_mountfs()
480 if (isonum_711 (vdp->type) == ISO_VD_PRIMARY) in iso_disklabelspoof()
484 if (isonum_711 (vdp->type) != ISO_VD_PRIMARY) in iso_disklabelspoof()
H A Diso.h58 #define ISO_VD_PRIMARY 1 macro
/openbsd/sys/lib/libsa/
H A Dcd9660.c154 if (isonum_711(vd->type) == ISO_VD_PRIMARY) in cd9660_open()
/openbsd/sys/arch/armv7/stand/efiboot/
H A Defidev.c453 if (buf[0] != ISO_VD_PRIMARY || bcmp(buf + 1, ISO_STANDARD_ID, 5) != 0) in efi_getdisklabel_cd9660()
/openbsd/sys/arch/riscv64/stand/efiboot/
H A Defidev.c453 if (buf[0] != ISO_VD_PRIMARY || bcmp(buf + 1, ISO_STANDARD_ID, 5) != 0) in efi_getdisklabel_cd9660()
/openbsd/sys/arch/amd64/stand/efiboot/
H A Defidev.c463 if (buf[0] != ISO_VD_PRIMARY || bcmp(buf + 1, ISO_STANDARD_ID, 5) != 0) in efi_getdisklabel_cd9660()
/openbsd/sys/arch/arm64/stand/efiboot/
H A Defidev.c453 if (buf[0] != ISO_VD_PRIMARY || bcmp(buf + 1, ISO_STANDARD_ID, 5) != 0) in efi_getdisklabel_cd9660()