ahdi_ptable
show_parts (struct ahdi_ptable *ptable, int start, int finish, int units)
sec_to_cts (struct ahdi_ptable *ptable, u_int32_t sector, char *cts, size_t len)
read_sector (struct ahdi_ptable *ptable, char *buf, int part, int se)
change_part (struct ahdi_ptable *ptable, int part, int units)
void show_parts (struct ahdi_ptable*, int, int, int);
char *sec_to_cts (struct ahdi_ptable*, u_int32_t, char *, size_t);
u_int32_t read_sector (struct ahdi_ptable*, char *, int, int);
void change_part (struct ahdi_ptable*, int, int);
struct ahdi_ptable ptable;
ahdi_buildlabel (struct ahdi_ptable *ptable)
struct ahdi_ptable old_table;
bcopy (ptable, &old_table, sizeof (struct ahdi_ptable));
ahdi_checklabel (struct ahdi_ptable *ptable)
int ahdi_buildlabel(struct ahdi_ptable *);
int ahdi_checklabel(struct ahdi_ptable *);
int ahdi_readlabel(struct ahdi_ptable *, char *, int);
int ahdi_writedisktab(struct ahdi_ptable *, char *, char *, char *);
int ahdi_writelabel(struct ahdi_ptable *, char *, int);
void assign_letters(struct ahdi_ptable *);
int read_rsec(int, struct ahdi_ptable *, u_int,
read_rsec (int fd, struct ahdi_ptable *ptable, u_int rsec, u_int esec, int flags)
assign_letters (struct ahdi_ptable *ptable)
ahdi_readlabel (struct ahdi_ptable *ptable, char *diskname, int flags)
bzero ((void *) ptable, sizeof (struct ahdi_ptable));
ahdi_writelabel (struct ahdi_ptable *ptable, char *diskname, int flags)
ahdi_writedisktab (struct ahdi_ptable *ptable, char *disktype, char *disktab, char *dtype)