Home
last modified time | relevance | path

Searched refs:NativeNumOfSectors (Results 1 – 1 of 1) sorted by relevance

/reactos/drivers/storage/ide/uniata/
H A Did_ata.cpp1912 ULONGLONG NativeNumOfSectors=0; in IssueIdentify() local
2023 NativeNumOfSectors = cylinders * in IssueIdentify()
2029 if(NativeNumOfSectors > NumOfSectors) { in IssueIdentify()
2031 NumOfSectors = NativeNumOfSectors; in IssueIdentify()
2055 NativeNumOfSectors |= in IssueIdentify()
2068 if((NativeNumOfSectors & 0xffffff) == ((NativeNumOfSectors >> 24) & 0xffffff)) { in IssueIdentify()
2088 … if((NativeNumOfSectors & 0xffffff) == ((NativeNumOfSectors >> 24) & 0xffffff)) { in IssueIdentify()
2090 NativeNumOfSectors = 0; in IssueIdentify()
2095 NativeNumOfSectors > NumOfSectors) { in IssueIdentify()
2103 NumOfSectors = NativeNumOfSectors; in IssueIdentify()
[all …]