Home
last modified time | relevance | path

Searched refs:anch_vol_desc_ptr (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/udfs/mkfs/
H A Dudfslib.c70 static void ud_swap_avdp(struct anch_vol_desc_ptr *);
103 ud_swap_avdp((struct anch_vol_desc_ptr *)otp); in maketag()
220 ud_swap_avdp((struct anch_vol_desc_ptr *)otp); in verifytag()
351 ud_swap_avdp(struct anch_vol_desc_ptr *p) in ud_swap_avdp()
H A Dmkfs.c619 struct anch_vol_desc_ptr *avp; in volseqinit()
880 avp = (struct anch_vol_desc_ptr *)buf; in volseqinit()
885 tp->tag_crc_len = sizeof (struct anch_vol_desc_ptr) - in volseqinit()
1393 struct anch_vol_desc_ptr *avp; in readvolseq()
1397 avp = (struct anch_vol_desc_ptr *)malloc(sectorsize); in readvolseq()
1430 avp = (struct anch_vol_desc_ptr *)tp; in readvolseq()
/titanic_41/usr/src/cmd/fs.d/udfs/fsck/
H A Dsetup.c268 avdp = (struct anch_vol_desc_ptr *)tp; in check_avdp()
353 struct anch_vol_desc_ptr *avp; in readvolseq()
365 avp = (struct anch_vol_desc_ptr *)avdbuf; in readvolseq()
H A Dfsck.h115 struct anch_vol_desc_ptr *avdp;
/titanic_41/usr/src/uts/common/sys/fs/
H A Dudf_volume.h379 struct anch_vol_desc_ptr { struct
385 typedef struct anch_vol_desc_ptr anch_vol_desc_ptr_t; argument
/titanic_41/usr/src/cmd/fs.d/udfs/fstyp/
H A Dud_lib.h257 void print_avd(FILE *, struct anch_vol_desc_ptr *);
H A Dud_lib.c192 struct anch_vol_desc_ptr *avdp = NULL; in ud_fill_udfs_info()
214 if ((avdp = (struct anch_vol_desc_ptr *) in ud_fill_udfs_info()
359 struct anch_vol_desc_ptr *avdp; in ud_get_fs_bsize()
432 avdp = (struct anch_vol_desc_ptr *)buf; in ud_get_fs_bsize()
1653 print_avd(FILE *fout, struct anch_vol_desc_ptr *avdp) in print_avd()
H A Dfstyp.c265 print_avd(fout, (struct anch_vol_desc_ptr *)buf); in print_vds()
/titanic_41/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c971 struct anch_vol_desc_ptr *avdp; in ud_validate_and_fill_superblock()
1002 avdp = (struct anch_vol_desc_ptr *)secbp->b_un.b_addr; in ud_validate_and_fill_superblock()
1845 struct anch_vol_desc_ptr *avdp; in ud_get_lbsize()
1890 avdp = (struct anch_vol_desc_ptr *)bp->b_un.b_addr; in ud_get_lbsize()
/titanic_41/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c455 print_avd(stdout, (struct anch_vol_desc_ptr *)tag); in print_desc()