Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dsetup.c99 static struct anch_vol_desc_ptr *avdp;
291 avdp = (struct anch_vol_desc_ptr *)tp; in check_avdp()
376 struct anch_vol_desc_ptr *avp; in readvolseq()
390 avp = (struct anch_vol_desc_ptr *)avdbuf; in readvolseq()
/illumos-gate/usr/src/cmd/fs.d/udfs/mkfs/
H A Dudfslib.c68 static void ud_swap_avdp(struct anch_vol_desc_ptr *);
101 ud_swap_avdp((struct anch_vol_desc_ptr *)otp); in maketag()
218 ud_swap_avdp((struct anch_vol_desc_ptr *)otp); in verifytag()
349 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()
/illumos-gate/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
/illumos-gate/usr/src/cmd/fs.d/udfs/common/
H A Dud_lib.h255 void print_avd(FILE *, struct anch_vol_desc_ptr *);
H A Dud_lib.c181 struct anch_vol_desc_ptr *avdp = NULL; in ud_fill_udfs_info()
203 if ((avdp = (struct anch_vol_desc_ptr *) in ud_fill_udfs_info()
348 struct anch_vol_desc_ptr *avdp; in ud_get_fs_bsize()
421 avdp = (struct anch_vol_desc_ptr *)buf; in ud_get_fs_bsize()
1642 print_avd(FILE *fout, struct anch_vol_desc_ptr *avdp) in print_avd()
/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/
H A Dfstyp.c263 print_avd(fout, (struct anch_vol_desc_ptr *)buf); in print_vds()
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c970 struct anch_vol_desc_ptr *avdp; in ud_validate_and_fill_superblock()
1001 avdp = (struct anch_vol_desc_ptr *)secbp->b_un.b_addr; in ud_validate_and_fill_superblock()
1844 struct anch_vol_desc_ptr *avdp; in ud_get_lbsize()
1889 avdp = (struct anch_vol_desc_ptr *)bp->b_un.b_addr; in ud_get_lbsize()
/illumos-gate/usr/src/cmd/fs.d/udfs/fsdb/
H A Dfsdb.c453 print_avd(stdout, (struct anch_vol_desc_ptr *)tag); in print_desc()