Searched refs:NPART (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/usr.sbin/sunlabel/
H A Dsunlabel.c65 * NPART is the total number of partitions. This must be <= 43, given the
71 #define NPART 16 macro
72 #define NXPART (NPART - 8)
126 struct part partitions[NPART];/* The partitions themselves */
407 for (i = 0; i < NPART; i++) {
733 if ((epno >= 0) && (epno < NPART)) {
742 if ((spno >= 0) && (spno < NPART)) {
756 if ((epno >= 0) && (epno < NPART)) {
778 if ((spno >= 0) && (spno < NPART)) {
793 if ((spno >= 0) && (spno < NPART)) {
[all...]
/netbsd-current/sys/arch/x68k/stand/xxboot/
H A Dbootmain.c114 #define NPART (15) /* total number of Human68k partitions */ macro
126 struct dos_partition parttbl[NPART];
/netbsd-current/sys/arch/x68k/stand/boot_ufs/
H A Dbootmain.c99 #define NPART 15 macro
112 struct dos_partition parttbl[NPART];

Completed in 140 milliseconds