Searched refs:MAXPARTITIONS (Results 51 - 60 of 60) sorted by relevance

123

/openbsd-current/usr.sbin/installboot/
H A Di386_installboot.c641 for (i = 0; i < MAXPARTITIONS; i++) {
789 if (fsb.st_dev / MAXPARTITIONS != dev / MAXPARTITIONS)
/openbsd-current/sys/arch/i386/stand/libsa/
H A Ddiskprobe.c353 dip->disklabel.d_npartitions = MAXPARTITIONS;
/openbsd-current/sys/isofs/cd9660/
H A Dcd9660_vfsops.c498 for (i = 0; i < MAXPARTITIONS; i++) {
508 lp->d_npartitions = MAXPARTITIONS;
/openbsd-current/sbin/fsck_ext2fs/
H A Dsetup.c444 if ((cp == NULL || (cp[-1] < 'a' || cp[-1] >= 'a' + MAXPARTITIONS)) &&
/openbsd-current/sys/arch/amd64/stand/efiboot/
H A Defidev.c489 label->d_npartitions = MAXPARTITIONS;
/openbsd-current/sbin/fsck_ffs/
H A Dsetup.c617 if ((cp == NULL || (cp[-1] < 'a' || cp[-1] >= 'a' + MAXPARTITIONS)) &&
/openbsd-current/sys/arch/sparc64/dev/
H A Dfd.c141 #define FDUNIT(dev) ((minor(dev) / MAXPARTITIONS) / 8)
142 #define FDTYPE(dev) ((minor(dev) / MAXPARTITIONS) % 8)
/openbsd-current/sbin/newfs_msdos/
H A Dnewfs_msdos.c730 if (s2 && *s2 >= 'a' && *s2 <= 'a' + MAXPARTITIONS - 1) {
/openbsd-current/sys/kern/
H A Dkern_sysctl.c289 static int maxpartitions = MAXPARTITIONS;
/openbsd-current/sys/dev/
H A Dsoftraid.c1084 for (i = 0; i < MAXPARTITIONS; i++) {

Completed in 358 milliseconds

123