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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDResourceUserClient.cpp388 void * propertiesData = NULL; local
403 propertiesData = IOMalloc(propertiesLength);
404 require_action(propertiesData, exit, result=kIOReturnNoMemory);
406 propertiesDesc->readBytes(0, propertiesData, propertiesLength);
408 require_action(strnlen((const char *) propertiesData, propertiesLength) < propertiesLength, exit, result=kIOReturnInternalError);
410 object = OSUnserializeXML((const char *)propertiesData, propertiesLength);
430 if ( propertiesData && propertiesLength )
431 IOFree(propertiesData, propertiesLength);

Completed in 77 milliseconds