| /xnu-11215/libkern/c++/ |
| H A D | OSData.cpp | 145 OSData::initWithData(const OSData *inData) in initWithData() 151 OSData::initWithData(const OSData *inData, in initWithData() 166 OSSharedPtr<OSData> me = OSMakeShared<OSData>(); in withCapacity() 178 OSSharedPtr<OSData> me = OSMakeShared<OSData>(); in withBytes() 189 OSSharedPtr<OSData> me = OSMakeShared<OSData>(); in withBytesNoCopy() 199 OSData::withData(const OSData *inData) in withData() 201 OSSharedPtr<OSData> me = OSMakeShared<OSData>(); in withData() 211 OSData::withData(const OSData *inData, in withData() 214 OSSharedPtr<OSData> me = OSMakeShared<OSData>(); in withData() 393 OSData::appendBytes(const OSData *other) in appendBytes() [all …]
|
| H A D | OSKext.cpp | 597 #pragma mark OSData callbacks (need to move to OSData) 878 OSSharedPtr<OSData> executable = OSData::withBytesNoCopy( in allocAndInitFakeKext() 1967 OSData * 3709 OSSharedPtr<OSData> 3798 OSSharedPtr<OSData> 4403 OSSharedPtr<OSData> 5014 OSData * 5238 OSSharedPtr<OSData> 5282 OSSharedPtr<OSData> 5333 OSData * [all …]
|
| /xnu-11215/libkern/libkern/c++/ |
| H A D | OSData.h | 42 class OSData; variable 45 typedef OSData* OSDataPtr; 84 class OSData : public OSObject 88 OSDeclareDefaultStructors(OSData); 171 static OSPtr<OSData> withBytes( 197 static OSPtr<OSData> 267 static OSPtr<OSData> 302 static OSPtr<OSData> withData(const OSData * inData); 327 static OSPtr<OSData> withData( 328 const OSData * inData, [all …]
|
| H A D | OSKext.h | 381 OSPtr<OSData> dextUniqueID; 428 OSData * dextUniqueID); 432 OSData * booterData); 435 OSData * booterData); 477 OSData * mkextData); 480 OSData * mkextData); 483 OSData * mkextData, 486 OSData * mkextData, 491 OSData * mkextData, 496 OSData * mkextData, [all …]
|
| H A D | OSString.h | 38 class OSData; variable 446 virtual bool isEqualTo(const OSData * aDataObject) const;
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IODeviceTreeSupport.cpp | 122 OSData * prop; in IODeviceTreeAlloc() 509 OSData * data; in AddPHandle() 522 OSData *data; in FindPHandle() 542 OSData * data; in GetUInt32() 563 OSData * data; in IODTFindInterruptParent() 623 OSData *data; in IODTMapOneInterrupt() 793 OSData * local; in IODTMapInterruptsSharing() 794 OSData * local2; in IODTMapInterruptsSharing() 798 OSData * map = NULL; in IODTMapInterruptsSharing() 1226 OSData * prop; in IODTResolveAddressCell() [all …]
|
| H A D | IOPlatformExpert.cpp | 991 OSData *data; in PEHaltRestartInternal() 1175 OSData *data; in PEReadNVRAMProperty() 1283 OSData *data; in PEWriteNVRAMPropertyInternal() 1445 OSData* mydata = (OSData*) (getProvider()->getProperty("serial-number")); in publishPlatformUUIDAndSerial() 1481 OSData * data; in registerNVRAMController() 1661 OSData *tmpData = (OSData *)next->getProperty("device_type"); in createNubs() 1938 OSData* valueRaw = NULL; in readNVRAMProperty() 2168 OSData* mydata = (OSData*) (getProperty("serial-number")); in configureDefaults() 2214 OSData * data1; in generatePlatformUUID() 2218 OSData * data2; in generatePlatformUUID() [all …]
|
| H A D | IOCPU.cpp | 404 …OSSharedPtr<OSData> busFrequency = OSData::withBytesNoCopy((void *)&gPEClockFrequencyInfo.bus_cloc… in start() 407 …OSSharedPtr<OSData> busFrequency = OSData::withBytesNoCopy((void *)&gPEClockFrequencyInfo.bus_freq… in start() 412 …OSSharedPtr<OSData> cpuFrequency = OSData::withBytesNoCopy((void *)&gPEClockFrequencyInfo.cpu_cloc… in start() 415 …OSSharedPtr<OSData> cpuFrequency = OSData::withBytesNoCopy((void *)&gPEClockFrequencyInfo.cpu_freq… in start() 419 …OSSharedPtr<OSData> timebaseFrequency = OSData::withBytesNoCopy((void *)&gPEClockFrequencyInfo.tim… in start() 663 OSSharedPtr<OSData> tmpData = OSData::withValue(tmpLong); in setCPUInterruptProperties()
|
| H A D | IODMAController.cpp | 52 OSData *dmaParentData; in getController() 58 dmaParentData = OSDynamicCast(OSData, prop.get()); in getController() 100 OSData *phandleData; in registerDMAController() 103 phandleData = OSDynamicCast(OSData, prop.get()); in registerDMAController()
|
| H A D | IONVRAMV3Handler.cpp | 317 OSData * data; in getNVRAMProperties() 327 data = OSDynamicCast(OSData, prop.get()); in getNVRAMProperties() 400 OSData *entryContainer; in reloadInternal() 652 OSData* data; in handleEphDM() 667 data = OSDynamicCast(OSData, prop.get()); in handleEphDM() 846 OSSharedPtr<OSData> newContainer; in setVariableInternal() 1040 OSData *entryContainer; in reclaim() 1115 OSData *entryContainer; in getAppendSize() 1137 OSData *entryContainer; in syncRaw() 1256 OSData *entryContainer; in syncBlock() [all …]
|
| H A D | IOInterruptController.cpp | 66 OSData *vectorData; in registerInterrupt() 235 OSData *vectorData; in unregisterInterrupt() 279 OSData *vectorData; in getInterruptType() 301 OSData *vectorData; in enableInterrupt() 342 OSData *vectorData; in disableInterrupt() 368 OSData *vectorData; in causeInterrupt() 525 …tController::initInterruptController(IOInterruptController *parentController, OSData *parentSource) in initInterruptController() 603 OSData *vectorData; in registerInterrupt() 637 vectorData = OSData::withValue(vectorNumber); in registerInterrupt() 740 OSData *vectorData; in enableInterrupt() [all …]
|
| H A D | IOHibernateIO.cpp | 473 OSData * nvramData; in IOHibernateSystemSleep() 678 OSData * smcData; in IOHibernateSystemSleep() 722 OSData * data; in IOHibernateSystemSleep() 785 OSData * fileData = NULL; in IOHibernateSystemSleep() 892 IOSetBootImageNVRAM(OSData * data) in IOSetBootImageNVRAM() 1111 OSData * data; in IOHibernateSystemHasSlept() 1262 OSData * data; in IOHibernateDone() 1488 OSData * in IOHibernateWasScreenLocked() 1595 OSData * data = OSData::withValueNoCopy(gIOHibernateState); in IOHibernateSystemInit() 2776 OSData * noteProp; in IOHibernateSystemRestart() [all …]
|
| H A D | IOExtensiblePaniclog.cpp | 149 IOExtensiblePaniclog::Create_Impl(OSData *uuid, OSString *data_id, uint32_t max_len, in Create_Impl() 218 IOExtensiblePaniclog::InsertData_Impl(OSData *data) in InsertData_Impl() 234 IOExtensiblePaniclog::AppendData_Impl(OSData *data) in AppendData_Impl()
|
| H A D | PassthruInterruptController.cpp | 70 OSData *tmpData = OSData::withValue(zero); in setCPUInterruptProperties()
|
| H A D | IONVRAMCHRPHandler.cpp | 93 static OSSharedPtr<OSData> unescapeBytesToData(const uint8_t *bytes, uint32_t length); 94 static OSSharedPtr<OSData> escapeDataToData(OSData * value); 930 OSSharedPtr<OSData> 933 OSSharedPtr<OSData> data; in unescapeBytesToData() 959 data = OSData::withCapacity(totalLength); in unescapeBytesToData() 978 OSSharedPtr<OSData> 979 IONVRAMCHRPHandler::escapeDataToData(OSData * value) in escapeDataToData() 981 OSSharedPtr<OSData> result; in escapeDataToData() 993 result = OSData::withCapacity((unsigned int)(endPtr - wherePtr)); in escapeDataToData() 1115 OSSharedPtr<OSData> tmpData; in convertObjectToProp() [all …]
|
| H A D | IOHistogramReporter.cpp | 276 OSSharedPtr<OSData> tmpConfigData; in handleCreateLegend() 285 tmpConfigData = OSData::withBytes(_histogramSegmentsConfig, in handleCreateLegend() 394 OSSharedPtr<OSData> tmpConfigData; in createLegend() 415 tmpConfigData = OSData::withBytes(config, in createLegend()
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IOPolledInterface.h | 136 typedef struct OSData OSData; typedef 147 OSData * fileExtents; 187 LIBKERN_RETURNS_RETAINED OSData ** imagePath, 195 OSSharedPtr<OSData>& imagePath,
|
| H A D | IOInterrupts.h | 44 class OSData; variable 49 OSData *vectorData;
|
| H A D | IOPlatformExpert.h | 309 virtual OSString* createSystemSerialNumberString(OSData* myProperty); 388 const OSSymbol ** name, OSData ** value ); 392 OSSharedPtr<const OSSymbol>& name, OSSharedPtr<OSData>& value ); 396 const OSSymbol * name, OSData * value ); 412 virtual OSString* createSystemSerialNumberString(OSData* myProperty) APPLE_KEXT_OVERRIDE;
|
| H A D | IODeviceTreeSupport.h | 59 extern const OSData * gIODTAssociatedServiceKey; 124 LIBKERN_RETURNS_NOT_RETAINED OSData *
|
| /xnu-11215/iokit/Tests/ |
| H A D | TestContainers.cpp | 122 OSData *test1, *test2, *test3; in testData() 130 test1 = OSData::withCapacity(DATA_SIZE_1); in testData() 142 test1 = OSData::withCapacity(DATA_SIZE_1); in testData() 159 test1 = OSData::withCapacity(DATA_SIZE_1); in testData() 189 test1 = OSData::withBytes(testData, sizeof(testData)); in testData() 208 test1 = OSData::withCapacity(DATA_SIZE_4); in testData() 209 test2 = OSData::withBytesNoCopy(testData, DATA_SIZE_3); in testData() 223 test3 = OSData::withData(test1, i, DATA_SIZE_3); in testData() 230 test3 = OSData::withData(test1, i, len); in testData()
|
| /xnu-11215/iokit/bsddev/ |
| H A D | DINetBootHook.cpp | 361 OSData * data; in di_root_ramfile() 365 OSData * extentData = NULL; in di_root_ramfile() 371 data = OSDynamicCast(OSData, entry->getProperty("boot-ramdmg-size")); in di_root_ramfile() 380 data = OSDynamicCast(OSData, entry->getProperty("boot-ramdmg-extents")); in di_root_ramfile() 386 extentData = OSData::withData(data); in di_root_ramfile()
|
| H A D | IOKitBSDInit.cpp | 431 OSData *uuid_data = NULL; in IOGetBootUUID() 435 uuid_data = (OSData *)entry->getProperty("boot-uuid"); in IOGetBootUUID() 459 OSData *uuid_data = NULL; in IOGetApfsPrebootUUID() 463 uuid_data = (OSData *)entry->getProperty("apfs-preboot-uuid"); in IOGetApfsPrebootUUID() 488 OSData *uuid_data = NULL; in IOGetAssociatedApfsVolgroupUUID() 518 OSData *path_prefix_data = NULL; in IOGetBootObjectsPath() 549 OSData *manifest_hash_data = NULL; in IOGetBootManifestHash() 683 OSData * data = NULL; in IOFindBSDRoot() 744 data = (OSData *) regEntry->getProperty( "boot-uuid" ); in IOFindBSDRoot() 1084 OSData * data; in IOBSDRegistryEntryGetData() [all …]
|
| /xnu-11215/iokit/DriverKit/ |
| H A D | IOUserClient.iig | 87 * @field structureInput OSData object containing structure input from IOConnectMethod. 92 * @field structureOutput An OSData to be returned to the caller as structure output. 93 * This field should be set by the driver to an OSData object it created with 94 * the data to be returned, and the OSData instance will be released by the OS. 110 OSData * structureInput; 114 OSData * structureOutput; 283 OSData * structureInput, 288 OSData ** structureOutput,
|
| /xnu-11215/libsa/ |
| H A D | bootstrap.cpp | 231 OSSharedPtr<OSData> loaded_kcUUID; in readPrelinkedExtensions() 384 OSSharedPtr<OSData> booterData; in readBooterExtensions() 431 OSData * deviceTreeEntry = OSDynamicCast(OSData, in readBooterExtensions() 475 booterData = OSData::withBytesNoCopy(booterDataPtr, in readBooterExtensions()
|