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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOCopyMapper.cpp58 /* bool */ fInUse : 1, // Allocated but not inserted yet member in struct:FreeDARTEntry
70 /* bool */ fInUse : 1, // Allocated but not inserted yet
146 ((FreeDARTEntry *) fTable)->fInUse = true;
249 freeDART[ret].fInUse = true; // Mark entry as In Use
317 if (freeDART[pair].fValid || freeDART[pair].fInUse || (freeDART[pair].fSize != z))
/macosx-10.5.8/AppleMacRiscPCI-3.4/
H A DAppleDART.cpp234 /* bool */ fInUse : 1, // Allocated but not inserted yet member in struct:FreeDARTEntry
451 freeDART[ret].fInUse = true; // Mark entry as In Use
552 if (freeDART[pair].fValid || freeDART[pair].fInUse || (freeDART[pair].fSize != z))

Completed in 26 milliseconds