Home
last modified time | relevance | path

Searched refs:iuvd_desc (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/udfs/labelit/
H A Dlabelit.c328 sizeof (struct iuvd_desc)) == 0) { in print_info()
330 struct iuvd_desc *iud; in print_info()
333 iud = (struct iuvd_desc *)buf; in print_info()
405 sizeof (struct iuvd_desc)) == 0) { in label_vds()
407 struct iuvd_desc *iuvd; in label_vds()
410 iuvd = (struct iuvd_desc *)buf; in label_vds()
435 sizeof (struct iuvd_desc)); in label_vds()
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dudfslib.c67 static void ud_swap_iuvd(struct iuvd_desc *);
107 ud_swap_iuvd((struct iuvd_desc *)otp); in maketag()
224 ud_swap_iuvd((struct iuvd_desc *)otp); in verifytag()
334 ud_swap_iuvd(struct iuvd_desc *p) in ud_swap_iuvd()
H A Dmkfs.c554 ((struct iuvd_desc *)tp)->iuvd_vdsn = vdsn++; in wtvolseq()
585 ((struct iuvd_desc *)tp)->iuvd_vdsn = vdsn++; in wtvolseq()
610 struct iuvd_desc *iudp; in volseqinit()
724 iudp = (struct iuvd_desc *)buf; in volseqinit()
729 tp->tag_crc_len = sizeof (struct iuvd_desc) - in volseqinit()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_volume.h410 struct iuvd_desc { struct
422 typedef struct iuvd_desc iuvd_desc_t; argument
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dsetup.c100 static struct iuvd_desc *iudp;
305 iudp = (struct iuvd_desc *)tp; in check_iuvd()
/illumos-gate/usr/src/cmd/fs.d/udfs/common/
H A Dud_lib.h257 void print_iuvd(FILE *, struct iuvd_desc *);
H A Dud_lib.c1665 print_iuvd(FILE *fout, struct iuvd_desc *iuvd) in print_iuvd()
/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/
H A Dfstyp.c291 print_iuvd(fout, (struct iuvd_desc *)buf); in print_vds()
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c459 print_iuvd(stdout, (struct iuvd_desc *)tag); in print_desc()