anch_vol_desc_ptr
print_avd(FILE *fout, struct anch_vol_desc_ptr *avdp)
struct anch_vol_desc_ptr *avdp = NULL;
if ((avdp = (struct anch_vol_desc_ptr *)
struct anch_vol_desc_ptr *avdp;
avdp = (struct anch_vol_desc_ptr *)buf;
void print_avd(FILE *, struct anch_vol_desc_ptr *);
avdp = (struct anch_vol_desc_ptr *)tp;
struct anch_vol_desc_ptr *avp;
avp = (struct anch_vol_desc_ptr *)avdbuf;
static struct anch_vol_desc_ptr *avdp;
print_avd(stdout, (struct anch_vol_desc_ptr *)tag);
print_avd(fout, (struct anch_vol_desc_ptr *)buf);
struct anch_vol_desc_ptr *avp;
avp = (struct anch_vol_desc_ptr *)malloc(sectorsize);
avp = (struct anch_vol_desc_ptr *)tp;
struct anch_vol_desc_ptr *avp;
avp = (struct anch_vol_desc_ptr *)buf;
tp->tag_crc_len = sizeof (struct anch_vol_desc_ptr) -
ud_swap_avdp((struct anch_vol_desc_ptr *)otp);
ud_swap_avdp((struct anch_vol_desc_ptr *)otp);
ud_swap_avdp(struct anch_vol_desc_ptr *p)
static void ud_swap_avdp(struct anch_vol_desc_ptr *);
avdp = (struct anch_vol_desc_ptr *)secbp->b_un.b_addr;
struct anch_vol_desc_ptr *avdp;
avdp = (struct anch_vol_desc_ptr *)bp->b_un.b_addr;
struct anch_vol_desc_ptr *avdp;
typedef struct anch_vol_desc_ptr anch_vol_desc_ptr_t;