HomeSort by: relevance | last modified time | path
    Searched defs:partp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/compat/linux/arch/i386/
linux_machdep.c 790 struct partinfo partp; local in function:linux_machdepioctl
919 error1 = ioctlf(fp, DIOCGPARTINFO, (void *)&partp);
924 start = error1 != 0 ? partp.pi_offset : 0;
  /src/sbin/fdisk/
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...]

Completed in 14 milliseconds