Searched refs:ptn_0_offset (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/fdisk/
H A Dfdisk.c214 static unsigned int ptn_0_offset; /* default dos_sectors */ variable
421 &n, &ptn_0_offset, &n) < 1
423 || ptn_0_offset > ptn_alignment)
425 if (ptn_0_offset == 0)
426 ptn_0_offset = ptn_alignment;
603 "[-A ptn_alignment[/ptn_0_offset]] \\\n"
806 if (v_flag == 0 && le32toh(partp->mbrp_start) == ptn_0_offset)
807 pr_cyls(start - ptn_0_offset, 0);
1189 ptn_0_offset = dos_sectors;
1201 ptn_0_offset
[all...]
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/
H A Dmbr.c119 static unsigned int ptn_0_offset; variable
469 ext->mbr.mbr_parts[0].mbrp_start = ptn_0_offset;
471 mbrp->mbrp_size - ptn_0_offset;
1245 part[0].mbrp_size = dlsize - ptn_0_offset;
1246 part[0].mbrp_start = ptn_0_offset;
1249 ptstart = ptn_0_offset;
1250 ptsize = dlsize - ptn_0_offset;
1459 ptn_0_offset = bsec;
1462 ptn_0_offset = 2048;
1481 get_ptn_alignment(mbrp); /* get ptn_0_offset */
[all...]

Completed in 123 milliseconds