Home
last modified time | relevance | path

Searched refs:pd_pcontents (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dudfslib.c363 ud_swap_regid(&p->pd_pcontents); in ud_swap_part_desc()
368 if (strncmp(p->pd_pcontents.reg_id, "+NSR", 4) == 0) { in ud_swap_part_desc()
H A Dmkfs.c763 bcopy(&partid, &pp->pd_pcontents, sizeof (regid_t)); in volseqinit()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_volume.h437 regid_t pd_pcontents; /* 18 Partition Contents */ member
/illumos-gate/usr/src/cmd/fs.d/udfs/common/
H A Dud_lib.c1697 print_regid(fout, "contents ", &pd->pd_pcontents, REG_UDF_II); in print_part()