OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:d_partitions
(Results
1 - 25
of
174
) sorted by relevancy
1
2
3
4
5
6
7
/src/usr.sbin/sysinst/arch/amiga/
md.c
114
lp->
d_partitions
[RAW_PART].p_size == 0x1fffffff &&
115
lp->
d_partitions
[0].p_size == lp->
d_partitions
[RAW_PART].p_size &&
116
lp->
d_partitions
[0].p_offset == 0 &&
117
lp->
d_partitions
[0].p_fstype == FS_BSDFFS;
/src/sbin/disklabel/
bswap.c
126
nlp->
d_partitions
[i].p_size =
127
bswap32(olp->
d_partitions
[i].p_size);
128
nlp->
d_partitions
[i].p_offset =
129
bswap32(olp->
d_partitions
[i].p_offset);
130
nlp->
d_partitions
[i].p_fsize =
131
bswap32(olp->
d_partitions
[i].p_fsize);
133
nlp->
d_partitions
[i].p_fstype = olp->
d_partitions
[i].p_fstype;
134
nlp->
d_partitions
[i].p_frag = olp->
d_partitions
[i].p_frag
[
all
...]
dkcksum.c
68
end = (const uint16_t *)&lp->
d_partitions
[npartitions];
/src/usr.sbin/sysinst/
disklabel.c
178
parts->l.
d_partitions
[RAW_PART-1].p_fstype = FS_UNUSED;
179
parts->l.
d_partitions
[RAW_PART-1].p_offset = start;
180
parts->l.
d_partitions
[RAW_PART-1].p_size = len;
184
parts->l.
d_partitions
[RAW_PART].p_fstype = FS_UNUSED;
185
parts->l.
d_partitions
[RAW_PART].p_offset = 0;
186
parts->l.
d_partitions
[RAW_PART].p_size = total_size;
228
if (parts->l.
d_partitions
[RAW_PART-1].p_fstype == FS_UNUSED) {
229
daddr_t dlstart = parts->l.
d_partitions
[RAW_PART-1].p_offset;
231
parts->l.
d_partitions
[RAW_PART-1].p_size;
257
if (parts->l.
d_partitions
[part].p_fstype == FS_UNUSE
[
all
...]
/src/sys/lib/libkern/
disklabel_swap.c
111
SWAP32(
d_partitions
[i].p_size);
112
SWAP32(
d_partitions
[i].p_offset);
113
SWAP32(
d_partitions
[i].p_fsize);
115
nlp->
d_partitions
[i].p_fstype = olp->
d_partitions
[i].p_fstype;
116
nlp->
d_partitions
[i].p_frag = olp->
d_partitions
[i].p_frag;
117
SWAP16(
d_partitions
[i].p_cpg);
/src/sys/arch/next68k/next68k/
disksubr.c
119
lp->
d_partitions
[nbp].p_size =
122
lp->
d_partitions
[nbp].p_offset =
126
lp->
d_partitions
[nbp].p_fsize =
129
lp->
d_partitions
[nbp].p_fstype = FS_BSDFFS;
139
lp->
d_partitions
[nbp].p_fstype = t;
142
lp->
d_partitions
[nbp].p_frag =
146
lp->
d_partitions
[nbp].p_frag = 0;
147
lp->
d_partitions
[nbp].p_cpg =
218
if (nbp != RAW_PART && lp->
d_partitions
[nbp].p_offset > 0 &&
219
lp->
d_partitions
[nbp].p_offset < front_porch
[
all
...]
/src/sys/arch/hp300/hp300/
disksubr.c
71
lp->
d_partitions
[i].p_size = 0;
72
lp->
d_partitions
[i].p_offset = 0;
74
if (lp->
d_partitions
[RAW_PART].p_size == 0)
75
lp->
d_partitions
[RAW_PART].p_size = lp->d_secperunit;
76
lp->
d_partitions
[RAW_PART].p_offset = 0;
78
lp->
d_partitions
[0].p_size = lp->
d_partitions
[RAW_PART].p_size;
79
lp->
d_partitions
[0].p_fstype = FS_BSDFFS;
123
if (lp->
d_partitions
[labelpart].p_offset != 0) {
124
if (lp->
d_partitions
[0].p_offset != 0
[
all
...]
/src/sys/arch/news68k/news68k/
disksubr.c
70
lp->
d_partitions
[i].p_size = 0;
71
lp->
d_partitions
[i].p_offset = 0;
73
if (lp->
d_partitions
[RAW_PART].p_size == 0)
74
lp->
d_partitions
[RAW_PART].p_size = lp->d_secperunit;
75
lp->
d_partitions
[RAW_PART].p_offset = 0;
77
lp->
d_partitions
[0].p_size = lp->
d_partitions
[RAW_PART].p_size;
78
lp->
d_partitions
[0].p_fstype = FS_BSDFFS;
122
if (lp->
d_partitions
[labelpart].p_offset != 0) {
123
if (lp->
d_partitions
[0].p_offset != 0
[
all
...]
/src/sys/arch/newsmips/newsmips/
disksubr.c
70
lp->
d_partitions
[i].p_size = 0;
71
lp->
d_partitions
[i].p_offset = 0;
73
if (lp->
d_partitions
[RAW_PART].p_size == 0)
74
lp->
d_partitions
[RAW_PART].p_size = lp->d_secperunit;
75
lp->
d_partitions
[RAW_PART].p_offset = 0;
77
lp->
d_partitions
[0].p_size = lp->
d_partitions
[RAW_PART].p_size;
78
lp->
d_partitions
[0].p_fstype = FS_BSDFFS;
122
if (lp->
d_partitions
[labelpart].p_offset != 0) {
123
if (lp->
d_partitions
[0].p_offset != 0
[
all
...]
/src/sys/arch/virt68k/virt68k/
disksubr.c
71
lp->
d_partitions
[i].p_size = 0;
72
lp->
d_partitions
[i].p_offset = 0;
74
if (lp->
d_partitions
[RAW_PART].p_size == 0)
75
lp->
d_partitions
[RAW_PART].p_size = lp->d_secperunit;
76
lp->
d_partitions
[RAW_PART].p_offset = 0;
78
lp->
d_partitions
[0].p_size = lp->
d_partitions
[RAW_PART].p_size;
79
lp->
d_partitions
[0].p_fstype = FS_BSDFFS;
123
if (lp->
d_partitions
[labelpart].p_offset != 0) {
124
if (lp->
d_partitions
[0].p_offset != 0
[
all
...]
/src/sys/arch/arc/stand/boot/
disk.c
61
struct partition *pp = &sc->sc_label.
d_partitions
[part];
151
lp->
d_partitions
[part].p_offset = 0;
152
lp->
d_partitions
[part].p_size = 0x7fffffff;
175
mbrp_off = lp->
d_partitions
[2].p_offset;
177
if (lp->
d_partitions
[i].p_fstype != FS_UNUSED &&
178
lp->
d_partitions
[i].p_offset >= mbrp_off)
179
lp->
d_partitions
[i].p_offset -= mbrp_off;
183
lp->
d_partitions
[part].p_fstype == FS_UNUSED ||
184
lp->
d_partitions
[part].p_size == 0) {
/src/sys/arch/sgimips/stand/common/
disk.c
61
struct partition *pp = &sc->sc_label.
d_partitions
[part];
151
lp->
d_partitions
[part].p_offset = 0;
152
lp->
d_partitions
[part].p_size = 0x7fffffff;
175
mbrp_off = lp->
d_partitions
[2].p_offset;
177
if (lp->
d_partitions
[i].p_fstype != FS_UNUSED &&
178
lp->
d_partitions
[i].p_offset >= mbrp_off)
179
lp->
d_partitions
[i].p_offset -= mbrp_off;
183
lp->
d_partitions
[part].p_fstype == FS_UNUSED ||
184
lp->
d_partitions
[part].p_size == 0) {
/src/lib/libutil/
disklabel_dkcksum.c
54
end = (uint16_t *)(void *)&lp->
d_partitions
[lp->d_npartitions];
/src/sys/arch/atari/stand/ahdilabel/
cksum.c
44
end = (u_short *)&dl->
d_partitions
[dl->d_npartitions];
/src/sys/arch/luna68k/stand/boot/
ufs_disksubr.c
108
if (lp->
d_partitions
[0].p_size == 0)
109
lp->
d_partitions
[0].p_size = 0x1fffffff;
110
lp->
d_partitions
[0].p_offset = 0;
disklabel.c
104
end = (uint16_t *)&lp->
d_partitions
[lp->d_npartitions];
221
bp->
d_partitions
[i].p_size =
223
bp->
d_partitions
[i].p_offset =
225
bp->
d_partitions
[i].p_fsize = 1024;
226
bp->
d_partitions
[i].p_frag = 8192 / 1024;
227
bp->
d_partitions
[i].p_fstype = FS_UNUSED;
268
bp->
d_partitions
[i].p_frag =
269
j / bp->
d_partitions
[i].p_fsize;
272
bp->
d_partitions
[i].p_fsize = j;
275
bp->
d_partitions
[i].p_offset = j
[
all
...]
/src/sys/arch/sh3/sh3/
disksubr.c
120
SW32(
d_partitions
[i].p_size);
121
SW32(
d_partitions
[i].p_offset);
122
SW32(
d_partitions
[i].p_fsize);
124
nlp->
d_partitions
[i].p_fstype = olp->
d_partitions
[i].p_fstype;
125
nlp->
d_partitions
[i].p_frag = olp->
d_partitions
[i].p_frag;
126
SW16(
d_partitions
[i].p_cpg);
139
end = (uint16_t *)&lp->
d_partitions
[bswap16(lp->d_npartitions)];
210
SW32(
d_partitions
[i].p_size)
[
all
...]
/src/sys/arch/ofppc/stand/ofwboot/
mbr.c
145
lp->
d_partitions
[i].p_size = 0;
146
lp->
d_partitions
[i].p_offset = 0;
147
lp->
d_partitions
[i].p_fstype = 0;
151
lp->
d_partitions
[0].p_offset = poff;
152
lp->
d_partitions
[0].p_fstype = FS_MSDOS;
/src/sys/arch/pmax/pmax/
disksubr.c
71
if (lp->
d_partitions
[0].p_size == 0)
72
lp->
d_partitions
[0].p_size = 0x1fffffff;
73
lp->
d_partitions
[0].p_offset = 0;
172
lp->
d_partitions
[part].p_size =
174
lp->
d_partitions
[part].p_offset =
176
lp->
d_partitions
[part].p_fsize = 1024;
177
lp->
d_partitions
[part].p_fstype =
184
lp->
d_partitions
[part].p_offset,
185
lp->
d_partitions
[part].p_size);
209
if (lp->
d_partitions
[labelpart].p_offset != 0)
[
all
...]
/src/sys/arch/luna68k/luna68k/
disksubr.c
191
lp->
d_partitions
[i].p_size = 0;
192
lp->
d_partitions
[i].p_offset = 0;
194
if (lp->
d_partitions
[RAW_PART].p_size == 0)
195
lp->
d_partitions
[RAW_PART].p_size = lp->d_secperunit;
196
lp->
d_partitions
[RAW_PART].p_offset = 0;
353
npp = &lp->
d_partitions
[i];
382
if (sl->sl_rpm == 0 && lp->
d_partitions
[2].p_offset != 0) {
383
lp->
d_partitions
[1] = lp->
d_partitions
[2];
384
lp->
d_partitions
[1].p_fstype = FS_BSDFFS
[
all
...]
/src/sys/arch/ofppc/ofppc/
disksubr.c
165
lp->
d_partitions
[slot].p_offset =
167
lp->
d_partitions
[slot].p_size = bswap32(dp->mbrp_size);
176
lp->
d_partitions
[slot].p_fstype = FS_MSDOS;
179
lp->
d_partitions
[slot].p_fstype = FS_OTHER;
188
lp->
d_partitions
[2].p_size = bswap32(bsdp->mbrp_size);
189
lp->
d_partitions
[2].p_offset = bswap32(bsdp->mbrp_start);
218
&& (lp->
d_partitions
[i].p_fstype == FS_UNUSED))
245
if (lp->
d_partitions
[RAW_PART].p_size == 0)
246
lp->
d_partitions
[RAW_PART].p_size = 0x1fffffff;
247
lp->
d_partitions
[RAW_PART].p_offset = 0
[
all
...]
/src/sys/arch/x68k/x68k/
disksubr.c
83
lp->
d_partitions
[i].p_size = 0;
84
lp->
d_partitions
[i].p_offset = 0;
86
if (lp->
d_partitions
[RAW_PART].p_size == 0)
87
lp->
d_partitions
[RAW_PART].p_size = lp->d_secperunit;
88
lp->
d_partitions
[RAW_PART].p_offset = 0;
90
lp->
d_partitions
[0].p_size = lp->
d_partitions
[RAW_PART].p_size;
177
lp->
d_partitions
[part].p_size = size;
178
lp->
d_partitions
[part].p_offset = start;
202
lp->
d_partitions
[part].p_fstype = fstype; /* XXX *
[
all
...]
/src/sys/arch/alpha/stand/common/
blkdev.c
141
if (l.
d_partitions
[0].p_fstype == FS_RAID) {
151
if (l.
d_partitions
[i].p_fstype == BOOTXX_FS_TYPE) {
152
blkdev_part_offset = l.
d_partitions
[i].p_offset;
/src/sys/arch/landisk/stand/bootxx/
boot1.c
94
if (ptn_disklabel.
d_partitions
[0].p_fstype == FS_UNUSED)
97
bios_sector = ptn_disklabel.
d_partitions
[0].p_offset;
99
if (ptn_disklabel.
d_partitions
[0].p_fstype == FS_RAID)
/src/sys/arch/pmax/stand/common/
rz.c
64
struct partition *pp = &sc->sc_label.
d_partitions
[part];
155
lp->
d_partitions
[part].p_offset = 0;
156
lp->
d_partitions
[part].p_size = 0x7fffffff;
169
if (part >= lp->d_npartitions || lp->
d_partitions
[part].p_size == 0) {
Completed in 49 milliseconds
1
2
3
4
5
6
7
Indexes created Sun Oct 12 05:10:08 GMT 2025