OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NPART
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/x68k/stand/boot_ufs/
bootmain.c
99
#define
NPART
15
112
struct dos_partition parttbl[
NPART
];
/src/sys/arch/x68k/stand/xxboot/
bootmain.c
114
#define
NPART
(15) /* total number of Human68k partitions */
126
struct dos_partition parttbl[
NPART
];
/src/usr.sbin/sunlabel/
sunlabel.c
65
*
NPART
is the total number of partitions. This must be <= 43, given the
71
#define
NPART
16
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
...]
Completed in 13 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025