Searched refs:BlockCount (Results 1 – 2 of 2) sorted by relevance
671 UINT32 BlockCount = 0; in AsRemoveEmptyBlocks() local719 BlockCount++; in AsRemoveEmptyBlocks()729 if (BlockCount) in AsRemoveEmptyBlocks()732 AsPrint ("Code blocks deleted", BlockCount, Filename); in AsRemoveEmptyBlocks()
43 UCHAR BlockCount; /* RW: Sector count */ member360 #define mSetBlockCount(IOPort,x) OutPort(&IOPort->BlockCount, x)361 #define mGetBlockCount(IOPort) (UCHAR)InPort(&IOPort->BlockCount)362 #define mGetInterruptReason(IOPort) (UCHAR)InPort(&IOPort->BlockCount)