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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp914 IODTPersistent persist; local
917 persist.compareFunc = compareFunc;
918 persist.locationFunc = locationFunc;
919 prop = OSData::withBytes( &persist, sizeof(persist));
970 IODTPersistent *persist; local
1003 persist = (IODTPersistent *) prop->getBytesNoCopy();
1004 compare = persist->compareFunc;
1126 IODTPersistent *persist; local
1131 persist
[all...]

Completed in 20 milliseconds