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

/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIODeviceTreeSupport.cpp295 OSData *defaultObj; local
301 defaultObj = OSDynamicCast( OSData, defaults->getProperty(key) );
302 if ( defaultObj == 0 ) return -1;
304 defaultSize = defaultObj->getLength();
307 memcpy( infoAddr, defaultObj->getBytesNoCopy(), defaultSize );
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A Dxotcl.c5145 XOTclObject *defaultObj; local
5150 if (XOTclObjConvertObject(interp, objv[1], &defaultObj) != TCL_OK)
5157 return SearchDefaultValues(interp, defaultObj, defaultObj->cl);

Completed in 180 milliseconds