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

/xnu-2422.115.4/iokit/Kernel/i386/
H A DIOKeyStoreHelper.cpp43 static IOMemoryDescriptor * newData; variable
61 newData = data;
76 if (newData)
78 IOMemoryDescriptor * data = newData;
79 newData = NULL;
/xnu-2422.115.4/libkern/c++/
H A DOSSerialize.cpp201 char *newData; local
212 (vm_offset_t *)&newData,
223 bzero(&newData[capacity], newCapacity - capacity);
225 data = newData;
H A DOSData.cpp226 unsigned char * newData; local
234 newData = (unsigned char *) kalloc(newCapacity);
236 if ( newData ) {
237 bzero(newData + capacity, newCapacity - capacity);
239 bcopy(data, newData, capacity);
243 data = (void *) newData;
/xnu-2422.115.4/bsd/hfs/hfscommon/Misc/
H A DBTreeWrapper.c40 OSErr ReplaceBTreeRecord(FileReference refNum, const void* key, u_int32_t hint, void *newData, u_int16_t dataSize, u_int32_t *newHint) argument
57 btRecord.bufferAddress = newData;
70 if ( DEBUG_BUILD && !ValidHFSRecord(newData, btcb, dataSize) )
/xnu-2422.115.4/bsd/hfs/hfscommon/headers/
H A DFileMgrInternal.h204 void * newData,

Completed in 45 milliseconds