Searched defs:partition (Results 1 – 5 of 5) sorted by relevance
260 struct partition { /* the partition table */ struct261 UINT32 p_size; /* number of sectors in partition */262 UINT32 p_offset; /* starting sector */263 union {267 } __partition_u2;268 UINT8 p_fstype; /* filesystem type, see below */269 UINT8 p_frag; /* filesystem fragments per block */270 union {273 } __partition_u1;
49 struct disk_partition partition[PARTITION_COUNT]; member
61 Subdivider::partition( Bin & bin, Bin & left, Bin & intersections, in partition() function in Subdivider
148 static inline INT partition(list_t& list, INT i, INT j, const CStringW& x) in partition() function
738 _ForwardIter partition(_ForwardIter __first, _ForwardIter __last, _Predicate __pred) { in partition() function