Searched defs:partition (Results 1 – 5 of 5) sorted by relevance
120 struct partition { /* the partition table */ struct121 uint32_t p_size; /* number of sectors in partition */122 uint32_t p_offset; /* starting sector */123 uint32_t p_fsize; /* filesystem basic fragment size */124 uint8_t p_fstype; /* filesystem type, see below */125 uint8_t p_frag; /* filesystem fragments per block */126 uint16_t p_cpg; /* filesystem cylinders per group */
99 struct partition { struct100 ushort_t p_tag; /* ID tag of partition */ argument102 uint64_t p_start; /* start sector no of partition */ argument103 long p_size; /* # of blocks in partition */ argument
111 #define MAKEBOOTDEV(type, slice, unit, partition) \ argument
564 __in nvram_partition_t *partition) in checksum_tlv_partition()591 nvram_partition_t partition; in tlv_update_partition_len_and_cks() local
210 int64_t partition; member