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

/macosx-10.9.5/IOStorageFamily-172/
H A DIOMediaBSDClient.cpp127 UInt32 isAssigned:1; // (slot is occupied) member in struct:AnchorSlot
166 UInt32 isAssigned:1; // (slot is occupied) member in struct:MinorSlot
2768 if ( _table[anchorID].isAssigned ) remove(anchorID);
2790 if ( _table[anchorID].isAssigned == false ) break;
2844 _table[anchorID].isAssigned = true; // (fill in slot)
2862 assert(_table[anchorID].isAssigned);
2883 assert(_table[anchorID].isAssigned);
2902 if ( _table[anchorID].isAssigned != false &&
2920 if ( _table[anchorID].isAssigned != false &&
2943 if ( _table[anchorID].isAssigned !
[all...]

Completed in 111 milliseconds