/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...] |
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...] |
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...] |