HomeSort by: relevance | last modified time | path
    Searched refs:ahdi_ptable (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/atari/stand/ahdilabel/
privahdi.h 57 struct ahdi_ptable { struct
67 int ahdi_buildlabel(struct ahdi_ptable *);
68 int ahdi_checklabel(struct ahdi_ptable *);
69 int ahdi_readlabel(struct ahdi_ptable *, char *, int);
70 int ahdi_writedisktab(struct ahdi_ptable *, char *, char *, char *);
71 int ahdi_writelabel(struct ahdi_ptable *, char *, int);
77 void assign_letters(struct ahdi_ptable *);
85 int read_rsec(int, struct ahdi_ptable *, u_int,
build.c 40 ahdi_buildlabel (struct ahdi_ptable *ptable)
43 struct ahdi_ptable old_table;
46 bcopy (ptable, &old_table, sizeof (struct ahdi_ptable));
ahdilabel.c 51 void show_parts (struct ahdi_ptable*, int, int, int);
53 char *sec_to_cts (struct ahdi_ptable*, u_int32_t, char *, size_t);
54 u_int32_t read_sector (struct ahdi_ptable*, char *, int, int);
55 void change_part (struct ahdi_ptable*, int, int);
60 struct ahdi_ptable ptable;
210 show_parts (struct ahdi_ptable *ptable, int start, int finish, int units)
299 sec_to_cts (struct ahdi_ptable *ptable, u_int32_t sector, char *cts, size_t len)
312 read_sector (struct ahdi_ptable *ptable, char *buf, int part, int se)
366 change_part (struct ahdi_ptable *ptable, int part, int units)
read.c 47 ahdi_readlabel (struct ahdi_ptable *ptable, char *diskname, int flags)
70 bzero ((void *) ptable, sizeof (struct ahdi_ptable));
102 read_rsec (int fd, struct ahdi_ptable *ptable, u_int rsec, u_int esec, int flags)
223 assign_letters (struct ahdi_ptable *ptable)
check.c 48 ahdi_checklabel (struct ahdi_ptable *ptable)
writedtab.c 42 ahdi_writedisktab (struct ahdi_ptable *ptable, char *disktype, char *disktab, char *dtype)
write.c 52 ahdi_writelabel (struct ahdi_ptable *ptable, char *diskname, int flags)

Completed in 67 milliseconds