Symbol: anch_vol_desc_ptr
usr/src/cmd/fs.d/udfs/common/ud_lib.c
1642
print_avd(FILE *fout, struct anch_vol_desc_ptr *avdp)
usr/src/cmd/fs.d/udfs/common/ud_lib.c
181
struct anch_vol_desc_ptr *avdp = NULL;
usr/src/cmd/fs.d/udfs/common/ud_lib.c
203
if ((avdp = (struct anch_vol_desc_ptr *)
usr/src/cmd/fs.d/udfs/common/ud_lib.c
348
struct anch_vol_desc_ptr *avdp;
usr/src/cmd/fs.d/udfs/common/ud_lib.c
421
avdp = (struct anch_vol_desc_ptr *)buf;
usr/src/cmd/fs.d/udfs/common/ud_lib.h
255
void print_avd(FILE *, struct anch_vol_desc_ptr *);
usr/src/cmd/fs.d/udfs/fsck/setup.c
291
avdp = (struct anch_vol_desc_ptr *)tp;
usr/src/cmd/fs.d/udfs/fsck/setup.c
376
struct anch_vol_desc_ptr *avp;
usr/src/cmd/fs.d/udfs/fsck/setup.c
390
avp = (struct anch_vol_desc_ptr *)avdbuf;
usr/src/cmd/fs.d/udfs/fsck/setup.c
99
static struct anch_vol_desc_ptr *avdp;
usr/src/cmd/fs.d/udfs/fsdb/fsdb.c
453
print_avd(stdout, (struct anch_vol_desc_ptr *)tag);
usr/src/cmd/fs.d/udfs/fstyp/fstyp.c
263
print_avd(fout, (struct anch_vol_desc_ptr *)buf);
usr/src/cmd/fs.d/udfs/mkfs/mkfs.c
1393
struct anch_vol_desc_ptr *avp;
usr/src/cmd/fs.d/udfs/mkfs/mkfs.c
1397
avp = (struct anch_vol_desc_ptr *)malloc(sectorsize);
usr/src/cmd/fs.d/udfs/mkfs/mkfs.c
1430
avp = (struct anch_vol_desc_ptr *)tp;
usr/src/cmd/fs.d/udfs/mkfs/mkfs.c
619
struct anch_vol_desc_ptr *avp;
usr/src/cmd/fs.d/udfs/mkfs/mkfs.c
880
avp = (struct anch_vol_desc_ptr *)buf;
usr/src/cmd/fs.d/udfs/mkfs/mkfs.c
885
tp->tag_crc_len = sizeof (struct anch_vol_desc_ptr) -
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
101
ud_swap_avdp((struct anch_vol_desc_ptr *)otp);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
218
ud_swap_avdp((struct anch_vol_desc_ptr *)otp);
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
349
ud_swap_avdp(struct anch_vol_desc_ptr *p)
usr/src/cmd/fs.d/udfs/mkfs/udfslib.c
68
static void ud_swap_avdp(struct anch_vol_desc_ptr *);
usr/src/uts/common/fs/udfs/udf_vfsops.c
1001
avdp = (struct anch_vol_desc_ptr *)secbp->b_un.b_addr;
usr/src/uts/common/fs/udfs/udf_vfsops.c
1844
struct anch_vol_desc_ptr *avdp;
usr/src/uts/common/fs/udfs/udf_vfsops.c
1889
avdp = (struct anch_vol_desc_ptr *)bp->b_un.b_addr;
usr/src/uts/common/fs/udfs/udf_vfsops.c
970
struct anch_vol_desc_ptr *avdp;
usr/src/uts/common/sys/fs/udf_volume.h
385
typedef struct anch_vol_desc_ptr anch_vol_desc_ptr_t;