Searched refs:ahdi_getparts (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/sys/arch/atari/stand/tostools/libtos/
H A Dahdi.h76 * Partition table representation as generated by ahdi_getparts():
95 EXTERN u_int ahdi_getparts PROTO((disk_t *, ptable_t *, u_int, u_int));
H A Dahdi.c45 ahdi_getparts(dd, ptable, rsec, esec) function
70 rv = ahdi_getparts(dd, ptable, offs,
H A Dahdilbl.h116 * Partition table representation as generated by ahdi_getparts():
132 EXTERN u_int ahdi_getparts PROTO((disk_t *, ptable_t *, u_int, u_int));
/netbsd-current/sys/arch/atari/stand/installboot/
H A Ddisklabel.c64 static int ahdi_getparts(int, daddr_t, daddr_t, struct ahdilabel *);
138 if ((e = ahdi_getparts(fd, AHDI_BBLOCK, AHDI_BBLOCK, &al)) != 0)
193 ahdi_getparts(int fd, daddr_t rsec, daddr_t esec, struct ahdilabel *alab) function
225 e = ahdi_getparts(fd, aux,
/netbsd-current/sys/arch/atari/stand/tostools/aptck/
H A Ddisklbl.c45 static u_int ahdi_getparts PROTO((disk_t *, u_int, u_int));
152 i = ahdi_getparts(dd, AHDI_BBLOCK, AHDI_BBLOCK);
301 ahdi_getparts(dd, rsec, esec) function
328 rv = ahdi_getparts(dd, offs,
/netbsd-current/sys/arch/atari/stand/edahdi/
H A Dedahdi.c98 u_int ahdi_getparts(int, ptable_t *, u_int, u_int);
145 if ((ahdi_getparts(fd, &ptable, AHDI_BBLOCK, AHDI_BBLOCK) != 0)
396 ahdi_getparts(fd, ptable, rsec, esec) function
423 rv = ahdi_getparts(fd, ptable, offs,
/netbsd-current/sys/arch/atari/atari/
H A Ddisksubr.c60 static u_int ahdi_getparts(dev_t, void (*)(struct buf *), u_int,
309 i = ahdi_getparts(dev, strat, dl->d_secpercyl,
479 ahdi_getparts(dev_t dev, void (*strat)(struct buf *), u_int secpercyl, function
513 rv = ahdi_getparts(dev, strat, secpercyl, offs,
/netbsd-current/sys/arch/atari/stand/tostools/file2swp/
H A Dfile2swp.c187 err = ahdi_getparts(dd, &pt, AHDI_BBLOCK, AHDI_BBLOCK);

Completed in 126 milliseconds