Home | History | Annotate | Download | only in sh3

Lines Matching refs:d_npartitions

115 	SW16(d_npartitions);	/* number of partitions in following */
139 end = (uint16_t *)&lp->d_partitions[bswap16(lp->d_npartitions)];
205 SW16(d_npartitions); /* number of partitions in following */
237 d_partitions[le16toh(lp->d_npartitions)]);
330 lp->d_npartitions = RAW_PART + 1;
414 lp->d_npartitions = RAW_PART + 1 + i;
437 if (dlp->d_npartitions > MAXPARTITIONS ||
450 if (bswap16(dlp->d_npartitions) > MAXPARTITIONS ||
467 if (le16toh(dlp->d_npartitions) > MAXPARTITIONS ||
602 dlp->d_npartitions <= MAXPARTITIONS &&
610 bswap16(dlp->d_npartitions) <= MAXPARTITIONS &&
622 le16toh(dlp->d_npartitions) <= MAXPARTITIONS &&