Searched refs:head_sector (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMap.h62 uint16 head_sector; // head[15:10], sector[9:0] member in struct:chs
63 void SetUnused() { cylinder = 0xFF; head_sector = 0xFFFF; }
64 void Unset() { cylinder = 0; head_sector = 0; }

Completed in 35 milliseconds