regid_t
bcopy(&sunmicro, &lviup->lvidiu_regid, sizeof (regid_t));
static regid_t sunmicro = { 0, "*SUN SOLARIS UDF", 4, 2 };
static regid_t lvinfo = { 0, "*UDF LV Info", 0x50, 0x1, 4, 2 };
static regid_t partid = { 0, "+NSR02", 0 };
static regid_t udf_compliant = { 0, "*OSTA UDF Compliant", 0x50, 0x1, 0 };
bzero(&pvdp->pvd_appl_id, sizeof (regid_t));
bcopy(&sunmicro, &pvdp->pvd_ii, sizeof (regid_t));
bcopy(&lvinfo, &iudp->iuvd_ii, sizeof (regid_t));
bcopy(&sunmicro, &iudp->iuvd_iid, sizeof (regid_t));
bcopy(&partid, &pp->pd_pcontents, sizeof (regid_t));
bcopy(&sunmicro, &pp->pd_ii, sizeof (regid_t));
bcopy(&udf_compliant, &lvp->lvd_dom_id, sizeof (regid_t));
bcopy(&sunmicro, &lvp->lvd_ii, sizeof (regid_t));
bcopy(&udf_compliant, &fsp->fsd_did, sizeof (regid_t));
bcopy(&sunmicro, &fp->fe_impl_id, sizeof (regid_t));
regid_t pvd_appl_id; /* 158 Application Identifier */
regid_t pvd_ii; /* 184 Implementation Identifier */
regid_t iuvd_ii; /* 14 Domain Identifier */
regid_t iuvd_iid; /* 160 Implementation ID */
regid_t pd_pcontents; /* 18 Partition Contents */
regid_t pd_ii; /* C4 Implementation Identifier */
regid_t lvd_dom_id; /* D8 Domain Identifier */
regid_t lvd_ii; /* 110 Implementation Identifier */
regid_t lvidiu_regid; /* 00 Implementation ID */
regid_t fsd_did; /* 1A0 Domain Identifier */
regid_t fe_impl_id; /* 80 Implementation Identifier */
regid_t pid_ii; /* E0 Implementation Identifier */
regid_t iuea_ii; /* 10 Implementation ID */
regid_t map2_pti; /* 04 Entiry ID */
regid_t stbl_si; /* 10 Sparing Identifier */