Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Ddisklabel.h59 #ifndef MAXPARTITIONS
60 #define MAXPARTITIONS BSD_NPARTS_MIN macro
/freebsd/sbin/bsdlabel/
H A Dbsdlabel.c53 #define MAXPARTITIONS 8 /* XXX should be 20, but see PR276517 */ macro
475 &lab, MAXPARTITIONS); in readlabel()
802 if (v > MAXPARTITIONS) { in getasciilabel()
805 lp->d_npartitions = MAXPARTITIONS; in getasciilabel()
1125 if (lp->d_npartitions > MAXPARTITIONS) { in checklabel()
1127 (u_long)lp->d_npartitions, MAXPARTITIONS); in checklabel()
1159 lp->d_npartitions > MAXPARTITIONS) in checklabel()
/freebsd/sbin/newfs/
H A Dnewfs.c350 if ((part_name < 'a' || part_name - 'a' >= MAXPARTITIONS) && in main()
435 &lab, MAXPARTITIONS)) in getdisklabel()
/freebsd/lib/libc/gen/
H A Ddisklabel.c124 for (p = 'a'; p < 'a' + MAXPARTITIONS; p++, pp++) { in getdiskbyname()