Searched refs:getmaxpartitions (Results 1 - 14 of 14) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libutil/
H A Dgetmaxpartitions.c1 /* $NetBSD: getmaxpartitions.c,v 1.5 2005/08/27 17:23:17 elad Exp $ */
34 __RCSID("$NetBSD: getmaxpartitions.c,v 1.5 2005/08/27 17:23:17 elad Exp $");
42 getmaxpartitions(void) function
H A DMakefile13 SRCS+= efun.c getbootfile.c getlabelsector.c getmaxpartitions.c \
25 getmaxpartitions.3 getmntopts.3 getrawpartition.3 \
/netbsd-6-1-5-RELEASE/include/
H A Dutil.h74 int getmaxpartitions(void);
/netbsd-6-1-5-RELEASE/sbin/disklabel/
H A Dinteract.c46 #define getmaxpartitions() MAXPARTITIONS macro
103 'a' + getmaxpartitions() - 1);
495 line[0] >= 'a' && line[0] < 'a' + getmaxpartitions()) {
603 line[0] >= 'a' && line[0] < 'a' + getmaxpartitions()) {
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/
H A Dlabel.c575 int maxpart = getmaxpartitions();
627 int maxpart = getmaxpartitions();
693 maxpart = getmaxpartitions();
812 maxpartc = 'a' + getmaxpartitions() - 1;
860 maxpartc = 'a' + getmaxpartitions() - 1;
H A Dbsddisklabel.c96 maxptn = getmaxpartitions();
344 int maxpart = getmaxpartitions();
536 int maxpart = getmaxpartitions();
H A Ddisks.c577 unsigned int maxpart = getmaxpartitions();
733 for (i = 0; i < getmaxpartitions(); i++) {
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/arc/
H A Dmd.c80 int maxpart = getmaxpartitions();
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/cobalt/
H A Dmd.c80 int maxpart = getmaxpartitions();
/netbsd-6-1-5-RELEASE/sbin/newfs_lfs/
H A Dnewfs.c185 maxpartitions = getmaxpartitions();
/netbsd-6-1-5-RELEASE/distrib/utils/edlabel/
H A Dedlabel.c513 maxpartitions = getmaxpartitions();
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/arch/ofppc/
H A Dmd.c94 int maxpart = getmaxpartitions();
/netbsd-6-1-5-RELEASE/usr.sbin/sunlabel/
H A Dsunlabel.c1204 u.l.d_npartitions = getmaxpartitions();
/netbsd-6-1-5-RELEASE/sbin/newfs_msdos/
H A Dnewfs_msdos.c820 maxpartitions = getmaxpartitions();

Completed in 105 milliseconds