Searched refs:regid_t (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | udf_volume.h | 193 typedef struct regid regid_t; typedef 363 regid_t pvd_appl_id; /* 158 Application Identifier */ 365 regid_t pvd_ii; /* 184 Implementation Identifier */ 413 regid_t iuvd_ii; /* 14 Domain Identifier */ 419 regid_t iuvd_iid; /* 160 Implementation ID */ 437 regid_t pd_pcontents; /* 18 Partition Contents */ 442 regid_t pd_ii; /* C4 Implementation Identifier */ 485 regid_t lvd_dom_id; /* D8 Domain Identifier */ 489 regid_t lvd_ii; /* 110 Implementation Identifier */ 572 regid_t lvidiu_regid; /* 00 Implementation ID */ [all …]
|
/titanic_44/usr/src/cmd/fs.d/udfs/mkfs/ |
H A D | mkfs.c | 148 static regid_t sunmicro = { 0, "*SUN SOLARIS UDF", 4, 2 }; 149 static regid_t lvinfo = { 0, "*UDF LV Info", 0x50, 0x1, 4, 2 }; 150 static regid_t partid = { 0, "+NSR02", 0 }; 151 static regid_t udf_compliant = { 0, "*OSTA UDF Compliant", 0x50, 0x1, 0 }; 712 bzero(&pvdp->pvd_appl_id, sizeof (regid_t)); in volseqinit() 714 bcopy(&sunmicro, &pvdp->pvd_ii, sizeof (regid_t)); in volseqinit() 732 bcopy(&lvinfo, &iudp->iuvd_ii, sizeof (regid_t)); in volseqinit() 744 bcopy(&sunmicro, &iudp->iuvd_iid, sizeof (regid_t)); in volseqinit() 763 bcopy(&partid, &pp->pd_pcontents, sizeof (regid_t)); in volseqinit() 795 bcopy(&sunmicro, &pp->pd_ii, sizeof (regid_t)); in volseqinit() [all …]
|