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

/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOConfigDirectory.h116 @function getIndexValue
124 virtual IOReturn getIndexValue(int index, UInt32 &value);
125 virtual IOReturn getIndexValue(int index, OSData *&value);
126 virtual IOReturn getIndexValue(int index, OSString *&value);
127 virtual IOReturn getIndexValue(int index, IOConfigDirectory *&value);
H A DIOConfigDirectory.cpp212 status = getIndexValue(index, value);
219 status = getIndexValue(index+1, *text);
252 status = getIndexValue(index, value);
259 status = getIndexValue(index+1, *text);
293 status = getIndexValue(index, value);
300 status = getIndexValue(index+1, *text);
338 status = getIndexValue(index+1, *text);
435 // getIndexValue
439 IOReturn IOConfigDirectory::getIndexValue(int index, UInt32 &value) function in class:IOConfigDirectory
465 // getIndexValue
469 IOReturn IOConfigDirectory::getIndexValue(int index, OSData *&value) function in class:IOConfigDirectory
533 IOReturn IOConfigDirectory::getIndexValue(int index, OSString *&value) function in class:IOConfigDirectory
672 IOReturn IOConfigDirectory::getIndexValue(int index, IOConfigDirectory *&value) function in class:IOConfigDirectory
[all...]
H A DIOConfigDirectoryIterator.cpp64 status = owner->getIndexValue( position, next );
H A DIOLocalConfigDirectory.h89 virtual IOReturn getIndexValue(int index, IOConfigDirectory *&value);
H A DIOLocalConfigDirectory.cpp573 // getIndexValue
578 IOLocalConfigDirectory::getIndexValue(int index, IOConfigDirectory *&value) function in class:IOLocalConfigDirectory
H A DIOFireWireUserClient.cpp3054 IOReturn error = dir->getIndexValue(index, *outKey) ;
3082 IOReturn error = dir->getIndexValue( index, outData ) ;
3123 IOReturn error = dir->getIndexValue( index, outText ) ;
3161 IOReturn error = dir->getIndexValue( index, outDir ) ;
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Drbt_rule.h60 // are used only by masks() and getIndexValue() which are called
227 int16_t getIndexValue() const;
H A Drbt_rule.cpp219 int16_t TransliterationRule::getIndexValue() const { function in class:TransliterationRule
H A Drbt_set.cpp310 indexValue[j] = r->getIndexValue();
/macosx-10.10.1/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2Target.cpp599 tempStatus = directory->getIndexValue( pos, data );

Completed in 136 milliseconds