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

/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSData.h114 * @function withBytes
133 static OSData * withBytes(
262 * <code>@link withBytes withBytes@/link</code> instead.
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOBufferMemoryDescriptor.h205 bool withContiguousMemory = false) APPLE_KEXT_DEPRECATED; /* use withBytes() instead */
209 * withBytes:
214 static IOBufferMemoryDescriptor * withBytes(
/darwin-on-arm/xnu/iokit/Kernel/
H A DIONVRAM.cpp346 propObject = OSData::withBytes(tmpString->getCStringNoCopy(),
695 propObject = OSData::withBytes(_piImage + 4, propDataLength);
1337 *value = OSData::withBytes(prop->data, length);
1599 data = OSData::withBytes(propStart, nvPath - propStart);
H A DIOHibernateIO.cpp813 data = OSData::withBytes(tail + 1, strlen(tail + 1));
1371 data = OSData::withBytes(&rtcVars, sizeof(rtcVars));
1432 gIOHibernateBootNextData = OSData::withBytes(&bits, sizeof(bits));
1445 data = OSData::withBytes(&vars->wiredCryptKey[0], sizeof(vars->wiredCryptKey));
1894 md = IOBufferMemoryDescriptor::withBytes(data, handoff->bytecount, kIODirectionOutIn);
H A DIOBufferMemoryDescriptor.cpp650 * withBytes:
656 IOBufferMemoryDescriptor::withBytes(const void * inBytes, function in class:IOBufferMemoryDescriptor
H A DIOCPU.cpp666 tmpData = OSData::withBytes(&tmpLong, sizeof(tmpLong));
H A DIOInterruptController.cpp511 vectorData = OSData::withBytes(&vectorNumber, sizeof(vectorNumber));
H A DIODeviceTreeSupport.cpp356 data = OSData::withBytes(prop, propSize);
919 prop = OSData::withBytes( &persist, sizeof(persist));
H A DIOPlatformExpert.cpp894 data = OSData::withBytes((void *) value, len);
H A DIOPMrootDomain.cpp4012 paramsData = OSData::withBytes(&params, sizeof(params));
6501 publishPMStats = OSData::withBytes(&gPMStats, sizeof(gPMStats));
8105 dataStore = OSData::withBytes(&track, sizeof(PMAssertStruct));
H A DIORegistryEntry.cpp699 OSData * data = OSData::withBytes( bytes, length );
H A DIOUserClient.cpp2533 OSData * data = OSData::withBytes(&ndr, sizeof(ndr));
/darwin-on-arm/xnu/libkern/c++/
H A DOSData.cpp146 OSData *OSData::withBytes(const void *bytes, unsigned int inLength) function in class:OSData
H A DOSUnserializeXML.cpp2668 data = OSData::withBytes(o->data, o->size);
H A DOSUnserializeXML.y1056 data = OSData::withBytes(o->data, o->size);
H A DOSKext.cpp3000 uncompressedData = OSData::withBytes(data, fullSize);
4014 result = OSData::withBytes(uuid_cmd->uuid, sizeof(uuid_cmd->uuid));
7843 headerData = OSData::withBytes(kext_mach_hdr,
8324 callbackWrapper = OSData::withBytes((void *)&callback, sizeof(void *));
8326 contextWrapper = OSData::withBytes((void *)&context, sizeof(void *));
/darwin-on-arm/xnu/iokit/Tests/
H A DTestContainers.cpp184 test1 = OSData::withBytes(testData, sizeof(testData));
/darwin-on-arm/xnu/libsa/
H A Dbootstrap.cpp692 checksumObj = OSData::withBytes((void *)&checksum, sizeof(checksum));

Completed in 108 milliseconds