OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ptn_0_offset
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/sysinst/
mbr.c
134
uint ptn_alignment,
ptn_0_offset
, ext_ptn_alignment,
member in struct:mbr_disk_partitions
892
parts->
ptn_0_offset
= parts->geo_sec;
1085
|| (ptn_0_base < parts->
ptn_0_offset
)) {
1093
parts->
ptn_0_offset
= ptn_0_base;
1768
if (parts->
ptn_0_offset
> 0 &&
1769
start < parts->
ptn_0_offset
)
1770
start = parts->
ptn_0_offset
;
1868
part.start = min(myparts->
ptn_0_offset
,start);
2340
data.start += parts->
ptn_0_offset
+off;
2394
start = max(info->start, parts->
ptn_0_offset
);
[
all
...]
/src/sbin/fdisk/
fdisk.c
205
static unsigned int
ptn_0_offset
; /* default dos_sectors */
variable in typeref:typename:unsigned int
471
&n, &
ptn_0_offset
, &n) < 1
473
||
ptn_0_offset
> ptn_alignment)
475
if (
ptn_0_offset
== 0)
476
ptn_0_offset
= ptn_alignment;
655
"[-A ptn_alignment[/
ptn_0_offset
]] \\\n"
859
if (v_flag == 0 && le32toh(partp->mbrp_start) ==
ptn_0_offset
)
860
pr_cyls(start -
ptn_0_offset
, 0);
1237
ptn_0_offset
= dos_sectors;
1249
ptn_0_offset
= ptn_0_base
[
all
...]
Completed in 14 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025