Home
last modified time | relevance | path

Searched refs:AHDI_MAXROOTS (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/arch/atari/include/
Dahdilabel.h33 #define AHDI_MAXROOTS (MAXAUXROOTS) /* max. # of AHDI rootsectors */ macro
34 #define AHDI_MAXPARTS (AHDI_MAXROOTS+3) /* max. # of AHDI partitions */
/netbsd/src/sys/arch/atari/stand/tostools/aptck/
Dahdilbl.h70 #define AHDI_MAXROOTS (MAXAUXROOTS) /* max. # of AHDI rootsectors */ macro
71 #define AHDI_MAXPARTS (AHDI_MAXROOTS+3) /* max. # of AHDI partitions */
/netbsd/src/sys/arch/atari/stand/tostools/libtos/
Dahdilbl.h70 #define AHDI_MAXROOTS (MAXAUXROOTS) /* max. # of AHDI rootsectors */ macro
71 #define AHDI_MAXPARTS (AHDI_MAXROOTS+3) /* max. # of AHDI partitions */
/netbsd/src/sys/arch/atari/atari/
Ddisksubr.c510 if (apt->at_nroots < AHDI_MAXROOTS) in ahdi_getparts()