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

/macosx-10.10.1/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibUnitDirectory.h62 CFStringRef inDesc = NULL) ;
66 CFStringRef inDesc = NULL) ;
70 CFStringRef inDesc = NULL) ;
84 CFStringRef inDesc = NULL) ;
89 CFStringRef inDesc = NULL) ;
94 CFStringRef inDesc = NULL) ;
H A DIOFireWireLibUnitDirectory.cpp259 CFStringRef inDesc)
261 return IOFireWireIUnknown::InterfaceMap<LocalUnitDirectory>::GetThis(self)->AddEntry(key, inBuffer, inLen, inDesc);
269 CFStringRef inDesc)
271 return IOFireWireIUnknown::InterfaceMap<LocalUnitDirectory>::GetThis(self)->AddEntry(key, value, inDesc);
279 CFStringRef inDesc)
281 return IOFireWireIUnknown::InterfaceMap<LocalUnitDirectory>::GetThis(self)->AddEntry(key, *inAddr, inDesc);
254 SAddEntry_Ptr( DirRef self, int key, void* inBuffer, size_t inLen, CFStringRef inDesc) argument
265 SAddEntry_UInt32( DirRef self, int key, UInt32 value, CFStringRef inDesc) argument
275 SAddEntry_FWAddress( DirRef self, int key, const FWAddress* inAddr, CFStringRef inDesc) argument
H A DIOFireWireLib.h2166 @param inDesc Reserved; set to NULL. */
2167 IOReturn (*AddEntry_Ptr)(IOFireWireLibLocalUnitDirectoryRef self, int key, void* inBuffer, size_t inLen, CFStringRef inDesc) ;
2176 @param inDesc Reserved; set to NULL. */
2177 IOReturn (*AddEntry_UInt32)(IOFireWireLibLocalUnitDirectoryRef self, int key, UInt32 value, CFStringRef inDesc) ;
2186 @param inDesc Reserved; set to NULL. */
2187 IOReturn (*AddEntry_FWAddress)(IOFireWireLibLocalUnitDirectoryRef self, int key, const FWAddress* value, CFStringRef inDesc) ;
/macosx-10.10.1/IOATAFamily-253.0.1/
H A DIOATABusCommand.cpp418 IOATABusCommand64::setBuffer ( IOMemoryDescriptor* inDesc) argument
421 super::setBuffer( inDesc );
H A DIOATABusCommand.h239 virtual void setBuffer ( IOMemoryDescriptor* inDesc);
H A DIOATACommand.cpp240 IOATACommand::setBuffer ( IOMemoryDescriptor* inDesc) argument
243 _desc = inDesc;
H A DIOATACommand.h115 virtual void setBuffer ( IOMemoryDescriptor* inDesc);

Completed in 104 milliseconds