HomeSort by: relevance | last modified time | path
    Searched defs:LABELMAXSIZE (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/atari/include/
disklabel.h 43 #define LABELMAXSIZE 1020 /* maximum size of disk label, at
68 u_int8_t bb_label[LABELMAXSIZE]; /* disk pack label */
69 u_int8_t bb_bootxx[BBMINSIZE - LABELOFFSET - LABELMAXSIZE];
  /src/sys/arch/atari/stand/tostools/aptck/
ahdilbl.h 44 #define LABELMAXSIZE 1020 /* maximum size of disk label */
58 u_int8_t bb_label[LABELMAXSIZE]; /* disk pack label */
59 u_int8_t bb_bootxx[BBMINSIZE - (LABELOFFSET + LABELMAXSIZE)];
  /src/sys/arch/atari/stand/tostools/libtos/
ahdilbl.h 44 #define LABELMAXSIZE 1020 /* maximum size of disk label */
58 u_int8_t bb_label[LABELMAXSIZE]; /* disk pack label */
59 u_int8_t bb_bootxx[BBMINSIZE - (LABELOFFSET + LABELMAXSIZE)];

Completed in 13 milliseconds