fdisk.c | 767 struct mbr_partition *partp; local in function:print_part 775 partp = &boot->mbr_parts[part]; 782 if (partp->mbrp_type == 0) { 787 printf("PART%s%dID=%d\n", e, part, partp->mbrp_type); 788 printf("PART%s%dSIZE=%u\n", e, part, le32toh(partp->mbrp_size)); 790 offset + le32toh(partp->mbrp_start)); 791 printf("PART%s%dFLAG=0x%x\n", e, part, partp->mbrp_flag); 793 MBR_PCYL(partp->mbrp_scyl, partp->mbrp_ssect)); 794 printf("PART%s%dBHEAD=%d\n", e, part, partp->mbrp_shd) 830 struct mbr_partition *partp = &boot->mbr_parts[part]; local in function:print_mbr_partition 1232 struct mbr_partition *partp = &mboot.mbr_parts[0]; local in function:get_ptn_alignmemt 1793 struct mbr_partition *partp; local in function:add_ext_ptn 2006 struct mbr_partition *partp; local in function:change_part 2385 struct mbr_partition *partp = &mboot.mbr_parts[0]; local in function:first_active 2397 struct mbr_partition *partp; local in function:change_active [all...] |