/src/sys/arch/atari/stand/ahdilabel/ |
ahdilabel.c | 53 char *sec_to_cts (struct ahdi_ptable*, u_int32_t, char *, size_t); 299 sec_to_cts (struct ahdi_ptable *ptable, u_int32_t sector, char *cts, size_t len) function in typeref:typename:char * 391 sec_to_cts (ptable, ptable->parts[part].root, cts, sizeof(cts))); 398 sec_to_cts (ptable, ptable->parts[part].start, cts, sizeof(cts))); 405 sec_to_cts (ptable, ptable->parts[part].size, cts, sizeof(cts)),
|
ahdilabel.c | 53 char *sec_to_cts (struct ahdi_ptable*, u_int32_t, char *, size_t); 299 sec_to_cts (struct ahdi_ptable *ptable, u_int32_t sector, char *cts, size_t len) function in typeref:typename:char * 391 sec_to_cts (ptable, ptable->parts[part].root, cts, sizeof(cts))); 398 sec_to_cts (ptable, ptable->parts[part].start, cts, sizeof(cts))); 405 sec_to_cts (ptable, ptable->parts[part].size, cts, sizeof(cts)),
|