OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dflt_lbl
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/landisk/stand/boot/
biosdisk.c
137
struct disklabel
dflt_lbl
;
local in function:read_label
148
memset(&
dflt_lbl
, 0, sizeof
dflt_lbl
);
149
dflt_lbl
.d_npartitions = 8;
191
if (
dflt_lbl
.d_npartitions >= MAXPARTITIONS)
193
p = &
dflt_lbl
.d_partitions[
dflt_lbl
.d_npartitions++];
195
p = &
dflt_lbl
.d_partitions[i];
232
dflt_lbl
.d_checksum = dkcksum(&
dflt_lbl
);
[
all
...]
/src/sys/arch/i386/stand/lib/
biosdisk.c
583
read_minix_subp(struct biosdisk *d, struct disklabel*
dflt_lbl
,
606
if (
dflt_lbl
->d_npartitions >= MAXPARTITIONS)
608
p = &
dflt_lbl
->d_partitions[
dflt_lbl
->d_npartitions++];
652
struct disklabel
dflt_lbl
;
local in function:read_label
664
memset(&
dflt_lbl
, 0, sizeof(
dflt_lbl
));
665
dflt_lbl
.d_npartitions = 8;
700
if (!read_minix_subp(d, &
dflt_lbl
,
720
if (
dflt_lbl
.d_npartitions >= MAXPARTITIONS
[
all
...]
Completed in 13 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025