alloc_ext_desc
print_aed(FILE *fout, struct alloc_ext_desc *aed)
void print_aed(FILE *, struct alloc_ext_desc *);
struct alloc_ext_desc *aep;
aep = (struct alloc_ext_desc *)extbuf;
print_aed(stdout, (struct alloc_ext_desc *)tag);
ud_swap_alloc_ext((struct alloc_ext_desc *)otp);
ud_swap_alloc_ext(struct alloc_ext_desc *p)
static void ud_swap_alloc_ext(struct alloc_ext_desc *);
sz = sz - (sizeof (struct alloc_ext_desc) + elen);
struct alloc_ext_desc *aed;
addr = bp->b_un.b_addr + sizeof (struct alloc_ext_desc);
aed = (struct alloc_ext_desc *)bp->b_un.b_addr;
struct alloc_ext_desc *aed;
aed = (struct alloc_ext_desc *)bp->b_un.b_addr;
sizeof (struct alloc_ext_desc)) / elen;
sizeof (struct alloc_ext_desc));
sizeof (struct alloc_ext_desc));
struct alloc_ext_desc *aed;
aed = (struct alloc_ext_desc *)bp->b_un.b_addr;
sz += sizeof (struct alloc_ext_desc);
count = (count << l2b) - sizeof (struct alloc_ext_desc);
(sizeof (struct alloc_ext_desc) + elen);
typedef struct alloc_ext_desc alloc_ext_desc_t;