OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:npartitions
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/lib/libkern/
disklabel_swap.c
60
uint16_t
npartitions
;
local
125
npartitions
= nlp->d_magic == DISKMAGIC ?
128
*
npartitions
can be larger than MAXPARTITIONS when the label was not
132
if (
npartitions
<= MAXPARTITIONS)
133
nlp->d_checksum = dkcksum_sized(nlp,
npartitions
);
/src/sbin/disklabel/
bswap.c
170
uint16_t
npartitions
;
local
173
npartitions
= lp->d_npartitions;
175
npartitions
= bswap16(lp->d_npartitions);
177
npartitions
= 0;
179
if (
npartitions
> maxpartitions)
180
npartitions
= 0;
182
return dkcksum_sized(lp,
npartitions
);
/src/sys/arch/ews4800mips/include/
vtoc.h
72
uint16_t
npartitions
; /* 30 */
member in struct:vtoc_sector
/src/sys/dev/dkwedge/
dkwedge_bsdlabel.c
280
uint16_t
npartitions
;
local
311
npartitions
= (swapped) ? bswap16(lp->d_npartitions)
315
if ((char *)lp + DISKLABEL_SIZE(
npartitions
) >
320
npartitions
);
329
if (dkcksum_sized(lp,
npartitions
) != 0) {
/src/sys/kern/
subr_disk_mbr.c
594
uint16_t
npartitions
;
local
637
npartitions
= bswap16(dlp->d_npartitions);
638
if (
npartitions
> MAXPARTITIONS ||
639
dkcksum_sized(dlp,
npartitions
) != 0)
/src/sys/arch/evbarm/stand/boot2440/
dev_sdmmc.c
135
int
npartitions
;
member in struct:sdmmc_softc
460
sc->
npartitions
= sc->sc_label.d_npartitions;
/src/external/gpl3/gcc/dist/gcc/lto/
lto-partition.cc
310
int
npartitions
= 0;
local
329
npartitions
++;
337
npartitions
++;
345
if (!
npartitions
)
360
int
npartitions
= 0;
local
369
npartitions
++;
371
if (!
npartitions
)
487
int
npartitions
;
local
541
npartitions
= 1;
783
if (
npartitions
< n_lto_partitions
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/lto/
lto-partition.cc
309
int
npartitions
= 0;
local
328
npartitions
++;
337
npartitions
++;
345
if (!
npartitions
)
360
int
npartitions
= 0;
local
369
npartitions
++;
371
if (!
npartitions
)
487
int
npartitions
;
local
541
npartitions
= 1;
783
if (
npartitions
< n_lto_partitions
[
all
...]
Completed in 22 milliseconds
Indexes created Sun Mar 29 00:23:15 UTC 2026