MAXPARTITIONS
return (MAXPARTITIONS);
for (partition = 0; partition < MAXPARTITIONS; partition++) {
for (partition = 0; partition < MAXPARTITIONS; partition++) { /* try the compatibility partition */
for (part = 'a'; part < 'a' + MAXPARTITIONS; part++) {
#ifdef MAXPARTITIONS /* XXX don't depend on disklabel.h */
#if MAXPARTITIONS != 16 /* but check consistency if possible */
void *ds_devs[MAXPARTITIONS]; /* XXX s.b. in label */