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

/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp3381 uint32_t logInfoLength = 0; local
3412 logInfoLength = serializer->getLength();
3414 kmem_result = kmem_alloc(kernel_map, (vm_offset_t *)&buffer, round_page(logInfoLength));
3424 bzero((void *)(buffer + logInfoLength),
3425 (round_page(logInfoLength) - logInfoLength));
3426 memcpy(buffer, logInfo, logInfoLength);
3428 *logInfoLengthOut = logInfoLength;
/macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/
H A DOSKext.c650 uint32_t logInfoLength);
8349 uint32_t logInfoLength = 0; local
8378 &logInfoLength,
8383 (char *)logInfoBuffer, logInfoLength);
8426 logInfoLength); local
8468 uint32_t logInfoLength)
8487 if (logInfoBuffer && logInfoLength) {
8544 uint32_t logInfoLength = 0; local
8753 &logInfoLength,
8758 (char *)logInfoBuffer, logInfoLength);
8463 __OSKextProcessKextRequestResults( OSKextRef aKext, kern_return_t mig_result, kern_return_t op_result, char * logInfoBuffer, uint32_t logInfoLength) argument
8775 vm_deallocate(mach_task_self(), logInfoBuffer, logInfoLength); local
[all...]

Completed in 122 milliseconds